HEX: #E474EF
RGB: (228,116,239)
#E474EF enthält hauptsächlich rote und blaue Farbe. Für #E474EF ist eine «websichere» Webfarbe #CC66FF (oder kurz #C6F).
Die Farbe #E474EF wird in RGB als (228,116,239) definiert.
RGB: (228,116,239) (89%,45%,94%)
R 228 von 255 = 89%
G 116 von 255 = 45%
B 239 von 255 = 94%
R + G + B ~ 76%. #E474EF ziemlich helle Farbe.
R + G + B =
228 + 116 + 239 = 583 (100%)
R 228 von 583 ~ 39.11%
G 116 von 583 ~ 19.9%
B 239 von 583 ~ 40.99%
Die Farbe #E474EF wird in CMYK als (5,51,0,6) definiert.
CMYK: (5,51,0,6) C5M51Y0K6 (5%,51%,0%,6%) (0.05/0.51/0.00/0.06)
E4 | 74 | EF | |
---|---|---|---|
RGB | 228 | 116 | 239 |
HSL | 295° | 79.35% | 69.61% |
HSB/HSV | 295° | 51.46% | 93.73% |
CMYK | 4.60% | 51.46% | 0.00% |
6.27% |
Hexadezimal | E4 | 74 | EF |
Dezimal | 228 | 116 | 239 |
Binär | 11100100 | 1110100 | 11101111 |
Oktal | 344 | 164 | 357 |
Beispiele css- und html für Elemente in der Farbe #E474EF. Bitte benutzen Sie auch rgb(228,116,239) statt hex-Code.
.myTextColor { color: #E474EF; }
<p style="color:#E474EF">This sample text font color is #E474EF.</p>
Die Farbe dieses Textes ist #E474EF.
.myBgColor { background-color: #E474EF; }
<div style="background-color:#E474EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E474EF.
.myBorderColor { border: 1px solid #E474EF; }
<div style="border:3px solid #E474EF">Div</div>
Die Grenzen von diesem div sind in Farbe #E474EF.
.myOpacity80 { color: #E474EF; opacity: 0.8; }
<p style="color:#E474EF;opacity:0.8;">80%</p>
Text in Farbe #E474EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E474EF;}
<p style="text-shadow: 3px 3px 1px #E474EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #E474EF.
.textShadow {text-shadow: 3px 3px 1px #E474EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E474EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E474EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E474EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E474EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E474EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E474EF; -webkit-box-shadow: 1px 1px 3px 2px #E474EF; box-shadow: 1px 1px 3px 2px #E474EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E474EF; -webkit-box-shadow: 1px 1px 3px 2px #E474EF; box-shadow:1px 1px 3px 2px #E474EF;">
Div content here</div>
Dieser Text ist in der Farbe #E474EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E474EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E474EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E474EF.