HEX: #E5725E
RGB: (229,114,94)
#E5725E enthält hauptsächlich rote Farbe. Für #E5725E ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #E5725E wird in RGB als (229,114,94) definiert.
RGB: (229,114,94) (90%,45%,37%)
R 229 von 255 = 90%
G 114 von 255 = 45%
B 94 von 255 = 37%
R + G + B ~ 57%. #E5725E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
229 + 114 + 94 = 437 (100%)
R 229 von 437 ~ 52.4%
G 114 von 437 ~ 26.09%
B 94 von 437 ~ 21.51%
Die Farbe #E5725E wird in CMYK als (0,50,59,10) definiert.
CMYK: (0,50,59,10) C0M50Y59K10 (0%,50%,59%,10%) (0.00/0.50/0.59/0.10)
E5 | 72 | 5E | |
---|---|---|---|
RGB | 229 | 114 | 94 |
HSL | 9° | 72.19% | 63.33% |
HSB/HSV | 9° | 58.95% | 89.80% |
CMYK | 0.00% | 50.22% | 58.95% |
10.20% |
Hexadezimal | E5 | 72 | 5E |
Dezimal | 229 | 114 | 94 |
Binär | 11100101 | 1110010 | 1011110 |
Oktal | 345 | 162 | 136 |
Beispiele css- und html für Elemente in der Farbe #E5725E. Bitte benutzen Sie auch rgb(229,114,94) statt hex-Code.
.myTextColor { color: #E5725E; }
<p style="color:#E5725E">This sample text font color is #E5725E.</p>
Die Farbe dieses Textes ist #E5725E.
.myBgColor { background-color: #E5725E; }
<div style="background-color:#E5725E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5725E.
.myBorderColor { border: 1px solid #E5725E; }
<div style="border:3px solid #E5725E">Div</div>
Die Grenzen von diesem div sind in Farbe #E5725E.
.myOpacity80 { color: #E5725E; opacity: 0.8; }
<p style="color:#E5725E;opacity:0.8;">80%</p>
Text in Farbe #E5725E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5725E;}
<p style="text-shadow: 3px 3px 1px #E5725E">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5725E.
.textShadow {text-shadow: 3px 3px 1px #E5725E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5725E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5725E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5725E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5725E, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5725E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5725E; -webkit-box-shadow: 1px 1px 3px 2px #E5725E; box-shadow: 1px 1px 3px 2px #E5725E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5725E; -webkit-box-shadow: 1px 1px 3px 2px #E5725E; box-shadow:1px 1px 3px 2px #E5725E;">
Div content here</div>
Dieser Text ist in der Farbe #E5725E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5725E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5725E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5725E.