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