HEX: #E5ABEB
RGB: (229,171,235)
#E5ABEB enthält hauptsächlich rote und blaue Farbe. Für #E5ABEB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #E5ABEB wird in RGB als (229,171,235) definiert.
RGB: (229,171,235)
(90%, 67%, 92%)
R 229 von 255 = 90%
G 171 von 255 = 67%
B 235 von 255 = 92%
R + G + B ~ 83%. #E5ABEB ziemlich helle Farbe.
R + G + B = 229 + 171 + 235 = 635 (100%)
R 229 von 635 ~ 36.06%
G 171 von 635 ~ 26.93%
B 235 von 635 ~ 37.01'%
Die Farbe #E5ABEB wird in CMYK als (3,27,0,8) definiert.
CMYK: (3,27,0,8)
C3M27Y0K8 (3%, 27%, 0%, 8%)
(0.03 / 0.27 / 0.00 / 0.08)
Farbe #E5ABEB in den populären Farbmodellen.
E5 | AB | EB | |
---|---|---|---|
RGB | 229 | 171 | 235 |
HSL | 294° | 61.54% | 79.61% |
HSB/HSV | 294° | 27.23% | 92.16% |
CMYK | 2.55% | 27.23% | 0.00% |
7.84% |
Die Farbe #E5ABEB in den populären Zahlensystemen.
Hexadezimal | E5 | AB | EB |
Dezimal | 229 | 171 | 235 |
Binär | 11100101 | 10101011 | 11101011 |
Oktal | 345 | 253 | 353 |
Dunkle Töne der Farbe #E5ABEB
Helle Töne der Farbe #E5ABEB
Beispiele css- und html für Elemente in der Farbe #E5ABEB. Bitte benutzen Sie auch rgb(229,171,235) statt hex-Code.
.myTextColor { color: #E5ABEB; }
<p style="color:#E5ABEB">This sample text font color is #E5ABEB.</p>
Die Farbe dieses Textes ist #E5ABEB.
.myBgColor { background-color: #E5ABEB; }
<div style="background-color:#E5ABEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5ABEB.
.myBorderColor { border: 1px solid #E5ABEB; }
<div style="border:3px solid #E5ABEB">Div</div>
Die Grenzen von diesem div sind in Farbe #E5ABEB.
.myOpacity80 { color: #E5ABEB; opacity: 0.8; }
<p style="color:#E5ABEB;opacity:0.8;">80%</p>
Text in Farbe #E5ABEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5ABEB;}
<p style="text-shadow: 3px 3px 1px #E5ABEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5ABEB.
.textShadow {text-shadow: 3px 3px 1px #E5ABEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5ABEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5ABEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5ABEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5ABEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5ABEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5ABEB;
-webkit-box-shadow: 1px 1px 3px 2px #E5ABEB;
box-shadow: 1px 1px 3px 2px #E5ABEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5ABEB; -webkit-box-shadow: 1px 1px 3px 2px #E5ABEB; box-shadow:1px 1px 3px 2px #E5ABEB;">
Div content here
</div>
Dieser Text ist in der Farbe #E5ABEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5ABEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5ABEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5ABEB.
Kontrastfarbe für #hex ist #1A5414.