HEX: #E13A55
RGB: (225,58,85)
#E13A55 enthält hauptsächlich rote Farbe. Für #E13A55 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #E13A55 wird in RGB als (225,58,85) definiert.
RGB: (225,58,85)
(88%, 23%, 33%)
R 225 von 255 = 88%
G 58 von 255 = 23%
B 85 von 255 = 33%
R + G + B ~ 48%. #E13A55 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 225 + 58 + 85 = 368 (100%)
R 225 von 368 ~ 61.14%
G 58 von 368 ~ 15.76%
B 85 von 368 ~ 23.1'%
Die Farbe #E13A55 wird in CMYK als (0,74,62,12) definiert.
CMYK: (0,74,62,12)
C0M74Y62K12 (0%, 74%, 62%, 12%)
(0.00 / 0.74 / 0.62 / 0.12)
Farbe #E13A55 in den populären Farbmodellen.
E1 | 3A | 55 | |
---|---|---|---|
RGB | 225 | 58 | 85 |
HSL | 350° | 73.57% | 55.49% |
HSB/HSV | 350° | 74.22% | 88.24% |
CMYK | 0.00% | 74.22% | 62.22% |
11.76% |
Die Farbe #E13A55 in den populären Zahlensystemen.
Hexadezimal | E1 | 3A | 55 |
Dezimal | 225 | 58 | 85 |
Binär | 11100001 | 111010 | 1010101 |
Oktal | 341 | 72 | 125 |
Dunkle Töne der Farbe #E13A55
Helle Töne der Farbe #E13A55
Beispiele css- und html für Elemente in der Farbe #E13A55. Bitte benutzen Sie auch rgb(225,58,85) statt hex-Code.
.myTextColor { color: #E13A55; }
<p style="color:#E13A55">This sample text font color is #E13A55.</p>
Die Farbe dieses Textes ist #E13A55.
.myBgColor { background-color: #E13A55; }
<div style="background-color:#E13A55">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E13A55.
.myBorderColor { border: 1px solid #E13A55; }
<div style="border:3px solid #E13A55">Div</div>
Die Grenzen von diesem div sind in Farbe #E13A55.
.myOpacity80 { color: #E13A55; opacity: 0.8; }
<p style="color:#E13A55;opacity:0.8;">80%</p>
Text in Farbe #E13A55 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E13A55;}
<p style="text-shadow: 3px 3px 1px #E13A55">Text here.</p>
Dieser Text hat den Schatten in Farbe #E13A55.
.textShadow {text-shadow: 3px 3px 1px #E13A55', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E13A55, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E13A55 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E13A55, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E13A55, Direction=45, Strength=4)">Text</p>
This text has shadow with #E13A55 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E13A55;
-webkit-box-shadow: 1px 1px 3px 2px #E13A55;
box-shadow: 1px 1px 3px 2px #E13A55;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E13A55; -webkit-box-shadow: 1px 1px 3px 2px #E13A55; box-shadow:1px 1px 3px 2px #E13A55;">
Div content here
</div>
Dieser Text ist in der Farbe #E13A55 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E13A55 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E13A55.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E13A55.
Kontrastfarbe für #hex ist #1EC5AA.