HEX: #E1397D
RGB: (225,57,125)
#E1397D enthält hauptsächlich rote Farbe. Für #E1397D ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #E1397D wird in RGB als (225,57,125) definiert.
RGB: (225,57,125)
(88%, 22%, 49%)
R 225 von 255 = 88%
G 57 von 255 = 22%
B 125 von 255 = 49%
R + G + B ~ 53%. #E1397D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 225 + 57 + 125 = 407 (100%)
R 225 von 407 ~ 55.28%
G 57 von 407 ~ 14%
B 125 von 407 ~ 30.71'%
Die Farbe #E1397D wird in CMYK als (0,75,44,12) definiert.
CMYK: (0,75,44,12)
C0M75Y44K12 (0%, 75%, 44%, 12%)
(0.00 / 0.75 / 0.44 / 0.12)
Farbe #E1397D in den populären Farbmodellen.
E1 | 39 | 7D | |
---|---|---|---|
RGB | 225 | 57 | 125 |
HSL | 336° | 73.68% | 55.29% |
HSB/HSV | 336° | 74.67% | 88.24% |
CMYK | 0.00% | 74.67% | 44.44% |
11.76% |
Die Farbe #E1397D in den populären Zahlensystemen.
Hexadezimal | E1 | 39 | 7D |
Dezimal | 225 | 57 | 125 |
Binär | 11100001 | 111001 | 1111101 |
Oktal | 341 | 71 | 175 |
Dunkle Töne der Farbe #E1397D
Helle Töne der Farbe #E1397D
Beispiele css- und html für Elemente in der Farbe #E1397D. Bitte benutzen Sie auch rgb(225,57,125) statt hex-Code.
.myTextColor { color: #E1397D; }
<p style="color:#E1397D">This sample text font color is #E1397D.</p>
Die Farbe dieses Textes ist #E1397D.
.myBgColor { background-color: #E1397D; }
<div style="background-color:#E1397D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E1397D.
.myBorderColor { border: 1px solid #E1397D; }
<div style="border:3px solid #E1397D">Div</div>
Die Grenzen von diesem div sind in Farbe #E1397D.
.myOpacity80 { color: #E1397D; opacity: 0.8; }
<p style="color:#E1397D;opacity:0.8;">80%</p>
Text in Farbe #E1397D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1397D;}
<p style="text-shadow: 3px 3px 1px #E1397D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E1397D.
.textShadow {text-shadow: 3px 3px 1px #E1397D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1397D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E1397D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1397D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1397D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1397D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1397D;
-webkit-box-shadow: 1px 1px 3px 2px #E1397D;
box-shadow: 1px 1px 3px 2px #E1397D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1397D; -webkit-box-shadow: 1px 1px 3px 2px #E1397D; box-shadow:1px 1px 3px 2px #E1397D;">
Div content here
</div>
Dieser Text ist in der Farbe #E1397D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E1397D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E1397D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E1397D.
Kontrastfarbe für #hex ist #1EC682.