HEX: #EE96EE
RGB: (238,150,238)
#EE96EE enthält hauptsächlich rote und blaue Farbe. Für #EE96EE ist eine «websichere» Webfarbe #FF99FF (oder kurz #F9F).
Die Farbe #EE96EE wird in RGB als (238,150,238) definiert.
RGB: (238,150,238) (93%,59%,93%)
R 238 von 255 = 93%
G 150 von 255 = 59%
B 238 von 255 = 93%
R + G + B ~ 82%. #EE96EE ziemlich helle Farbe.
R + G + B =
238 + 150 + 238 = 626 (100%)
R 238 von 626 ~ 38.02%
G 150 von 626 ~ 23.96%
B 238 von 626 ~ 38.02%
Die Farbe #EE96EE wird in CMYK als (0,37,0,7) definiert.
CMYK: (0,37,0,7) C0M37Y0K7 (0%,37%,0%,7%) (0.00/0.37/0.00/0.07)
EE | 96 | EE | |
---|---|---|---|
RGB | 238 | 150 | 238 |
HSL | 300° | 72.13% | 76.08% |
HSB/HSV | 300° | 36.97% | 93.33% |
CMYK | 0.00% | 36.97% | 0.00% |
6.67% |
Hexadezimal | EE | 96 | EE |
Dezimal | 238 | 150 | 238 |
Binär | 11101110 | 10010110 | 11101110 |
Oktal | 356 | 226 | 356 |
Beispiele css- und html für Elemente in der Farbe #EE96EE. Bitte benutzen Sie auch rgb(238,150,238) statt hex-Code.
.myTextColor { color: #EE96EE; }
<p style="color:#EE96EE">This sample text font color is #EE96EE.</p>
Die Farbe dieses Textes ist #EE96EE.
.myBgColor { background-color: #EE96EE; }
<div style="background-color:#EE96EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EE96EE.
.myBorderColor { border: 1px solid #EE96EE; }
<div style="border:3px solid #EE96EE">Div</div>
Die Grenzen von diesem div sind in Farbe #EE96EE.
.myOpacity80 { color: #EE96EE; opacity: 0.8; }
<p style="color:#EE96EE;opacity:0.8;">80%</p>
Text in Farbe #EE96EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE96EE;}
<p style="text-shadow: 3px 3px 1px #EE96EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EE96EE.
.textShadow {text-shadow: 3px 3px 1px #EE96EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE96EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EE96EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE96EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE96EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE96EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EE96EE; -webkit-box-shadow: 1px 1px 3px 2px #EE96EE; box-shadow: 1px 1px 3px 2px #EE96EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EE96EE; -webkit-box-shadow: 1px 1px 3px 2px #EE96EE; box-shadow:1px 1px 3px 2px #EE96EE;">
Div content here</div>
Dieser Text ist in der Farbe #EE96EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EE96EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EE96EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EE96EE.