HEX: #ED55A7
RGB: (237,85,167)
#ED55A7 enthält hauptsächlich rote Farbe. Für #ED55A7 ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #ED55A7 wird in RGB als (237,85,167) definiert.
RGB: (237,85,167)
(93%, 33%, 65%)
R 237 von 255 = 93%
G 85 von 255 = 33%
B 167 von 255 = 65%
R + G + B ~ 64%. #ED55A7 ziemlich helle Farbe.
R + G + B = 237 + 85 + 167 = 489 (100%)
R 237 von 489 ~ 48.47%
G 85 von 489 ~ 17.38%
B 167 von 489 ~ 34.15'%
Die Farbe #ED55A7 wird in CMYK als (0,64,30,7) definiert.
CMYK: (0,64,30,7)
C0M64Y30K7 (0%, 64%, 30%, 7%)
(0.00 / 0.64 / 0.30 / 0.07)
Farbe #ED55A7 in den populären Farbmodellen.
ED | 55 | A7 | |
---|---|---|---|
RGB | 237 | 85 | 167 |
HSL | 328° | 80.85% | 63.14% |
HSB/HSV | 328° | 64.14% | 92.94% |
CMYK | 0.00% | 64.14% | 29.54% |
7.06% |
Die Farbe #ED55A7 in den populären Zahlensystemen.
Hexadezimal | ED | 55 | A7 |
Dezimal | 237 | 85 | 167 |
Binär | 11101101 | 1010101 | 10100111 |
Oktal | 355 | 125 | 247 |
Dunkle Töne der Farbe #ED55A7
Helle Töne der Farbe #ED55A7
Beispiele css- und html für Elemente in der Farbe #ED55A7. Bitte benutzen Sie auch rgb(237,85,167) statt hex-Code.
.myTextColor { color: #ED55A7; }
<p style="color:#ED55A7">This sample text font color is #ED55A7.</p>
Die Farbe dieses Textes ist #ED55A7.
.myBgColor { background-color: #ED55A7; }
<div style="background-color:#ED55A7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED55A7.
.myBorderColor { border: 1px solid #ED55A7; }
<div style="border:3px solid #ED55A7">Div</div>
Die Grenzen von diesem div sind in Farbe #ED55A7.
.myOpacity80 { color: #ED55A7; opacity: 0.8; }
<p style="color:#ED55A7;opacity:0.8;">80%</p>
Text in Farbe #ED55A7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED55A7;}
<p style="text-shadow: 3px 3px 1px #ED55A7">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED55A7.
.textShadow {text-shadow: 3px 3px 1px #ED55A7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED55A7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED55A7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED55A7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED55A7, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED55A7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED55A7;
-webkit-box-shadow: 1px 1px 3px 2px #ED55A7;
box-shadow: 1px 1px 3px 2px #ED55A7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED55A7; -webkit-box-shadow: 1px 1px 3px 2px #ED55A7; box-shadow:1px 1px 3px 2px #ED55A7;">
Div content here
</div>
Dieser Text ist in der Farbe #ED55A7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED55A7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED55A7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED55A7.
Kontrastfarbe für #ED55A7 ist #12AA58.