HEX: #E52B50
RGB: (229,43,80)
#E52B50 enthält hauptsächlich rote Farbe. Für #E52B50 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #E52B50 wird in RGB als (229,43,80) definiert.
RGB: (229,43,80) (90%,17%,31%)
R 229 von 255 = 90%
G 43 von 255 = 17%
B 80 von 255 = 31%
R + G + B ~ 46%. #E52B50 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
229 + 43 + 80 = 352 (100%)
R 229 von 352 ~ 65.06%
G 43 von 352 ~ 12.22%
B 80 von 352 ~ 22.73%
Die Farbe #E52B50 wird in CMYK als (0,81,65,10) definiert.
CMYK: (0,81,65,10) C0M81Y65K10 (0%,81%,65%,10%) (0.00/0.81/0.65/0.10)
E5 | 2B | 50 | |
---|---|---|---|
RGB | 229 | 43 | 80 |
HSL | 348° | 78.15% | 53.33% |
HSB/HSV | 348° | 81.22% | 89.80% |
CMYK | 0.00% | 81.22% | 65.07% |
10.20% |
Hexadezimal | E5 | 2B | 50 |
Dezimal | 229 | 43 | 80 |
Binär | 11100101 | 101011 | 1010000 |
Oktal | 345 | 53 | 120 |
Beispiele css- und html für Elemente in der Farbe #E52B50. Bitte benutzen Sie auch rgb(229,43,80) statt hex-Code.
.myTextColor { color: #E52B50; }
<p style="color:#E52B50">This sample text font color is #E52B50.</p>
Die Farbe dieses Textes ist #E52B50.
.myBgColor { background-color: #E52B50; }
<div style="background-color:#E52B50">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E52B50.
.myBorderColor { border: 1px solid #E52B50; }
<div style="border:3px solid #E52B50">Div</div>
Die Grenzen von diesem div sind in Farbe #E52B50.
.myOpacity80 { color: #E52B50; opacity: 0.8; }
<p style="color:#E52B50;opacity:0.8;">80%</p>
Text in Farbe #E52B50 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E52B50;}
<p style="text-shadow: 3px 3px 1px #E52B50">Text here.</p>
Dieser Text hat den Schatten in Farbe #E52B50.
.textShadow {text-shadow: 3px 3px 1px #E52B50, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E52B50, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E52B50 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E52B50, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E52B50, Direction=45, Strength=4)">Text</p>
This text has shadow with #E52B50 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E52B50; -webkit-box-shadow: 1px 1px 3px 2px #E52B50; box-shadow: 1px 1px 3px 2px #E52B50; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E52B50; -webkit-box-shadow: 1px 1px 3px 2px #E52B50; box-shadow:1px 1px 3px 2px #E52B50;">
Div content here</div>
Dieser Text ist in der Farbe #E52B50 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E52B50 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E52B50.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E52B50.