HEX: #E01371
RGB: (224,19,113)
#E01371 enthält hauptsächlich rote Farbe. Für #E01371 ist eine «websichere» Webfarbe #CC0066 (oder kurz #C06).
Die Farbe #E01371 wird in RGB als (224,19,113) definiert.
RGB: (224,19,113) (88%,7%,44%)
R 224 von 255 = 88%
G 19 von 255 = 7%
B 113 von 255 = 44%
R + G + B ~ 46%. #E01371 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
224 + 19 + 113 = 356 (100%)
R 224 von 356 ~ 62.92%
G 19 von 356 ~ 5.34%
B 113 von 356 ~ 31.74%
Die Farbe #E01371 wird in CMYK als (0,92,50,12) definiert.
CMYK: (0,92,50,12) C0M92Y50K12 (0%,92%,50%,12%) (0.00/0.92/0.50/0.12)
E0 | 13 | 71 | |
---|---|---|---|
RGB | 224 | 19 | 113 |
HSL | 332° | 84.36% | 47.65% |
HSB/HSV | 332° | 91.52% | 87.84% |
CMYK | 0.00% | 91.52% | 49.55% |
12.16% |
Hexadezimal | E0 | 13 | 71 |
Dezimal | 224 | 19 | 113 |
Binär | 11100000 | 10011 | 1110001 |
Oktal | 340 | 23 | 161 |
Beispiele css- und html für Elemente in der Farbe #E01371. Bitte benutzen Sie auch rgb(224,19,113) statt hex-Code.
.myTextColor { color: #E01371; }
<p style="color:#E01371">This sample text font color is #E01371.</p>
Die Farbe dieses Textes ist #E01371.
.myBgColor { background-color: #E01371; }
<div style="background-color:#E01371">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E01371.
.myBorderColor { border: 1px solid #E01371; }
<div style="border:3px solid #E01371">Div</div>
Die Grenzen von diesem div sind in Farbe #E01371.
.myOpacity80 { color: #E01371; opacity: 0.8; }
<p style="color:#E01371;opacity:0.8;">80%</p>
Text in Farbe #E01371 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E01371;}
<p style="text-shadow: 3px 3px 1px #E01371">Text here.</p>
Dieser Text hat den Schatten in Farbe #E01371.
.textShadow {text-shadow: 3px 3px 1px #E01371, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E01371, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E01371 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E01371, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E01371, Direction=45, Strength=4)">Text</p>
This text has shadow with #E01371 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E01371; -webkit-box-shadow: 1px 1px 3px 2px #E01371; box-shadow: 1px 1px 3px 2px #E01371; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E01371; -webkit-box-shadow: 1px 1px 3px 2px #E01371; box-shadow:1px 1px 3px 2px #E01371;">
Div content here</div>
Dieser Text ist in der Farbe #E01371 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E01371 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E01371.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E01371.