HEX: #EF484D
RGB: (239,72,77)
#EF484D enthält hauptsächlich rote Farbe. Für #EF484D ist eine «websichere» Webfarbe #FF3333 (oder kurz #F33).
Die Farbe #EF484D wird in RGB als (239,72,77) definiert.
RGB: (239,72,77)
(94%, 28%, 30%)
R 239 von 255 = 94%
G 72 von 255 = 28%
B 77 von 255 = 30%
R + G + B ~ 51%. #EF484D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 239 + 72 + 77 = 388 (100%)
R 239 von 388 ~ 61.6%
G 72 von 388 ~ 18.56%
B 77 von 388 ~ 19.85'%
Die Farbe #EF484D wird in CMYK als (0,70,68,6) definiert.
CMYK: (0,70,68,6)
C0M70Y68K6 (0%, 70%, 68%, 6%)
(0.00 / 0.70 / 0.68 / 0.06)
Farbe #EF484D in den populären Farbmodellen.
EF | 48 | 4D | |
---|---|---|---|
RGB | 239 | 72 | 77 |
HSL | 358° | 83.92% | 60.98% |
HSB/HSV | 358° | 69.87% | 93.73% |
CMYK | 0.00% | 69.87% | 67.78% |
6.27% |
Die Farbe #EF484D in den populären Zahlensystemen.
Hexadezimal | EF | 48 | 4D |
Dezimal | 239 | 72 | 77 |
Binär | 11101111 | 1001000 | 1001101 |
Oktal | 357 | 110 | 115 |
Dunkle Töne der Farbe #EF484D
Helle Töne der Farbe #EF484D
Beispiele css- und html für Elemente in der Farbe #EF484D. Bitte benutzen Sie auch rgb(239,72,77) statt hex-Code.
.myTextColor { color: #EF484D; }
<p style="color:#EF484D">This sample text font color is #EF484D.</p>
Die Farbe dieses Textes ist #EF484D.
.myBgColor { background-color: #EF484D; }
<div style="background-color:#EF484D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EF484D.
.myBorderColor { border: 1px solid #EF484D; }
<div style="border:3px solid #EF484D">Div</div>
Die Grenzen von diesem div sind in Farbe #EF484D.
.myOpacity80 { color: #EF484D; opacity: 0.8; }
<p style="color:#EF484D;opacity:0.8;">80%</p>
Text in Farbe #EF484D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF484D;}
<p style="text-shadow: 3px 3px 1px #EF484D">Text here.</p>
Dieser Text hat den Schatten in Farbe #EF484D.
.textShadow {text-shadow: 3px 3px 1px #EF484D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF484D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EF484D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF484D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF484D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF484D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF484D;
-webkit-box-shadow: 1px 1px 3px 2px #EF484D;
box-shadow: 1px 1px 3px 2px #EF484D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF484D; -webkit-box-shadow: 1px 1px 3px 2px #EF484D; box-shadow:1px 1px 3px 2px #EF484D;">
Div content here
</div>
Dieser Text ist in der Farbe #EF484D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EF484D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EF484D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EF484D.
Kontrastfarbe für #EF484D ist #10B7B2.