HEX: #ED5D98
RGB: (237,93,152)
#ED5D98 enthält hauptsächlich rote Farbe. Für #ED5D98 ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #ED5D98 wird in RGB als (237,93,152) definiert.
RGB: (237,93,152) (93%,36%,60%)
R 237 von 255 = 93%
G 93 von 255 = 36%
B 152 von 255 = 60%
R + G + B ~ 63%. #ED5D98 ziemlich helle Farbe.
R + G + B =
237 + 93 + 152 = 482 (100%)
R 237 von 482 ~ 49.17%
G 93 von 482 ~ 19.29%
B 152 von 482 ~ 31.54%
Die Farbe #ED5D98 wird in CMYK als (0,61,36,7) definiert.
CMYK: (0,61,36,7) C0M61Y36K7 (0%,61%,36%,7%) (0.00/0.61/0.36/0.07)
ED | 5D | 98 | |
---|---|---|---|
RGB | 237 | 93 | 152 |
HSL | 335° | 80.00% | 64.71% |
HSB/HSV | 335° | 60.76% | 92.94% |
CMYK | 0.00% | 60.76% | 35.86% |
7.06% |
Hexadezimal | ED | 5D | 98 |
Dezimal | 237 | 93 | 152 |
Binär | 11101101 | 1011101 | 10011000 |
Oktal | 355 | 135 | 230 |
Beispiele css- und html für Elemente in der Farbe #ED5D98. Bitte benutzen Sie auch rgb(237,93,152) statt hex-Code.
.myTextColor { color: #ED5D98; }
<p style="color:#ED5D98">This sample text font color is #ED5D98.</p>
Die Farbe dieses Textes ist #ED5D98.
.myBgColor { background-color: #ED5D98; }
<div style="background-color:#ED5D98">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED5D98.
.myBorderColor { border: 1px solid #ED5D98; }
<div style="border:3px solid #ED5D98">Div</div>
Die Grenzen von diesem div sind in Farbe #ED5D98.
.myOpacity80 { color: #ED5D98; opacity: 0.8; }
<p style="color:#ED5D98;opacity:0.8;">80%</p>
Text in Farbe #ED5D98 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED5D98;}
<p style="text-shadow: 3px 3px 1px #ED5D98">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED5D98.
.textShadow {text-shadow: 3px 3px 1px #ED5D98, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED5D98, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED5D98 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED5D98, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED5D98, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED5D98 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ED5D98; -webkit-box-shadow: 1px 1px 3px 2px #ED5D98; box-shadow: 1px 1px 3px 2px #ED5D98; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ED5D98; -webkit-box-shadow: 1px 1px 3px 2px #ED5D98; box-shadow:1px 1px 3px 2px #ED5D98;">
Div content here</div>
Dieser Text ist in der Farbe #ED5D98 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED5D98 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED5D98.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED5D98.