HEX: #E6509D
RGB: (230,80,157)
#E6509D enthält hauptsächlich rote Farbe. Für #E6509D ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #E6509D wird in RGB als (230,80,157) definiert.
RGB: (230,80,157)
(90%, 31%, 62%)
R 230 von 255 = 90%
G 80 von 255 = 31%
B 157 von 255 = 62%
R + G + B ~ 61%. #E6509D ziemlich helle Farbe.
R + G + B = 230 + 80 + 157 = 467 (100%)
R 230 von 467 ~ 49.25%
G 80 von 467 ~ 17.13%
B 157 von 467 ~ 33.62'%
Die Farbe #E6509D wird in CMYK als (0,65,32,10) definiert.
CMYK: (0,65,32,10)
C0M65Y32K10 (0%, 65%, 32%, 10%)
(0.00 / 0.65 / 0.32 / 0.10)
Farbe #E6509D in den populären Farbmodellen.
E6 | 50 | 9D | |
---|---|---|---|
RGB | 230 | 80 | 157 |
HSL | 329° | 75.00% | 60.78% |
HSB/HSV | 329° | 65.22% | 90.20% |
CMYK | 0.00% | 65.22% | 31.74% |
9.80% |
Die Farbe #E6509D in den populären Zahlensystemen.
Hexadezimal | E6 | 50 | 9D |
Dezimal | 230 | 80 | 157 |
Binär | 11100110 | 1010000 | 10011101 |
Oktal | 346 | 120 | 235 |
Dunkle Töne der Farbe #E6509D
Helle Töne der Farbe #E6509D
Beispiele css- und html für Elemente in der Farbe #E6509D. Bitte benutzen Sie auch rgb(230,80,157) statt hex-Code.
.myTextColor { color: #E6509D; }
<p style="color:#E6509D">This sample text font color is #E6509D.</p>
Die Farbe dieses Textes ist #E6509D.
.myBgColor { background-color: #E6509D; }
<div style="background-color:#E6509D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6509D.
.myBorderColor { border: 1px solid #E6509D; }
<div style="border:3px solid #E6509D">Div</div>
Die Grenzen von diesem div sind in Farbe #E6509D.
.myOpacity80 { color: #E6509D; opacity: 0.8; }
<p style="color:#E6509D;opacity:0.8;">80%</p>
Text in Farbe #E6509D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6509D;}
<p style="text-shadow: 3px 3px 1px #E6509D">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6509D.
.textShadow {text-shadow: 3px 3px 1px #E6509D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6509D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6509D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6509D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6509D, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6509D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6509D;
-webkit-box-shadow: 1px 1px 3px 2px #E6509D;
box-shadow: 1px 1px 3px 2px #E6509D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6509D; -webkit-box-shadow: 1px 1px 3px 2px #E6509D; box-shadow:1px 1px 3px 2px #E6509D;">
Div content here
</div>
Dieser Text ist in der Farbe #E6509D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6509D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6509D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6509D.
Kontrastfarbe für #hex ist #19AF62.