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