HEX: #EB6D8D
RGB: (235,109,141)
#EB6D8D enthält hauptsächlich rote Farbe. Für #EB6D8D ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #EB6D8D wird in RGB als (235,109,141) definiert.
RGB: (235,109,141)
(92%, 43%, 55%)
R 235 von 255 = 92%
G 109 von 255 = 43%
B 141 von 255 = 55%
R + G + B ~ 63%. #EB6D8D ziemlich helle Farbe.
R + G + B = 235 + 109 + 141 = 485 (100%)
R 235 von 485 ~ 48.45%
G 109 von 485 ~ 22.47%
B 141 von 485 ~ 29.07'%
Die Farbe #EB6D8D wird in CMYK als (0,54,40,8) definiert.
CMYK: (0,54,40,8)
C0M54Y40K8 (0%, 54%, 40%, 8%)
(0.00 / 0.54 / 0.40 / 0.08)
Farbe #EB6D8D in den populären Farbmodellen.
EB | 6D | 8D | |
---|---|---|---|
RGB | 235 | 109 | 141 |
HSL | 345° | 75.90% | 67.45% |
HSB/HSV | 345° | 53.62% | 92.16% |
CMYK | 0.00% | 53.62% | 40.00% |
7.84% |
Die Farbe #EB6D8D in den populären Zahlensystemen.
Hexadezimal | EB | 6D | 8D |
Dezimal | 235 | 109 | 141 |
Binär | 11101011 | 1101101 | 10001101 |
Oktal | 353 | 155 | 215 |
Dunkle Töne der Farbe #EB6D8D
Helle Töne der Farbe #EB6D8D
Beispiele css- und html für Elemente in der Farbe #EB6D8D. Bitte benutzen Sie auch rgb(235,109,141) statt hex-Code.
.myTextColor { color: #EB6D8D; }
<p style="color:#EB6D8D">This sample text font color is #EB6D8D.</p>
Die Farbe dieses Textes ist #EB6D8D.
.myBgColor { background-color: #EB6D8D; }
<div style="background-color:#EB6D8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EB6D8D.
.myBorderColor { border: 1px solid #EB6D8D; }
<div style="border:3px solid #EB6D8D">Div</div>
Die Grenzen von diesem div sind in Farbe #EB6D8D.
.myOpacity80 { color: #EB6D8D; opacity: 0.8; }
<p style="color:#EB6D8D;opacity:0.8;">80%</p>
Text in Farbe #EB6D8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EB6D8D;}
<p style="text-shadow: 3px 3px 1px #EB6D8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #EB6D8D.
.textShadow {text-shadow: 3px 3px 1px #EB6D8D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EB6D8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EB6D8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB6D8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EB6D8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #EB6D8D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB6D8D;
-webkit-box-shadow: 1px 1px 3px 2px #EB6D8D;
box-shadow: 1px 1px 3px 2px #EB6D8D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB6D8D; -webkit-box-shadow: 1px 1px 3px 2px #EB6D8D; box-shadow:1px 1px 3px 2px #EB6D8D;">
Div content here
</div>
Dieser Text ist in der Farbe #EB6D8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EB6D8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EB6D8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EB6D8D.
Kontrastfarbe für #hex ist #149272.