HEX: #EE6998
RGB: (238,105,152)
#EE6998 enthält hauptsächlich rote Farbe. Für #EE6998 ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #EE6998 wird in RGB als (238,105,152) definiert.
RGB: (238,105,152) (93%,41%,60%)
R 238 von 255 = 93%
G 105 von 255 = 41%
B 152 von 255 = 60%
R + G + B ~ 65%. #EE6998 ziemlich helle Farbe.
R + G + B =
238 + 105 + 152 = 495 (100%)
R 238 von 495 ~ 48.08%
G 105 von 495 ~ 21.21%
B 152 von 495 ~ 30.71%
Die Farbe #EE6998 wird in CMYK als (0,56,36,7) definiert.
CMYK: (0,56,36,7) C0M56Y36K7 (0%,56%,36%,7%) (0.00/0.56/0.36/0.07)
EE | 69 | 98 | |
---|---|---|---|
RGB | 238 | 105 | 152 |
HSL | 339° | 79.64% | 67.25% |
HSB/HSV | 339° | 55.88% | 93.33% |
CMYK | 0.00% | 55.88% | 36.13% |
6.67% |
Hexadezimal | EE | 69 | 98 |
Dezimal | 238 | 105 | 152 |
Binär | 11101110 | 1101001 | 10011000 |
Oktal | 356 | 151 | 230 |
Beispiele css- und html für Elemente in der Farbe #EE6998. Bitte benutzen Sie auch rgb(238,105,152) statt hex-Code.
.myTextColor { color: #EE6998; }
<p style="color:#EE6998">This sample text font color is #EE6998.</p>
Die Farbe dieses Textes ist #EE6998.
.myBgColor { background-color: #EE6998; }
<div style="background-color:#EE6998">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EE6998.
.myBorderColor { border: 1px solid #EE6998; }
<div style="border:3px solid #EE6998">Div</div>
Die Grenzen von diesem div sind in Farbe #EE6998.
.myOpacity80 { color: #EE6998; opacity: 0.8; }
<p style="color:#EE6998;opacity:0.8;">80%</p>
Text in Farbe #EE6998 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE6998;}
<p style="text-shadow: 3px 3px 1px #EE6998">Text here.</p>
Dieser Text hat den Schatten in Farbe #EE6998.
.textShadow {text-shadow: 3px 3px 1px #EE6998, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE6998, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EE6998 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE6998, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE6998, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE6998 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EE6998; -webkit-box-shadow: 1px 1px 3px 2px #EE6998; box-shadow: 1px 1px 3px 2px #EE6998; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EE6998; -webkit-box-shadow: 1px 1px 3px 2px #EE6998; box-shadow:1px 1px 3px 2px #EE6998;">
Div content here</div>
Dieser Text ist in der Farbe #EE6998 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EE6998 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EE6998.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EE6998.