HEX: #E4C1EB
RGB: (228,193,235)
#E4C1EB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E4C1EB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E4C1EB wird in RGB als (228,193,235) definiert.
RGB: (228,193,235) (89%,76%,92%)
R 228 von 255 = 89%
G 193 von 255 = 76%
B 235 von 255 = 92%
R + G + B ~ 86%. #E4C1EB helle Farbe.
R + G + B =
228 + 193 + 235 = 656 (100%)
R 228 von 656 ~ 34.76%
G 193 von 656 ~ 29.42%
B 235 von 656 ~ 35.82%
Die Farbe #E4C1EB wird in CMYK als (3,18,0,8) definiert.
CMYK: (3,18,0,8) C3M18Y0K8 (3%,18%,0%,8%) (0.03/0.18/0.00/0.08)
E4 | C1 | EB | |
---|---|---|---|
RGB | 228 | 193 | 235 |
HSL | 290° | 51.22% | 83.92% |
HSB/HSV | 290° | 17.87% | 92.16% |
CMYK | 2.98% | 17.87% | 0.00% |
7.84% |
Hexadezimal | E4 | C1 | EB |
Dezimal | 228 | 193 | 235 |
Binär | 11100100 | 11000001 | 11101011 |
Oktal | 344 | 301 | 353 |
Beispiele css- und html für Elemente in der Farbe #E4C1EB. Bitte benutzen Sie auch rgb(228,193,235) statt hex-Code.
.myTextColor { color: #E4C1EB; }
<p style="color:#E4C1EB">This sample text font color is #E4C1EB.</p>
Die Farbe dieses Textes ist #E4C1EB.
.myBgColor { background-color: #E4C1EB; }
<div style="background-color:#E4C1EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E4C1EB.
.myBorderColor { border: 1px solid #E4C1EB; }
<div style="border:3px solid #E4C1EB">Div</div>
Die Grenzen von diesem div sind in Farbe #E4C1EB.
.myOpacity80 { color: #E4C1EB; opacity: 0.8; }
<p style="color:#E4C1EB;opacity:0.8;">80%</p>
Text in Farbe #E4C1EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4C1EB;}
<p style="text-shadow: 3px 3px 1px #E4C1EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E4C1EB.
.textShadow {text-shadow: 3px 3px 1px #E4C1EB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4C1EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E4C1EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4C1EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4C1EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4C1EB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E4C1EB; -webkit-box-shadow: 1px 1px 3px 2px #E4C1EB; box-shadow: 1px 1px 3px 2px #E4C1EB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E4C1EB; -webkit-box-shadow: 1px 1px 3px 2px #E4C1EB; box-shadow:1px 1px 3px 2px #E4C1EB;">
Div content here</div>
Dieser Text ist in der Farbe #E4C1EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E4C1EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E4C1EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E4C1EB.