HEX: #EE687B
RGB: (238,104,123)
#EE687B enthält hauptsächlich rote Farbe. Für #EE687B ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #EE687B wird in RGB als (238,104,123) definiert.
RGB: (238,104,123) (93%,41%,48%)
R 238 von 255 = 93%
G 104 von 255 = 41%
B 123 von 255 = 48%
R + G + B ~ 61%. #EE687B ziemlich helle Farbe.
R + G + B =
238 + 104 + 123 = 465 (100%)
R 238 von 465 ~ 51.18%
G 104 von 465 ~ 22.37%
B 123 von 465 ~ 26.45%
Die Farbe #EE687B wird in CMYK als (0,56,48,7) definiert.
CMYK: (0,56,48,7) C0M56Y48K7 (0%,56%,48%,7%) (0.00/0.56/0.48/0.07)
EE | 68 | 7B | |
---|---|---|---|
RGB | 238 | 104 | 123 |
HSL | 351° | 79.76% | 67.06% |
HSB/HSV | 351° | 56.30% | 93.33% |
CMYK | 0.00% | 56.30% | 48.32% |
6.67% |
Hexadezimal | EE | 68 | 7B |
Dezimal | 238 | 104 | 123 |
Binär | 11101110 | 1101000 | 1111011 |
Oktal | 356 | 150 | 173 |
Beispiele css- und html für Elemente in der Farbe #EE687B. Bitte benutzen Sie auch rgb(238,104,123) statt hex-Code.
.myTextColor { color: #EE687B; }
<p style="color:#EE687B">This sample text font color is #EE687B.</p>
Die Farbe dieses Textes ist #EE687B.
.myBgColor { background-color: #EE687B; }
<div style="background-color:#EE687B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EE687B.
.myBorderColor { border: 1px solid #EE687B; }
<div style="border:3px solid #EE687B">Div</div>
Die Grenzen von diesem div sind in Farbe #EE687B.
.myOpacity80 { color: #EE687B; opacity: 0.8; }
<p style="color:#EE687B;opacity:0.8;">80%</p>
Text in Farbe #EE687B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EE687B;}
<p style="text-shadow: 3px 3px 1px #EE687B">Text here.</p>
Dieser Text hat den Schatten in Farbe #EE687B.
.textShadow {text-shadow: 3px 3px 1px #EE687B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EE687B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EE687B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EE687B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EE687B, Direction=45, Strength=4)">Text</p>
This text has shadow with #EE687B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #EE687B; -webkit-box-shadow: 1px 1px 3px 2px #EE687B; box-shadow: 1px 1px 3px 2px #EE687B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EE687B; -webkit-box-shadow: 1px 1px 3px 2px #EE687B; box-shadow:1px 1px 3px 2px #EE687B;">
Div content here</div>
Dieser Text ist in der Farbe #EE687B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EE687B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EE687B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EE687B.