HEX: #E5889D
RGB: (229,136,157)
#E5889D enthält hauptsächlich rote Farbe. Für #E5889D ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E5889D wird in RGB als (229,136,157) definiert.
RGB: (229,136,157) (90%,53%,62%)
R 229 von 255 = 90%
G 136 von 255 = 53%
B 157 von 255 = 62%
R + G + B ~ 68%. #E5889D ziemlich helle Farbe.
R + G + B =
229 + 136 + 157 = 522 (100%)
R 229 von 522 ~ 43.87%
G 136 von 522 ~ 26.05%
B 157 von 522 ~ 30.08%
Die Farbe #E5889D wird in CMYK als (0,41,31,10) definiert.
CMYK: (0,41,31,10) C0M41Y31K10 (0%,41%,31%,10%) (0.00/0.41/0.31/0.10)
E5 | 88 | 9D | |
---|---|---|---|
RGB | 229 | 136 | 157 |
HSL | 346° | 64.14% | 71.57% |
HSB/HSV | 346° | 40.61% | 89.80% |
CMYK | 0.00% | 40.61% | 31.44% |
10.20% |
Hexadezimal | E5 | 88 | 9D |
Dezimal | 229 | 136 | 157 |
Binär | 11100101 | 10001000 | 10011101 |
Oktal | 345 | 210 | 235 |
Beispiele css- und html für Elemente in der Farbe #E5889D. Bitte benutzen Sie auch rgb(229,136,157) statt hex-Code.
.myTextColor { color: #E5889D; }
<p style="color:#E5889D">This sample text font color is #E5889D.</p>
Die Farbe dieses Textes ist #E5889D.
.myBgColor { background-color: #E5889D; }
<div style="background-color:#E5889D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5889D.
.myBorderColor { border: 1px solid #E5889D; }
<div style="border:3px solid #E5889D">Div</div>
Die Grenzen von diesem div sind in Farbe #E5889D.
.myOpacity80 { color: #E5889D; opacity: 0.8; }
<p style="color:#E5889D;opacity:0.8;">80%</p>
Text in Farbe #E5889D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5889D;}
<p style="text-shadow: 3px 3px 1px #E5889D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5889D.
.textShadow {text-shadow: 3px 3px 1px #E5889D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5889D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5889D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5889D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5889D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5889D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5889D; -webkit-box-shadow: 1px 1px 3px 2px #E5889D; box-shadow: 1px 1px 3px 2px #E5889D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5889D; -webkit-box-shadow: 1px 1px 3px 2px #E5889D; box-shadow:1px 1px 3px 2px #E5889D;">
Div content here</div>
Dieser Text ist in der Farbe #E5889D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5889D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5889D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5889D.