HEX: #E7479B
RGB: (231,71,155)
#E7479B enthält hauptsächlich rote Farbe. Für #E7479B ist eine «websichere» Webfarbe #FF3399 (oder kurz #F39).
Die Farbe #E7479B wird in RGB als (231,71,155) definiert.
RGB: (231,71,155)
(91%, 28%, 61%)
R 231 von 255 = 91%
G 71 von 255 = 28%
B 155 von 255 = 61%
R + G + B ~ 60%. #E7479B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 231 + 71 + 155 = 457 (100%)
R 231 von 457 ~ 50.55%
G 71 von 457 ~ 15.54%
B 155 von 457 ~ 33.92'%
Die Farbe #E7479B wird in CMYK als (0,69,33,9) definiert.
CMYK: (0,69,33,9)
C0M69Y33K9 (0%, 69%, 33%, 9%)
(0.00 / 0.69 / 0.33 / 0.09)
Farbe #E7479B in den populären Farbmodellen.
E7 | 47 | 9B | |
---|---|---|---|
RGB | 231 | 71 | 155 |
HSL | 329° | 76.92% | 59.22% |
HSB/HSV | 329° | 69.26% | 90.59% |
CMYK | 0.00% | 69.26% | 32.90% |
9.41% |
Die Farbe #E7479B in den populären Zahlensystemen.
Hexadezimal | E7 | 47 | 9B |
Dezimal | 231 | 71 | 155 |
Binär | 11100111 | 1000111 | 10011011 |
Oktal | 347 | 107 | 233 |
Dunkle Töne der Farbe #E7479B
Helle Töne der Farbe #E7479B
Beispiele css- und html für Elemente in der Farbe #E7479B. Bitte benutzen Sie auch rgb(231,71,155) statt hex-Code.
.myTextColor { color: #E7479B; }
<p style="color:#E7479B">This sample text font color is #E7479B.</p>
Die Farbe dieses Textes ist #E7479B.
.myBgColor { background-color: #E7479B; }
<div style="background-color:#E7479B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7479B.
.myBorderColor { border: 1px solid #E7479B; }
<div style="border:3px solid #E7479B">Div</div>
Die Grenzen von diesem div sind in Farbe #E7479B.
.myOpacity80 { color: #E7479B; opacity: 0.8; }
<p style="color:#E7479B;opacity:0.8;">80%</p>
Text in Farbe #E7479B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7479B;}
<p style="text-shadow: 3px 3px 1px #E7479B">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7479B.
.textShadow {text-shadow: 3px 3px 1px #E7479B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7479B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7479B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7479B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7479B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7479B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E7479B;
-webkit-box-shadow: 1px 1px 3px 2px #E7479B;
box-shadow: 1px 1px 3px 2px #E7479B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E7479B; -webkit-box-shadow: 1px 1px 3px 2px #E7479B; box-shadow:1px 1px 3px 2px #E7479B;">
Div content here
</div>
Dieser Text ist in der Farbe #E7479B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7479B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7479B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7479B.
Kontrastfarbe für #hex ist #18B864.