HEX: #EF5F6D
RGB: (239,95,109)
#EF5F6D enthält hauptsächlich rote Farbe. Für #EF5F6D ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #EF5F6D wird in RGB als (239,95,109) definiert.
RGB: (239,95,109)
(94%, 37%, 43%)
R 239 von 255 = 94%
G 95 von 255 = 37%
B 109 von 255 = 43%
R + G + B ~ 58%. #EF5F6D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 239 + 95 + 109 = 443 (100%)
R 239 von 443 ~ 53.95%
G 95 von 443 ~ 21.44%
B 109 von 443 ~ 24.6'%
Die Farbe #EF5F6D wird in CMYK als (0,60,54,6) definiert.
CMYK: (0,60,54,6)
C0M60Y54K6 (0%, 60%, 54%, 6%)
(0.00 / 0.60 / 0.54 / 0.06)
Farbe #EF5F6D in den populären Farbmodellen.
EF | 5F | 6D | |
---|---|---|---|
RGB | 239 | 95 | 109 |
HSL | 354° | 81.82% | 65.49% |
HSB/HSV | 354° | 60.25% | 93.73% |
CMYK | 0.00% | 60.25% | 54.39% |
6.27% |
Die Farbe #EF5F6D in den populären Zahlensystemen.
Hexadezimal | EF | 5F | 6D |
Dezimal | 239 | 95 | 109 |
Binär | 11101111 | 1011111 | 1101101 |
Oktal | 357 | 137 | 155 |
Dunkle Töne der Farbe #EF5F6D
Helle Töne der Farbe #EF5F6D
Beispiele css- und html für Elemente in der Farbe #EF5F6D. Bitte benutzen Sie auch rgb(239,95,109) statt hex-Code.
.myTextColor { color: #EF5F6D; }
<p style="color:#EF5F6D">This sample text font color is #EF5F6D.</p>
Die Farbe dieses Textes ist #EF5F6D.
.myBgColor { background-color: #EF5F6D; }
<div style="background-color:#EF5F6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EF5F6D.
.myBorderColor { border: 1px solid #EF5F6D; }
<div style="border:3px solid #EF5F6D">Div</div>
Die Grenzen von diesem div sind in Farbe #EF5F6D.
.myOpacity80 { color: #EF5F6D; opacity: 0.8; }
<p style="color:#EF5F6D;opacity:0.8;">80%</p>
Text in Farbe #EF5F6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF5F6D;}
<p style="text-shadow: 3px 3px 1px #EF5F6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #EF5F6D.
.textShadow {text-shadow: 3px 3px 1px #EF5F6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF5F6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EF5F6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF5F6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF5F6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF5F6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF5F6D;
-webkit-box-shadow: 1px 1px 3px 2px #EF5F6D;
box-shadow: 1px 1px 3px 2px #EF5F6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF5F6D; -webkit-box-shadow: 1px 1px 3px 2px #EF5F6D; box-shadow:1px 1px 3px 2px #EF5F6D;">
Div content here
</div>
Dieser Text ist in der Farbe #EF5F6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EF5F6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EF5F6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EF5F6D.
Kontrastfarbe für #hex ist #10A092.