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