HEX: #E994DE
RGB: (233,148,222)
#E994DE enthält hauptsächlich rote und blaue Farbe. Für #E994DE ist eine «websichere» Webfarbe #FF99CC (oder kurz #F9C).
Die Farbe #E994DE wird in RGB als (233,148,222) definiert.
RGB: (233,148,222)
(91%, 58%, 87%)
R 233 von 255 = 91%
G 148 von 255 = 58%
B 222 von 255 = 87%
R + G + B ~ 79%. #E994DE ziemlich helle Farbe.
R + G + B = 233 + 148 + 222 = 603 (100%)
R 233 von 603 ~ 38.64%
G 148 von 603 ~ 24.54%
B 222 von 603 ~ 36.82'%
Die Farbe #E994DE wird in CMYK als (0,36,5,9) definiert.
CMYK: (0,36,5,9)
C0M36Y5K9 (0%, 36%, 5%, 9%)
(0.00 / 0.36 / 0.05 / 0.09)
Farbe #E994DE in den populären Farbmodellen.
E9 | 94 | DE | |
---|---|---|---|
RGB | 233 | 148 | 222 |
HSL | 308° | 65.89% | 74.71% |
HSB/HSV | 308° | 36.48% | 91.37% |
CMYK | 0.00% | 36.48% | 4.72% |
8.63% |
Die Farbe #E994DE in den populären Zahlensystemen.
Hexadezimal | E9 | 94 | DE |
Dezimal | 233 | 148 | 222 |
Binär | 11101001 | 10010100 | 11011110 |
Oktal | 351 | 224 | 336 |
Dunkle Töne der Farbe #E994DE
Helle Töne der Farbe #E994DE
Beispiele css- und html für Elemente in der Farbe #E994DE. Bitte benutzen Sie auch rgb(233,148,222) statt hex-Code.
.myTextColor { color: #E994DE; }
<p style="color:#E994DE">This sample text font color is #E994DE.</p>
Die Farbe dieses Textes ist #E994DE.
.myBgColor { background-color: #E994DE; }
<div style="background-color:#E994DE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E994DE.
.myBorderColor { border: 1px solid #E994DE; }
<div style="border:3px solid #E994DE">Div</div>
Die Grenzen von diesem div sind in Farbe #E994DE.
.myOpacity80 { color: #E994DE; opacity: 0.8; }
<p style="color:#E994DE;opacity:0.8;">80%</p>
Text in Farbe #E994DE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E994DE;}
<p style="text-shadow: 3px 3px 1px #E994DE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E994DE.
.textShadow {text-shadow: 3px 3px 1px #E994DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E994DE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E994DE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E994DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E994DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E994DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E994DE;
-webkit-box-shadow: 1px 1px 3px 2px #E994DE;
box-shadow: 1px 1px 3px 2px #E994DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E994DE; -webkit-box-shadow: 1px 1px 3px 2px #E994DE; box-shadow:1px 1px 3px 2px #E994DE;">
Div content here
</div>
Dieser Text ist in der Farbe #E994DE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E994DE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E994DE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E994DE.
Kontrastfarbe für #hex ist #166B21.