HEX: #E06C63
RGB: (224,108,99)
#E06C63 enthält hauptsächlich rote Farbe. Für #E06C63 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #E06C63 wird in RGB als (224,108,99) definiert.
RGB: (224,108,99)
(88%, 42%, 39%)
R 224 von 255 = 88%
G 108 von 255 = 42%
B 99 von 255 = 39%
R + G + B ~ 56%. #E06C63 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 224 + 108 + 99 = 431 (100%)
R 224 von 431 ~ 51.97%
G 108 von 431 ~ 25.06%
B 99 von 431 ~ 22.97'%
Die Farbe #E06C63 wird in CMYK als (0,52,56,12) definiert.
CMYK: (0,52,56,12)
C0M52Y56K12 (0%, 52%, 56%, 12%)
(0.00 / 0.52 / 0.56 / 0.12)
Farbe #E06C63 in den populären Farbmodellen.
E0 | 6C | 63 | |
---|---|---|---|
RGB | 224 | 108 | 99 |
HSL | 4° | 66.84% | 63.33% |
HSB/HSV | 4° | 55.80% | 87.84% |
CMYK | 0.00% | 51.79% | 55.80% |
12.16% |
Die Farbe #E06C63 in den populären Zahlensystemen.
Hexadezimal | E0 | 6C | 63 |
Dezimal | 224 | 108 | 99 |
Binär | 11100000 | 1101100 | 1100011 |
Oktal | 340 | 154 | 143 |
Dunkle Töne der Farbe #E06C63
Helle Töne der Farbe #E06C63
Beispiele css- und html für Elemente in der Farbe #E06C63. Bitte benutzen Sie auch rgb(224,108,99) statt hex-Code.
.myTextColor { color: #E06C63; }
<p style="color:#E06C63">This sample text font color is #E06C63.</p>
Die Farbe dieses Textes ist #E06C63.
.myBgColor { background-color: #E06C63; }
<div style="background-color:#E06C63">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E06C63.
.myBorderColor { border: 1px solid #E06C63; }
<div style="border:3px solid #E06C63">Div</div>
Die Grenzen von diesem div sind in Farbe #E06C63.
.myOpacity80 { color: #E06C63; opacity: 0.8; }
<p style="color:#E06C63;opacity:0.8;">80%</p>
Text in Farbe #E06C63 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E06C63;}
<p style="text-shadow: 3px 3px 1px #E06C63">Text here.</p>
Dieser Text hat den Schatten in Farbe #E06C63.
.textShadow {text-shadow: 3px 3px 1px #E06C63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E06C63, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E06C63 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E06C63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E06C63, Direction=45, Strength=4)">Text</p>
This text has shadow with #E06C63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E06C63;
-webkit-box-shadow: 1px 1px 3px 2px #E06C63;
box-shadow: 1px 1px 3px 2px #E06C63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E06C63; -webkit-box-shadow: 1px 1px 3px 2px #E06C63; box-shadow:1px 1px 3px 2px #E06C63;">
Div content here
</div>
Dieser Text ist in der Farbe #E06C63 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E06C63 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E06C63.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E06C63.
Kontrastfarbe für #hex ist #1F939C.