HEX: #E589FB
RGB: (229,137,251)
#E589FB enthält hauptsächlich rote und blaue Farbe. Für #E589FB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E589FB wird in RGB als (229,137,251) definiert.
RGB: (229,137,251)
(90%, 54%, 98%)
R 229 von 255 = 90%
G 137 von 255 = 54%
B 251 von 255 = 98%
R + G + B ~ 81%. #E589FB ziemlich helle Farbe.
R + G + B = 229 + 137 + 251 = 617 (100%)
R 229 von 617 ~ 37.12%
G 137 von 617 ~ 22.2%
B 251 von 617 ~ 40.68'%
Die Farbe #E589FB wird in CMYK als (9,45,0,2) definiert.
CMYK: (9,45,0,2)
C9M45Y0K2 (9%, 45%, 0%, 2%)
(0.09 / 0.45 / 0.00 / 0.02)
Farbe #E589FB in den populären Farbmodellen.
E5 | 89 | FB | |
---|---|---|---|
RGB | 229 | 137 | 251 |
HSL | 288° | 93.44% | 76.08% |
HSB/HSV | 288° | 45.42% | 98.43% |
CMYK | 8.76% | 45.42% | 0.00% |
1.57% |
Die Farbe #E589FB in den populären Zahlensystemen.
Hexadezimal | E5 | 89 | FB |
Dezimal | 229 | 137 | 251 |
Binär | 11100101 | 10001001 | 11111011 |
Oktal | 345 | 211 | 373 |
Dunkle Töne der Farbe #E589FB
Helle Töne der Farbe #E589FB
Beispiele css- und html für Elemente in der Farbe #E589FB. Bitte benutzen Sie auch rgb(229,137,251) statt hex-Code.
.myTextColor { color: #E589FB; }
<p style="color:#E589FB">This sample text font color is #E589FB.</p>
Die Farbe dieses Textes ist #E589FB.
.myBgColor { background-color: #E589FB; }
<div style="background-color:#E589FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E589FB.
.myBorderColor { border: 1px solid #E589FB; }
<div style="border:3px solid #E589FB">Div</div>
Die Grenzen von diesem div sind in Farbe #E589FB.
.myOpacity80 { color: #E589FB; opacity: 0.8; }
<p style="color:#E589FB;opacity:0.8;">80%</p>
Text in Farbe #E589FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E589FB;}
<p style="text-shadow: 3px 3px 1px #E589FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E589FB.
.textShadow {text-shadow: 3px 3px 1px #E589FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E589FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E589FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E589FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E589FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E589FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E589FB;
-webkit-box-shadow: 1px 1px 3px 2px #E589FB;
box-shadow: 1px 1px 3px 2px #E589FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E589FB; -webkit-box-shadow: 1px 1px 3px 2px #E589FB; box-shadow:1px 1px 3px 2px #E589FB;">
Div content here
</div>
Dieser Text ist in der Farbe #E589FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E589FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E589FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E589FB.
Kontrastfarbe für #hex ist #1A7604.