HEX: #E4A6EB
RGB: (228,166,235)
#E4A6EB enthält hauptsächlich rote und blaue Farbe. Für #E4A6EB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E4A6EB wird in RGB als (228,166,235) definiert.
RGB: (228,166,235)
(89%, 65%, 92%)
R 228 von 255 = 89%
G 166 von 255 = 65%
B 235 von 255 = 92%
R + G + B ~ 82%. #E4A6EB ziemlich helle Farbe.
R + G + B = 228 + 166 + 235 = 629 (100%)
R 228 von 629 ~ 36.25%
G 166 von 629 ~ 26.39%
B 235 von 629 ~ 37.36'%
Die Farbe #E4A6EB wird in CMYK als (3,29,0,8) definiert.
CMYK: (3,29,0,8)
C3M29Y0K8 (3%, 29%, 0%, 8%)
(0.03 / 0.29 / 0.00 / 0.08)
Farbe #E4A6EB in den populären Farbmodellen.
E4 | A6 | EB | |
---|---|---|---|
RGB | 228 | 166 | 235 |
HSL | 294° | 63.30% | 78.63% |
HSB/HSV | 294° | 29.36% | 92.16% |
CMYK | 2.98% | 29.36% | 0.00% |
7.84% |
Die Farbe #E4A6EB in den populären Zahlensystemen.
Hexadezimal | E4 | A6 | EB |
Dezimal | 228 | 166 | 235 |
Binär | 11100100 | 10100110 | 11101011 |
Oktal | 344 | 246 | 353 |
Dunkle Töne der Farbe #E4A6EB
Helle Töne der Farbe #E4A6EB
Beispiele css- und html für Elemente in der Farbe #E4A6EB. Bitte benutzen Sie auch rgb(228,166,235) statt hex-Code.
.myTextColor { color: #E4A6EB; }
<p style="color:#E4A6EB">This sample text font color is #E4A6EB.</p>
Die Farbe dieses Textes ist #E4A6EB.
.myBgColor { background-color: #E4A6EB; }
<div style="background-color:#E4A6EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E4A6EB.
.myBorderColor { border: 1px solid #E4A6EB; }
<div style="border:3px solid #E4A6EB">Div</div>
Die Grenzen von diesem div sind in Farbe #E4A6EB.
.myOpacity80 { color: #E4A6EB; opacity: 0.8; }
<p style="color:#E4A6EB;opacity:0.8;">80%</p>
Text in Farbe #E4A6EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4A6EB;}
<p style="text-shadow: 3px 3px 1px #E4A6EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E4A6EB.
.textShadow {text-shadow: 3px 3px 1px #E4A6EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4A6EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E4A6EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4A6EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4A6EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4A6EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4A6EB;
-webkit-box-shadow: 1px 1px 3px 2px #E4A6EB;
box-shadow: 1px 1px 3px 2px #E4A6EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4A6EB; -webkit-box-shadow: 1px 1px 3px 2px #E4A6EB; box-shadow:1px 1px 3px 2px #E4A6EB;">
Div content here
</div>
Dieser Text ist in der Farbe #E4A6EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E4A6EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E4A6EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E4A6EB.
Kontrastfarbe für #hex ist #1B5914.