HEX: #E688DE
RGB: (230,136,222)
#E688DE enthält hauptsächlich rote und blaue Farbe. Für #E688DE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E688DE wird in RGB als (230,136,222) definiert.
RGB: (230,136,222)
(90%, 53%, 87%)
R 230 von 255 = 90%
G 136 von 255 = 53%
B 222 von 255 = 87%
R + G + B ~ 77%. #E688DE ziemlich helle Farbe.
R + G + B = 230 + 136 + 222 = 588 (100%)
R 230 von 588 ~ 39.12%
G 136 von 588 ~ 23.13%
B 222 von 588 ~ 37.76'%
Die Farbe #E688DE wird in CMYK als (0,41,3,10) definiert.
CMYK: (0,41,3,10)
C0M41Y3K10 (0%, 41%, 3%, 10%)
(0.00 / 0.41 / 0.03 / 0.10)
Farbe #E688DE in den populären Farbmodellen.
E6 | 88 | DE | |
---|---|---|---|
RGB | 230 | 136 | 222 |
HSL | 305° | 65.28% | 71.76% |
HSB/HSV | 305° | 40.87% | 90.20% |
CMYK | 0.00% | 40.87% | 3.48% |
9.80% |
Die Farbe #E688DE in den populären Zahlensystemen.
Hexadezimal | E6 | 88 | DE |
Dezimal | 230 | 136 | 222 |
Binär | 11100110 | 10001000 | 11011110 |
Oktal | 346 | 210 | 336 |
Dunkle Töne der Farbe #E688DE
Helle Töne der Farbe #E688DE
Beispiele css- und html für Elemente in der Farbe #E688DE. Bitte benutzen Sie auch rgb(230,136,222) statt hex-Code.
.myTextColor { color: #E688DE; }
<p style="color:#E688DE">This sample text font color is #E688DE.</p>
Die Farbe dieses Textes ist #E688DE.
.myBgColor { background-color: #E688DE; }
<div style="background-color:#E688DE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E688DE.
.myBorderColor { border: 1px solid #E688DE; }
<div style="border:3px solid #E688DE">Div</div>
Die Grenzen von diesem div sind in Farbe #E688DE.
.myOpacity80 { color: #E688DE; opacity: 0.8; }
<p style="color:#E688DE;opacity:0.8;">80%</p>
Text in Farbe #E688DE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E688DE;}
<p style="text-shadow: 3px 3px 1px #E688DE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E688DE.
.textShadow {text-shadow: 3px 3px 1px #E688DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E688DE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E688DE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E688DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E688DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E688DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E688DE;
-webkit-box-shadow: 1px 1px 3px 2px #E688DE;
box-shadow: 1px 1px 3px 2px #E688DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E688DE; -webkit-box-shadow: 1px 1px 3px 2px #E688DE; box-shadow:1px 1px 3px 2px #E688DE;">
Div content here
</div>
Dieser Text ist in der Farbe #E688DE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E688DE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E688DE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E688DE.
Kontrastfarbe für #hex ist #197721.