HEX: #E5AEDA
RGB: (229,174,218)
#E5AEDA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5AEDA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E5AEDA wird in RGB als (229,174,218) definiert.
RGB: (229,174,218) (90%,68%,85%)
R 229 von 255 = 90%
G 174 von 255 = 68%
B 218 von 255 = 85%
R + G + B ~ 81%. #E5AEDA ziemlich helle Farbe.
R + G + B =
229 + 174 + 218 = 621 (100%)
R 229 von 621 ~ 36.88%
G 174 von 621 ~ 28.02%
B 218 von 621 ~ 35.1%
Die Farbe #E5AEDA wird in CMYK als (0,24,5,10) definiert.
CMYK: (0,24,5,10) C0M24Y5K10 (0%,24%,5%,10%) (0.00/0.24/0.05/0.10)
E5 | AE | DA | |
---|---|---|---|
RGB | 229 | 174 | 218 |
HSL | 312° | 51.40% | 79.02% |
HSB/HSV | 312° | 24.02% | 89.80% |
CMYK | 0.00% | 24.02% | 4.80% |
10.20% |
Hexadezimal | E5 | AE | DA |
Dezimal | 229 | 174 | 218 |
Binär | 11100101 | 10101110 | 11011010 |
Oktal | 345 | 256 | 332 |
Beispiele css- und html für Elemente in der Farbe #E5AEDA. Bitte benutzen Sie auch rgb(229,174,218) statt hex-Code.
.myTextColor { color: #E5AEDA; }
<p style="color:#E5AEDA">This sample text font color is #E5AEDA.</p>
Die Farbe dieses Textes ist #E5AEDA.
.myBgColor { background-color: #E5AEDA; }
<div style="background-color:#E5AEDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5AEDA.
.myBorderColor { border: 1px solid #E5AEDA; }
<div style="border:3px solid #E5AEDA">Div</div>
Die Grenzen von diesem div sind in Farbe #E5AEDA.
.myOpacity80 { color: #E5AEDA; opacity: 0.8; }
<p style="color:#E5AEDA;opacity:0.8;">80%</p>
Text in Farbe #E5AEDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5AEDA;}
<p style="text-shadow: 3px 3px 1px #E5AEDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5AEDA.
.textShadow {text-shadow: 3px 3px 1px #E5AEDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5AEDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5AEDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5AEDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5AEDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5AEDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5AEDA; -webkit-box-shadow: 1px 1px 3px 2px #E5AEDA; box-shadow: 1px 1px 3px 2px #E5AEDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5AEDA; -webkit-box-shadow: 1px 1px 3px 2px #E5AEDA; box-shadow:1px 1px 3px 2px #E5AEDA;">
Div content here</div>
Dieser Text ist in der Farbe #E5AEDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5AEDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5AEDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5AEDA.