HEX: #E46975
RGB: (228,105,117)
#E46975 enthält hauptsächlich rote Farbe. Für #E46975 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #E46975 wird in RGB als (228,105,117) definiert.
RGB: (228,105,117)
(89%, 41%, 46%)
R 228 von 255 = 89%
G 105 von 255 = 41%
B 117 von 255 = 46%
R + G + B ~ 59%. #E46975 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 228 + 105 + 117 = 450 (100%)
R 228 von 450 ~ 50.67%
G 105 von 450 ~ 23.33%
B 117 von 450 ~ 26'%
Die Farbe #E46975 wird in CMYK als (0,54,49,11) definiert.
CMYK: (0,54,49,11)
C0M54Y49K11 (0%, 54%, 49%, 11%)
(0.00 / 0.54 / 0.49 / 0.11)
Farbe #E46975 in den populären Farbmodellen.
E4 | 69 | 75 | |
---|---|---|---|
RGB | 228 | 105 | 117 |
HSL | 354° | 69.49% | 65.29% |
HSB/HSV | 354° | 53.95% | 89.41% |
CMYK | 0.00% | 53.95% | 48.68% |
10.59% |
Die Farbe #E46975 in den populären Zahlensystemen.
Hexadezimal | E4 | 69 | 75 |
Dezimal | 228 | 105 | 117 |
Binär | 11100100 | 1101001 | 1110101 |
Oktal | 344 | 151 | 165 |
Dunkle Töne der Farbe #E46975
Helle Töne der Farbe #E46975
Beispiele css- und html für Elemente in der Farbe #E46975. Bitte benutzen Sie auch rgb(228,105,117) statt hex-Code.
.myTextColor { color: #E46975; }
<p style="color:#E46975">This sample text font color is #E46975.</p>
Die Farbe dieses Textes ist #E46975.
.myBgColor { background-color: #E46975; }
<div style="background-color:#E46975">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E46975.
.myBorderColor { border: 1px solid #E46975; }
<div style="border:3px solid #E46975">Div</div>
Die Grenzen von diesem div sind in Farbe #E46975.
.myOpacity80 { color: #E46975; opacity: 0.8; }
<p style="color:#E46975;opacity:0.8;">80%</p>
Text in Farbe #E46975 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E46975;}
<p style="text-shadow: 3px 3px 1px #E46975">Text here.</p>
Dieser Text hat den Schatten in Farbe #E46975.
.textShadow {text-shadow: 3px 3px 1px #E46975', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E46975, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E46975 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E46975, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E46975, Direction=45, Strength=4)">Text</p>
This text has shadow with #E46975 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E46975;
-webkit-box-shadow: 1px 1px 3px 2px #E46975;
box-shadow: 1px 1px 3px 2px #E46975;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E46975; -webkit-box-shadow: 1px 1px 3px 2px #E46975; box-shadow:1px 1px 3px 2px #E46975;">
Div content here
</div>
Dieser Text ist in der Farbe #E46975 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E46975 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E46975.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E46975.
Kontrastfarbe für #hex ist #1B968A.