HEX: #ED4959
RGB: (237,73,89)
#ED4959 enthält hauptsächlich rote Farbe. Für #ED4959 ist eine «websichere» Webfarbe #FF3366 (oder kurz #F36).
Die Farbe #ED4959 wird in RGB als (237,73,89) definiert.
RGB: (237,73,89)
(93%, 29%, 35%)
R 237 von 255 = 93%
G 73 von 255 = 29%
B 89 von 255 = 35%
R + G + B ~ 52%. #ED4959 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 237 + 73 + 89 = 399 (100%)
R 237 von 399 ~ 59.4%
G 73 von 399 ~ 18.3%
B 89 von 399 ~ 22.31'%
Die Farbe #ED4959 wird in CMYK als (0,69,62,7) definiert.
CMYK: (0,69,62,7)
C0M69Y62K7 (0%, 69%, 62%, 7%)
(0.00 / 0.69 / 0.62 / 0.07)
Farbe #ED4959 in den populären Farbmodellen.
ED | 49 | 59 | |
---|---|---|---|
RGB | 237 | 73 | 89 |
HSL | 354° | 82.00% | 60.78% |
HSB/HSV | 354° | 69.20% | 92.94% |
CMYK | 0.00% | 69.20% | 62.45% |
7.06% |
Die Farbe #ED4959 in den populären Zahlensystemen.
Hexadezimal | ED | 49 | 59 |
Dezimal | 237 | 73 | 89 |
Binär | 11101101 | 1001001 | 1011001 |
Oktal | 355 | 111 | 131 |
Dunkle Töne der Farbe #ED4959
Helle Töne der Farbe #ED4959
Beispiele css- und html für Elemente in der Farbe #ED4959. Bitte benutzen Sie auch rgb(237,73,89) statt hex-Code.
.myTextColor { color: #ED4959; }
<p style="color:#ED4959">This sample text font color is #ED4959.</p>
Die Farbe dieses Textes ist #ED4959.
.myBgColor { background-color: #ED4959; }
<div style="background-color:#ED4959">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED4959.
.myBorderColor { border: 1px solid #ED4959; }
<div style="border:3px solid #ED4959">Div</div>
Die Grenzen von diesem div sind in Farbe #ED4959.
.myOpacity80 { color: #ED4959; opacity: 0.8; }
<p style="color:#ED4959;opacity:0.8;">80%</p>
Text in Farbe #ED4959 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED4959;}
<p style="text-shadow: 3px 3px 1px #ED4959">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED4959.
.textShadow {text-shadow: 3px 3px 1px #ED4959', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED4959, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED4959 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED4959, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED4959, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED4959 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED4959;
-webkit-box-shadow: 1px 1px 3px 2px #ED4959;
box-shadow: 1px 1px 3px 2px #ED4959;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED4959; -webkit-box-shadow: 1px 1px 3px 2px #ED4959; box-shadow:1px 1px 3px 2px #ED4959;">
Div content here
</div>
Dieser Text ist in der Farbe #ED4959 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED4959 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED4959.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED4959.
Kontrastfarbe für #ED4959 ist #12B6A6.