HEX: #E6565B
RGB: (230,86,91)
#E6565B enthält hauptsächlich rote Farbe. Für #E6565B ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #E6565B wird in RGB als (230,86,91) definiert.
RGB: (230,86,91)
(90%, 34%, 36%)
R 230 von 255 = 90%
G 86 von 255 = 34%
B 91 von 255 = 36%
R + G + B ~ 53%. #E6565B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 86 + 91 = 407 (100%)
R 230 von 407 ~ 56.51%
G 86 von 407 ~ 21.13%
B 91 von 407 ~ 22.36'%
Die Farbe #E6565B wird in CMYK als (0,63,60,10) definiert.
CMYK: (0,63,60,10)
C0M63Y60K10 (0%, 63%, 60%, 10%)
(0.00 / 0.63 / 0.60 / 0.10)
Farbe #E6565B in den populären Farbmodellen.
E6 | 56 | 5B | |
---|---|---|---|
RGB | 230 | 86 | 91 |
HSL | 358° | 74.23% | 61.96% |
HSB/HSV | 358° | 62.61% | 90.20% |
CMYK | 0.00% | 62.61% | 60.43% |
9.80% |
Die Farbe #E6565B in den populären Zahlensystemen.
Hexadezimal | E6 | 56 | 5B |
Dezimal | 230 | 86 | 91 |
Binär | 11100110 | 1010110 | 1011011 |
Oktal | 346 | 126 | 133 |
Dunkle Töne der Farbe #E6565B
Helle Töne der Farbe #E6565B
Beispiele css- und html für Elemente in der Farbe #E6565B. Bitte benutzen Sie auch rgb(230,86,91) statt hex-Code.
.myTextColor { color: #E6565B; }
<p style="color:#E6565B">This sample text font color is #E6565B.</p>
Die Farbe dieses Textes ist #E6565B.
.myBgColor { background-color: #E6565B; }
<div style="background-color:#E6565B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6565B.
.myBorderColor { border: 1px solid #E6565B; }
<div style="border:3px solid #E6565B">Div</div>
Die Grenzen von diesem div sind in Farbe #E6565B.
.myOpacity80 { color: #E6565B; opacity: 0.8; }
<p style="color:#E6565B;opacity:0.8;">80%</p>
Text in Farbe #E6565B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6565B;}
<p style="text-shadow: 3px 3px 1px #E6565B">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6565B.
.textShadow {text-shadow: 3px 3px 1px #E6565B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6565B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6565B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6565B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6565B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6565B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6565B;
-webkit-box-shadow: 1px 1px 3px 2px #E6565B;
box-shadow: 1px 1px 3px 2px #E6565B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6565B; -webkit-box-shadow: 1px 1px 3px 2px #E6565B; box-shadow:1px 1px 3px 2px #E6565B;">
Div content here
</div>
Dieser Text ist in der Farbe #E6565B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6565B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6565B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6565B.
Kontrastfarbe für #hex ist #19A9A4.