HEX: #ED80A5
RGB: (237,128,165)
#ED80A5 enthält hauptsächlich rote Farbe. Für #ED80A5 ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #ED80A5 wird in RGB als (237,128,165) definiert.
RGB: (237,128,165)
(93%, 50%, 65%)
R 237 von 255 = 93%
G 128 von 255 = 50%
B 165 von 255 = 65%
R + G + B ~ 69%. #ED80A5 ziemlich helle Farbe.
R + G + B = 237 + 128 + 165 = 530 (100%)
R 237 von 530 ~ 44.72%
G 128 von 530 ~ 24.15%
B 165 von 530 ~ 31.13'%
Die Farbe #ED80A5 wird in CMYK als (0,46,30,7) definiert.
CMYK: (0,46,30,7)
C0M46Y30K7 (0%, 46%, 30%, 7%)
(0.00 / 0.46 / 0.30 / 0.07)
Farbe #ED80A5 in den populären Farbmodellen.
ED | 80 | A5 | |
---|---|---|---|
RGB | 237 | 128 | 165 |
HSL | 340° | 75.17% | 71.57% |
HSB/HSV | 340° | 45.99% | 92.94% |
CMYK | 0.00% | 45.99% | 30.38% |
7.06% |
Die Farbe #ED80A5 in den populären Zahlensystemen.
Hexadezimal | ED | 80 | A5 |
Dezimal | 237 | 128 | 165 |
Binär | 11101101 | 10000000 | 10100101 |
Oktal | 355 | 200 | 245 |
Dunkle Töne der Farbe #ED80A5
Helle Töne der Farbe #ED80A5
Beispiele css- und html für Elemente in der Farbe #ED80A5. Bitte benutzen Sie auch rgb(237,128,165) statt hex-Code.
.myTextColor { color: #ED80A5; }
<p style="color:#ED80A5">This sample text font color is #ED80A5.</p>
Die Farbe dieses Textes ist #ED80A5.
.myBgColor { background-color: #ED80A5; }
<div style="background-color:#ED80A5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #ED80A5.
.myBorderColor { border: 1px solid #ED80A5; }
<div style="border:3px solid #ED80A5">Div</div>
Die Grenzen von diesem div sind in Farbe #ED80A5.
.myOpacity80 { color: #ED80A5; opacity: 0.8; }
<p style="color:#ED80A5;opacity:0.8;">80%</p>
Text in Farbe #ED80A5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ED80A5;}
<p style="text-shadow: 3px 3px 1px #ED80A5">Text here.</p>
Dieser Text hat den Schatten in Farbe #ED80A5.
.textShadow {text-shadow: 3px 3px 1px #ED80A5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ED80A5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #ED80A5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED80A5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ED80A5, Direction=45, Strength=4)">Text</p>
This text has shadow with #ED80A5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ED80A5;
-webkit-box-shadow: 1px 1px 3px 2px #ED80A5;
box-shadow: 1px 1px 3px 2px #ED80A5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED80A5; -webkit-box-shadow: 1px 1px 3px 2px #ED80A5; box-shadow:1px 1px 3px 2px #ED80A5;">
Div content here
</div>
Dieser Text ist in der Farbe #ED80A5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #ED80A5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #ED80A5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #ED80A5.
Kontrastfarbe für #hex ist #127F5A.