HEX: #E69ADD
RGB: (230,154,221)
#E69ADD enthält hauptsächlich rote und blaue Farbe. Für #E69ADD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #E69ADD wird in RGB als (230,154,221) definiert.
RGB: (230,154,221) (90%,60%,87%)
R 230 von 255 = 90%
G 154 von 255 = 60%
B 221 von 255 = 87%
R + G + B ~ 79%. #E69ADD ziemlich helle Farbe.
R + G + B =
230 + 154 + 221 = 605 (100%)
R 230 von 605 ~ 38.02%
G 154 von 605 ~ 25.45%
B 221 von 605 ~ 36.53%
Die Farbe #E69ADD wird in CMYK als (0,33,4,10) definiert.
CMYK: (0,33,4,10) C0M33Y4K10 (0%,33%,4%,10%) (0.00/0.33/0.04/0.10)
E6 | 9A | DD | |
---|---|---|---|
RGB | 230 | 154 | 221 |
HSL | 307° | 60.32% | 75.29% |
HSB/HSV | 307° | 33.04% | 90.20% |
CMYK | 0.00% | 33.04% | 3.91% |
9.80% |
Hexadezimal | E6 | 9A | DD |
Dezimal | 230 | 154 | 221 |
Binär | 11100110 | 10011010 | 11011101 |
Oktal | 346 | 232 | 335 |
Beispiele css- und html für Elemente in der Farbe #E69ADD. Bitte benutzen Sie auch rgb(230,154,221) statt hex-Code.
.myTextColor { color: #E69ADD; }
<p style="color:#E69ADD">This sample text font color is #E69ADD.</p>
Die Farbe dieses Textes ist #E69ADD.
.myBgColor { background-color: #E69ADD; }
<div style="background-color:#E69ADD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E69ADD.
.myBorderColor { border: 1px solid #E69ADD; }
<div style="border:3px solid #E69ADD">Div</div>
Die Grenzen von diesem div sind in Farbe #E69ADD.
.myOpacity80 { color: #E69ADD; opacity: 0.8; }
<p style="color:#E69ADD;opacity:0.8;">80%</p>
Text in Farbe #E69ADD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E69ADD;}
<p style="text-shadow: 3px 3px 1px #E69ADD">Text here.</p>
Dieser Text hat den Schatten in Farbe #E69ADD.
.textShadow {text-shadow: 3px 3px 1px #E69ADD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E69ADD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E69ADD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E69ADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E69ADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E69ADD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E69ADD; -webkit-box-shadow: 1px 1px 3px 2px #E69ADD; box-shadow: 1px 1px 3px 2px #E69ADD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E69ADD; -webkit-box-shadow: 1px 1px 3px 2px #E69ADD; box-shadow:1px 1px 3px 2px #E69ADD;">
Div content here</div>
Dieser Text ist in der Farbe #E69ADD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E69ADD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E69ADD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E69ADD.