HEX: #ED96DB
RGB: (237,150,219)
#ED96DB enthält hauptsächlich rote und blaue Farbe. Für #ED96DB ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #ED96DB wird in RGB als (237,150,219) definiert.
RGB: (237,150,219)
(93%, 59%, 86%)
R 237 von 255 = 93%
G 150 von 255 = 59%
B 219 von 255 = 86%
R + G + B ~ 79%. #ED96DB ziemlich helle Farbe.
R + G + B = 237 + 150 + 219 = 606 (100%)
R 237 von 606 ~ 39.11%
G 150 von 606 ~ 24.75%
B 219 von 606 ~ 36.14'%
Die Farbe #ED96DB wird in CMYK als (0,37,8,7) definiert.
CMYK: (0,37,8,7)
C0M37Y8K7 (0%, 37%, 8%, 7%)
(0.00 / 0.37 / 0.08 / 0.07)
Farbe #ED96DB in den populären Farbmodellen.
ED | 96 | DB | |
---|---|---|---|
RGB | 237 | 150 | 219 |
HSL | 312° | 70.73% | 75.88% |
HSB/HSV | 312° | 36.71% | 92.94% |
CMYK | 0.00% | 36.71% | 7.59% |
7.06% |
Die Farbe #ED96DB in den populären Zahlensystemen.
Hexadezimal | ED | 96 | DB |
Dezimal | 237 | 150 | 219 |
Binär | 11101101 | 10010110 | 11011011 |
Oktal | 355 | 226 | 333 |
Dunkle Töne der Farbe #ED96DB
Helle Töne der Farbe #ED96DB
Beispiele css- und html für Elemente in der Farbe #ED96DB. Bitte benutzen Sie auch rgb(237,150,219) statt hex-Code.
.myTextColor { color: #ED96DB; }
<p style="color:#ED96DB">This sample text font color is #ED96DB.</p>
Die Farbe dieses Textes ist #ED96DB.
.myBgColor { background-color: #ED96DB; }
<div style="background-color:#ED96DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED96DB.
.myBorderColor { border: 1px solid #ED96DB; }
<div style="border:3px solid #ED96DB">Div</div>
Die Grenzen von diesem div sind in Farbe #ED96DB.
.myOpacity80 { color: #ED96DB; opacity: 0.8; }
<p style="color:#ED96DB;opacity:0.8;">80%</p>
Text in Farbe #ED96DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED96DB;}
<p style="text-shadow: 3px 3px 1px #ED96DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED96DB.
.textShadow {text-shadow: 3px 3px 1px #ED96DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED96DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED96DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED96DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED96DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED96DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED96DB;
-webkit-box-shadow: 1px 1px 3px 2px #ED96DB;
box-shadow: 1px 1px 3px 2px #ED96DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED96DB; -webkit-box-shadow: 1px 1px 3px 2px #ED96DB; box-shadow:1px 1px 3px 2px #ED96DB;">
Div content here
</div>
Dieser Text ist in der Farbe #ED96DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED96DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED96DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED96DB.
Kontrastfarbe für #ED96DB ist #126924.