HEX: #ED588A
RGB: (237,88,138)
#ED588A enthält hauptsächlich rote Farbe. Für #ED588A ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #ED588A wird in RGB als (237,88,138) definiert.
RGB: (237,88,138)
(93%, 35%, 54%)
R 237 von 255 = 93%
G 88 von 255 = 35%
B 138 von 255 = 54%
R + G + B ~ 61%. #ED588A ziemlich helle Farbe.
R + G + B = 237 + 88 + 138 = 463 (100%)
R 237 von 463 ~ 51.19%
G 88 von 463 ~ 19.01%
B 138 von 463 ~ 29.81'%
Die Farbe #ED588A wird in CMYK als (0,63,42,7) definiert.
CMYK: (0,63,42,7)
C0M63Y42K7 (0%, 63%, 42%, 7%)
(0.00 / 0.63 / 0.42 / 0.07)
Farbe #ED588A in den populären Farbmodellen.
ED | 58 | 8A | |
---|---|---|---|
RGB | 237 | 88 | 138 |
HSL | 340° | 80.54% | 63.73% |
HSB/HSV | 340° | 62.87% | 92.94% |
CMYK | 0.00% | 62.87% | 41.77% |
7.06% |
Die Farbe #ED588A in den populären Zahlensystemen.
Hexadezimal | ED | 58 | 8A |
Dezimal | 237 | 88 | 138 |
Binär | 11101101 | 1011000 | 10001010 |
Oktal | 355 | 130 | 212 |
Dunkle Töne der Farbe #ED588A
Helle Töne der Farbe #ED588A
Beispiele css- und html für Elemente in der Farbe #ED588A. Bitte benutzen Sie auch rgb(237,88,138) statt hex-Code.
.myTextColor { color: #ED588A; }
<p style="color:#ED588A">This sample text font color is #ED588A.</p>
Die Farbe dieses Textes ist #ED588A.
.myBgColor { background-color: #ED588A; }
<div style="background-color:#ED588A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED588A.
.myBorderColor { border: 1px solid #ED588A; }
<div style="border:3px solid #ED588A">Div</div>
Die Grenzen von diesem div sind in Farbe #ED588A.
.myOpacity80 { color: #ED588A; opacity: 0.8; }
<p style="color:#ED588A;opacity:0.8;">80%</p>
Text in Farbe #ED588A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED588A;}
<p style="text-shadow: 3px 3px 1px #ED588A">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED588A.
.textShadow {text-shadow: 3px 3px 1px #ED588A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED588A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED588A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED588A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED588A, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED588A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED588A;
-webkit-box-shadow: 1px 1px 3px 2px #ED588A;
box-shadow: 1px 1px 3px 2px #ED588A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED588A; -webkit-box-shadow: 1px 1px 3px 2px #ED588A; box-shadow:1px 1px 3px 2px #ED588A;">
Div content here
</div>
Dieser Text ist in der Farbe #ED588A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED588A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED588A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED588A.
Kontrastfarbe für #hex ist #12A775.