HEX: #E589A0
RGB: (229,137,160)
#E589A0 enthält hauptsächlich rote Farbe. Für #E589A0 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E589A0 wird in RGB als (229,137,160) definiert.
RGB: (229,137,160) (90%,54%,63%)
R 229 von 255 = 90%
G 137 von 255 = 54%
B 160 von 255 = 63%
R + G + B ~ 69%. #E589A0 ziemlich helle Farbe.
R + G + B =
229 + 137 + 160 = 526 (100%)
R 229 von 526 ~ 43.54%
G 137 von 526 ~ 26.05%
B 160 von 526 ~ 30.42%
Die Farbe #E589A0 wird in CMYK als (0,40,30,10) definiert.
CMYK: (0,40,30,10) C0M40Y30K10 (0%,40%,30%,10%) (0.00/0.40/0.30/0.10)
E5 | 89 | A0 | |
---|---|---|---|
RGB | 229 | 137 | 160 |
HSL | 345° | 63.89% | 71.76% |
HSB/HSV | 345° | 40.17% | 89.80% |
CMYK | 0.00% | 40.17% | 30.13% |
10.20% |
Hexadezimal | E5 | 89 | A0 |
Dezimal | 229 | 137 | 160 |
Binär | 11100101 | 10001001 | 10100000 |
Oktal | 345 | 211 | 240 |
Beispiele css- und html für Elemente in der Farbe #E589A0. Bitte benutzen Sie auch rgb(229,137,160) statt hex-Code.
.myTextColor { color: #E589A0; }
<p style="color:#E589A0">This sample text font color is #E589A0.</p>
Die Farbe dieses Textes ist #E589A0.
.myBgColor { background-color: #E589A0; }
<div style="background-color:#E589A0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E589A0.
.myBorderColor { border: 1px solid #E589A0; }
<div style="border:3px solid #E589A0">Div</div>
Die Grenzen von diesem div sind in Farbe #E589A0.
.myOpacity80 { color: #E589A0; opacity: 0.8; }
<p style="color:#E589A0;opacity:0.8;">80%</p>
Text in Farbe #E589A0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E589A0;}
<p style="text-shadow: 3px 3px 1px #E589A0">Text here.</p>
Dieser Text hat den Schatten in Farbe #E589A0.
.textShadow {text-shadow: 3px 3px 1px #E589A0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E589A0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E589A0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E589A0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E589A0, Direction=45, Strength=4)">Text</p>
This text has shadow with #E589A0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E589A0; -webkit-box-shadow: 1px 1px 3px 2px #E589A0; box-shadow: 1px 1px 3px 2px #E589A0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E589A0; -webkit-box-shadow: 1px 1px 3px 2px #E589A0; box-shadow:1px 1px 3px 2px #E589A0;">
Div content here</div>
Dieser Text ist in der Farbe #E589A0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E589A0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E589A0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E589A0.