HEX: #EEBEE2
RGB: (238,190,226)
#EEBEE2 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #EEBEE2 ist eine «websichere» Webfarbe #FFCCCC (oder kurz #FCC).
Die Farbe #EEBEE2 wird in RGB als (238,190,226) definiert.
RGB: (238,190,226) (93%,75%,89%)
R 238 von 255 = 93%
G 190 von 255 = 75%
B 226 von 255 = 89%
R + G + B ~ 86%. #EEBEE2 helle Farbe.
R + G + B =
238 + 190 + 226 = 654 (100%)
R 238 von 654 ~ 36.39%
G 190 von 654 ~ 29.05%
B 226 von 654 ~ 34.56%
Die Farbe #EEBEE2 wird in CMYK als (0,20,5,7) definiert.
CMYK: (0,20,5,7) C0M20Y5K7 (0%,20%,5%,7%) (0.00/0.20/0.05/0.07)
EE | BE | E2 | |
---|---|---|---|
RGB | 238 | 190 | 226 |
HSL | 315° | 58.54% | 83.92% |
HSB/HSV | 315° | 20.17% | 93.33% |
CMYK | 0.00% | 20.17% | 5.04% |
6.67% |
Hexadezimal | EE | BE | E2 |
Dezimal | 238 | 190 | 226 |
Binär | 11101110 | 10111110 | 11100010 |
Oktal | 356 | 276 | 342 |
Beispiele css- und html für Elemente in der Farbe #EEBEE2. Bitte benutzen Sie auch rgb(238,190,226) statt hex-Code.
.myTextColor { color: #EEBEE2; }
<p style="color:#EEBEE2">This sample text font color is #EEBEE2.</p>
Die Farbe dieses Textes ist #EEBEE2.
.myBgColor { background-color: #EEBEE2; }
<div style="background-color:#EEBEE2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EEBEE2.
.myBorderColor { border: 1px solid #EEBEE2; }
<div style="border:3px solid #EEBEE2">Div</div>
Die Grenzen von diesem div sind in Farbe #EEBEE2.
.myOpacity80 { color: #EEBEE2; opacity: 0.8; }
<p style="color:#EEBEE2;opacity:0.8;">80%</p>
Text in Farbe #EEBEE2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEBEE2;}
<p style="text-shadow: 3px 3px 1px #EEBEE2">Text here.</p>
Dieser Text hat den Schatten in Farbe #EEBEE2.
.textShadow {text-shadow: 3px 3px 1px #EEBEE2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEBEE2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EEBEE2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEBEE2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEBEE2, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEBEE2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EEBEE2; -webkit-box-shadow: 1px 1px 3px 2px #EEBEE2; box-shadow: 1px 1px 3px 2px #EEBEE2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EEBEE2; -webkit-box-shadow: 1px 1px 3px 2px #EEBEE2; box-shadow:1px 1px 3px 2px #EEBEE2;">
Div content here</div>
Dieser Text ist in der Farbe #EEBEE2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EEBEE2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EEBEE2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EEBEE2.