HEX: #E6A4ED
RGB: (230,164,237)
#E6A4ED enthält hauptsächlich rote und blaue Farbe. Für #E6A4ED ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E6A4ED wird in RGB als (230,164,237) definiert.
RGB: (230,164,237)
(90%, 64%, 93%)
R 230 von 255 = 90%
G 164 von 255 = 64%
B 237 von 255 = 93%
R + G + B ~ 82%. #E6A4ED ziemlich helle Farbe.
R + G + B = 230 + 164 + 237 = 631 (100%)
R 230 von 631 ~ 36.45%
G 164 von 631 ~ 25.99%
B 237 von 631 ~ 37.56'%
Die Farbe #E6A4ED wird in CMYK als (3,31,0,7) definiert.
CMYK: (3,31,0,7)
C3M31Y0K7 (3%, 31%, 0%, 7%)
(0.03 / 0.31 / 0.00 / 0.07)
Farbe #E6A4ED in den populären Farbmodellen.
E6 | A4 | ED | |
---|---|---|---|
RGB | 230 | 164 | 237 |
HSL | 294° | 66.97% | 78.63% |
HSB/HSV | 294° | 30.80% | 92.94% |
CMYK | 2.95% | 30.80% | 0.00% |
7.06% |
Die Farbe #E6A4ED in den populären Zahlensystemen.
Hexadezimal | E6 | A4 | ED |
Dezimal | 230 | 164 | 237 |
Binär | 11100110 | 10100100 | 11101101 |
Oktal | 346 | 244 | 355 |
Dunkle Töne der Farbe #E6A4ED
Helle Töne der Farbe #E6A4ED
Beispiele css- und html für Elemente in der Farbe #E6A4ED. Bitte benutzen Sie auch rgb(230,164,237) statt hex-Code.
.myTextColor { color: #E6A4ED; }
<p style="color:#E6A4ED">This sample text font color is #E6A4ED.</p>
Die Farbe dieses Textes ist #E6A4ED.
.myBgColor { background-color: #E6A4ED; }
<div style="background-color:#E6A4ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6A4ED.
.myBorderColor { border: 1px solid #E6A4ED; }
<div style="border:3px solid #E6A4ED">Div</div>
Die Grenzen von diesem div sind in Farbe #E6A4ED.
.myOpacity80 { color: #E6A4ED; opacity: 0.8; }
<p style="color:#E6A4ED;opacity:0.8;">80%</p>
Text in Farbe #E6A4ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6A4ED;}
<p style="text-shadow: 3px 3px 1px #E6A4ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6A4ED.
.textShadow {text-shadow: 3px 3px 1px #E6A4ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6A4ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6A4ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A4ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6A4ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6A4ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6A4ED;
-webkit-box-shadow: 1px 1px 3px 2px #E6A4ED;
box-shadow: 1px 1px 3px 2px #E6A4ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A4ED; -webkit-box-shadow: 1px 1px 3px 2px #E6A4ED; box-shadow:1px 1px 3px 2px #E6A4ED;">
Div content here
</div>
Dieser Text ist in der Farbe #E6A4ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6A4ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6A4ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6A4ED.
Kontrastfarbe für #hex ist #195B12.