HEX: #E15177
RGB: (225,81,119)
#E15177 enthält hauptsächlich rote Farbe. Für #E15177 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #E15177 wird in RGB als (225,81,119) definiert.
RGB: (225,81,119)
(88%, 32%, 47%)
R 225 von 255 = 88%
G 81 von 255 = 32%
B 119 von 255 = 47%
R + G + B ~ 56%. #E15177 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 225 + 81 + 119 = 425 (100%)
R 225 von 425 ~ 52.94%
G 81 von 425 ~ 19.06%
B 119 von 425 ~ 28'%
Die Farbe #E15177 wird in CMYK als (0,64,47,12) definiert.
CMYK: (0,64,47,12)
C0M64Y47K12 (0%, 64%, 47%, 12%)
(0.00 / 0.64 / 0.47 / 0.12)
Farbe #E15177 in den populären Farbmodellen.
E1 | 51 | 77 | |
---|---|---|---|
RGB | 225 | 81 | 119 |
HSL | 344° | 70.59% | 60.00% |
HSB/HSV | 344° | 64.00% | 88.24% |
CMYK | 0.00% | 64.00% | 47.11% |
11.76% |
Die Farbe #E15177 in den populären Zahlensystemen.
Hexadezimal | E1 | 51 | 77 |
Dezimal | 225 | 81 | 119 |
Binär | 11100001 | 1010001 | 1110111 |
Oktal | 341 | 121 | 167 |
Dunkle Töne der Farbe #E15177
Helle Töne der Farbe #E15177
Beispiele css- und html für Elemente in der Farbe #E15177. Bitte benutzen Sie auch rgb(225,81,119) statt hex-Code.
.myTextColor { color: #E15177; }
<p style="color:#E15177">This sample text font color is #E15177.</p>
Die Farbe dieses Textes ist #E15177.
.myBgColor { background-color: #E15177; }
<div style="background-color:#E15177">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E15177.
.myBorderColor { border: 1px solid #E15177; }
<div style="border:3px solid #E15177">Div</div>
Die Grenzen von diesem div sind in Farbe #E15177.
.myOpacity80 { color: #E15177; opacity: 0.8; }
<p style="color:#E15177;opacity:0.8;">80%</p>
Text in Farbe #E15177 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E15177;}
<p style="text-shadow: 3px 3px 1px #E15177">Text here.</p>
Dieser Text hat den Schatten in Farbe #E15177.
.textShadow {text-shadow: 3px 3px 1px #E15177', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E15177, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E15177 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E15177, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E15177, Direction=45, Strength=4)">Text</p>
This text has shadow with #E15177 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E15177;
-webkit-box-shadow: 1px 1px 3px 2px #E15177;
box-shadow: 1px 1px 3px 2px #E15177;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E15177; -webkit-box-shadow: 1px 1px 3px 2px #E15177; box-shadow:1px 1px 3px 2px #E15177;">
Div content here
</div>
Dieser Text ist in der Farbe #E15177 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E15177 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E15177.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E15177.
Kontrastfarbe für #hex ist #1EAE88.