HEX: #E17590
RGB: (225,117,144)
#E17590 enthält hauptsächlich rote Farbe. Für #E17590 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #E17590 wird in RGB als (225,117,144) definiert.
RGB: (225,117,144)
(88%, 46%, 56%)
R 225 von 255 = 88%
G 117 von 255 = 46%
B 144 von 255 = 56%
R + G + B ~ 63%. #E17590 ziemlich helle Farbe.
R + G + B = 225 + 117 + 144 = 486 (100%)
R 225 von 486 ~ 46.3%
G 117 von 486 ~ 24.07%
B 144 von 486 ~ 29.63'%
Die Farbe #E17590 wird in CMYK als (0,48,36,12) definiert.
CMYK: (0,48,36,12)
C0M48Y36K12 (0%, 48%, 36%, 12%)
(0.00 / 0.48 / 0.36 / 0.12)
Farbe #E17590 in den populären Farbmodellen.
E1 | 75 | 90 | |
---|---|---|---|
RGB | 225 | 117 | 144 |
HSL | 345° | 64.29% | 67.06% |
HSB/HSV | 345° | 48.00% | 88.24% |
CMYK | 0.00% | 48.00% | 36.00% |
11.76% |
Die Farbe #E17590 in den populären Zahlensystemen.
Hexadezimal | E1 | 75 | 90 |
Dezimal | 225 | 117 | 144 |
Binär | 11100001 | 1110101 | 10010000 |
Oktal | 341 | 165 | 220 |
Dunkle Töne der Farbe #E17590
Helle Töne der Farbe #E17590
Beispiele css- und html für Elemente in der Farbe #E17590. Bitte benutzen Sie auch rgb(225,117,144) statt hex-Code.
.myTextColor { color: #E17590; }
<p style="color:#E17590">This sample text font color is #E17590.</p>
Die Farbe dieses Textes ist #E17590.
.myBgColor { background-color: #E17590; }
<div style="background-color:#E17590">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E17590.
.myBorderColor { border: 1px solid #E17590; }
<div style="border:3px solid #E17590">Div</div>
Die Grenzen von diesem div sind in Farbe #E17590.
.myOpacity80 { color: #E17590; opacity: 0.8; }
<p style="color:#E17590;opacity:0.8;">80%</p>
Text in Farbe #E17590 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E17590;}
<p style="text-shadow: 3px 3px 1px #E17590">Text here.</p>
Dieser Text hat den Schatten in Farbe #E17590.
.textShadow {text-shadow: 3px 3px 1px #E17590', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E17590, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E17590 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E17590, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E17590, Direction=45, Strength=4)">Text</p>
This text has shadow with #E17590 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E17590;
-webkit-box-shadow: 1px 1px 3px 2px #E17590;
box-shadow: 1px 1px 3px 2px #E17590;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E17590; -webkit-box-shadow: 1px 1px 3px 2px #E17590; box-shadow:1px 1px 3px 2px #E17590;">
Div content here
</div>
Dieser Text ist in der Farbe #E17590 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E17590 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E17590.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E17590.
Kontrastfarbe für #hex ist #1E8A6F.