HEX: #E589CE
RGB: (229,137,206)
#E589CE enthält hauptsächlich rote und blaue Farbe. Für #E589CE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E589CE wird in RGB als (229,137,206) definiert.
RGB: (229,137,206)
(90%, 54%, 81%)
R 229 von 255 = 90%
G 137 von 255 = 54%
B 206 von 255 = 81%
R + G + B ~ 75%. #E589CE ziemlich helle Farbe.
R + G + B = 229 + 137 + 206 = 572 (100%)
R 229 von 572 ~ 40.03%
G 137 von 572 ~ 23.95%
B 206 von 572 ~ 36.01'%
Die Farbe #E589CE wird in CMYK als (0,40,10,10) definiert.
CMYK: (0,40,10,10)
C0M40Y10K10 (0%, 40%, 10%, 10%)
(0.00 / 0.40 / 0.10 / 0.10)
Farbe #E589CE in den populären Farbmodellen.
E5 | 89 | CE | |
---|---|---|---|
RGB | 229 | 137 | 206 |
HSL | 315° | 63.89% | 71.76% |
HSB/HSV | 315° | 40.17% | 89.80% |
CMYK | 0.00% | 40.17% | 10.04% |
10.20% |
Die Farbe #E589CE in den populären Zahlensystemen.
Hexadezimal | E5 | 89 | CE |
Dezimal | 229 | 137 | 206 |
Binär | 11100101 | 10001001 | 11001110 |
Oktal | 345 | 211 | 316 |
Dunkle Töne der Farbe #E589CE
Helle Töne der Farbe #E589CE
Beispiele css- und html für Elemente in der Farbe #E589CE. Bitte benutzen Sie auch rgb(229,137,206) statt hex-Code.
.myTextColor { color: #E589CE; }
<p style="color:#E589CE">This sample text font color is #E589CE.</p>
Die Farbe dieses Textes ist #E589CE.
.myBgColor { background-color: #E589CE; }
<div style="background-color:#E589CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E589CE.
.myBorderColor { border: 1px solid #E589CE; }
<div style="border:3px solid #E589CE">Div</div>
Die Grenzen von diesem div sind in Farbe #E589CE.
.myOpacity80 { color: #E589CE; opacity: 0.8; }
<p style="color:#E589CE;opacity:0.8;">80%</p>
Text in Farbe #E589CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E589CE;}
<p style="text-shadow: 3px 3px 1px #E589CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E589CE.
.textShadow {text-shadow: 3px 3px 1px #E589CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E589CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E589CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E589CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E589CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E589CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E589CE;
-webkit-box-shadow: 1px 1px 3px 2px #E589CE;
box-shadow: 1px 1px 3px 2px #E589CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E589CE; -webkit-box-shadow: 1px 1px 3px 2px #E589CE; box-shadow:1px 1px 3px 2px #E589CE;">
Div content here
</div>
Dieser Text ist in der Farbe #E589CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E589CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E589CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E589CE.
Kontrastfarbe für #hex ist #1A7631.