HEX: #E6AAEE
RGB: (230,170,238)
#E6AAEE enthält hauptsächlich rote und blaue Farbe. Für #E6AAEE ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E6AAEE wird in RGB als (230,170,238) definiert.
RGB: (230,170,238)
(90%, 67%, 93%)
R 230 von 255 = 90%
G 170 von 255 = 67%
B 238 von 255 = 93%
R + G + B ~ 83%. #E6AAEE ziemlich helle Farbe.
R + G + B = 230 + 170 + 238 = 638 (100%)
R 230 von 638 ~ 36.05%
G 170 von 638 ~ 26.65%
B 238 von 638 ~ 37.3'%
Die Farbe #E6AAEE wird in CMYK als (3,29,0,7) definiert.
CMYK: (3,29,0,7)
C3M29Y0K7 (3%, 29%, 0%, 7%)
(0.03 / 0.29 / 0.00 / 0.07)
Farbe #E6AAEE in den populären Farbmodellen.
E6 | AA | EE | |
---|---|---|---|
RGB | 230 | 170 | 238 |
HSL | 293° | 66.67% | 80.00% |
HSB/HSV | 293° | 28.57% | 93.33% |
CMYK | 3.36% | 28.57% | 0.00% |
6.67% |
Die Farbe #E6AAEE in den populären Zahlensystemen.
Hexadezimal | E6 | AA | EE |
Dezimal | 230 | 170 | 238 |
Binär | 11100110 | 10101010 | 11101110 |
Oktal | 346 | 252 | 356 |
Dunkle Töne der Farbe #E6AAEE
Helle Töne der Farbe #E6AAEE
Beispiele css- und html für Elemente in der Farbe #E6AAEE. Bitte benutzen Sie auch rgb(230,170,238) statt hex-Code.
.myTextColor { color: #E6AAEE; }
<p style="color:#E6AAEE">This sample text font color is #E6AAEE.</p>
Die Farbe dieses Textes ist #E6AAEE.
.myBgColor { background-color: #E6AAEE; }
<div style="background-color:#E6AAEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6AAEE.
.myBorderColor { border: 1px solid #E6AAEE; }
<div style="border:3px solid #E6AAEE">Div</div>
Die Grenzen von diesem div sind in Farbe #E6AAEE.
.myOpacity80 { color: #E6AAEE; opacity: 0.8; }
<p style="color:#E6AAEE;opacity:0.8;">80%</p>
Text in Farbe #E6AAEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6AAEE;}
<p style="text-shadow: 3px 3px 1px #E6AAEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6AAEE.
.textShadow {text-shadow: 3px 3px 1px #E6AAEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6AAEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6AAEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6AAEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6AAEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6AAEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6AAEE;
-webkit-box-shadow: 1px 1px 3px 2px #E6AAEE;
box-shadow: 1px 1px 3px 2px #E6AAEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6AAEE; -webkit-box-shadow: 1px 1px 3px 2px #E6AAEE; box-shadow:1px 1px 3px 2px #E6AAEE;">
Div content here
</div>
Dieser Text ist in der Farbe #E6AAEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6AAEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6AAEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6AAEE.
Kontrastfarbe für #hex ist #195511.