HEX: #E495B0
RGB: (228,149,176)
#E495B0 enthält hauptsächlich rote und blaue Farbe. Für #E495B0 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #E495B0 wird in RGB als (228,149,176) definiert.
RGB: (228,149,176) (89%,58%,69%)
R 228 von 255 = 89%
G 149 von 255 = 58%
B 176 von 255 = 69%
R + G + B ~ 72%. #E495B0 ziemlich helle Farbe.
R + G + B =
228 + 149 + 176 = 553 (100%)
R 228 von 553 ~ 41.23%
G 149 von 553 ~ 26.94%
B 176 von 553 ~ 31.83%
Die Farbe #E495B0 wird in CMYK als (0,35,23,11) definiert.
CMYK: (0,35,23,11) C0M35Y23K11 (0%,35%,23%,11%) (0.00/0.35/0.23/0.11)
E4 | 95 | B0 | |
---|---|---|---|
RGB | 228 | 149 | 176 |
HSL | 339° | 59.40% | 73.92% |
HSB/HSV | 339° | 34.65% | 89.41% |
CMYK | 0.00% | 34.65% | 22.81% |
10.59% |
Hexadezimal | E4 | 95 | B0 |
Dezimal | 228 | 149 | 176 |
Binär | 11100100 | 10010101 | 10110000 |
Oktal | 344 | 225 | 260 |
Beispiele css- und html für Elemente in der Farbe #E495B0. Bitte benutzen Sie auch rgb(228,149,176) statt hex-Code.
.myTextColor { color: #E495B0; }
<p style="color:#E495B0">This sample text font color is #E495B0.</p>
Die Farbe dieses Textes ist #E495B0.
.myBgColor { background-color: #E495B0; }
<div style="background-color:#E495B0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E495B0.
.myBorderColor { border: 1px solid #E495B0; }
<div style="border:3px solid #E495B0">Div</div>
Die Grenzen von diesem div sind in Farbe #E495B0.
.myOpacity80 { color: #E495B0; opacity: 0.8; }
<p style="color:#E495B0;opacity:0.8;">80%</p>
Text in Farbe #E495B0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E495B0;}
<p style="text-shadow: 3px 3px 1px #E495B0">Text here.</p>
Dieser Text hat den Schatten in Farbe #E495B0.
.textShadow {text-shadow: 3px 3px 1px #E495B0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E495B0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E495B0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E495B0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E495B0, Direction=45, Strength=4)">Text</p>
This text has shadow with #E495B0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E495B0; -webkit-box-shadow: 1px 1px 3px 2px #E495B0; box-shadow: 1px 1px 3px 2px #E495B0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E495B0; -webkit-box-shadow: 1px 1px 3px 2px #E495B0; box-shadow:1px 1px 3px 2px #E495B0;">
Div content here</div>
Dieser Text ist in der Farbe #E495B0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E495B0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E495B0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E495B0.