HEX: #E12159
RGB: (225,33,89)
#E12159 enthält hauptsächlich rote Farbe. Für #E12159 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #E12159 wird in RGB als (225,33,89) definiert.
RGB: (225,33,89)
(88%, 13%, 35%)
R 225 von 255 = 88%
G 33 von 255 = 13%
B 89 von 255 = 35%
R + G + B ~ 45%. #E12159 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 225 + 33 + 89 = 347 (100%)
R 225 von 347 ~ 64.84%
G 33 von 347 ~ 9.51%
B 89 von 347 ~ 25.65'%
Die Farbe #E12159 wird in CMYK als (0,85,60,12) definiert.
CMYK: (0,85,60,12)
C0M85Y60K12 (0%, 85%, 60%, 12%)
(0.00 / 0.85 / 0.60 / 0.12)
Farbe #E12159 in den populären Farbmodellen.
E1 | 21 | 59 | |
---|---|---|---|
RGB | 225 | 33 | 89 |
HSL | 343° | 76.19% | 50.59% |
HSB/HSV | 343° | 85.33% | 88.24% |
CMYK | 0.00% | 85.33% | 60.44% |
11.76% |
Die Farbe #E12159 in den populären Zahlensystemen.
Hexadezimal | E1 | 21 | 59 |
Dezimal | 225 | 33 | 89 |
Binär | 11100001 | 100001 | 1011001 |
Oktal | 341 | 41 | 131 |
Dunkle Töne der Farbe #E12159
Helle Töne der Farbe #E12159
Beispiele css- und html für Elemente in der Farbe #E12159. Bitte benutzen Sie auch rgb(225,33,89) statt hex-Code.
.myTextColor { color: #E12159; }
<p style="color:#E12159">This sample text font color is #E12159.</p>
Die Farbe dieses Textes ist #E12159.
.myBgColor { background-color: #E12159; }
<div style="background-color:#E12159">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E12159.
.myBorderColor { border: 1px solid #E12159; }
<div style="border:3px solid #E12159">Div</div>
Die Grenzen von diesem div sind in Farbe #E12159.
.myOpacity80 { color: #E12159; opacity: 0.8; }
<p style="color:#E12159;opacity:0.8;">80%</p>
Text in Farbe #E12159 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E12159;}
<p style="text-shadow: 3px 3px 1px #E12159">Text here.</p>
Dieser Text hat den Schatten in Farbe #E12159.
.textShadow {text-shadow: 3px 3px 1px #E12159', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E12159, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E12159 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E12159, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E12159, Direction=45, Strength=4)">Text</p>
This text has shadow with #E12159 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E12159;
-webkit-box-shadow: 1px 1px 3px 2px #E12159;
box-shadow: 1px 1px 3px 2px #E12159;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E12159; -webkit-box-shadow: 1px 1px 3px 2px #E12159; box-shadow:1px 1px 3px 2px #E12159;">
Div content here
</div>
Dieser Text ist in der Farbe #E12159 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E12159 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E12159.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E12159.
Kontrastfarbe für #E12159 ist #1EDEA6.