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