HEX: #E63D68
RGB: (230,61,104)
#E63D68 enthält hauptsächlich rote Farbe. Für #E63D68 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #E63D68 wird in RGB als (230,61,104) definiert.
RGB: (230,61,104)
(90%, 24%, 41%)
R 230 von 255 = 90%
G 61 von 255 = 24%
B 104 von 255 = 41%
R + G + B ~ 52%. #E63D68 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 230 + 61 + 104 = 395 (100%)
R 230 von 395 ~ 58.23%
G 61 von 395 ~ 15.44%
B 104 von 395 ~ 26.33'%
Die Farbe #E63D68 wird in CMYK als (0,73,55,10) definiert.
CMYK: (0,73,55,10)
C0M73Y55K10 (0%, 73%, 55%, 10%)
(0.00 / 0.73 / 0.55 / 0.10)
Farbe #E63D68 in den populären Farbmodellen.
E6 | 3D | 68 | |
---|---|---|---|
RGB | 230 | 61 | 104 |
HSL | 345° | 77.17% | 57.06% |
HSB/HSV | 345° | 73.48% | 90.20% |
CMYK | 0.00% | 73.48% | 54.78% |
9.80% |
Die Farbe #E63D68 in den populären Zahlensystemen.
Hexadezimal | E6 | 3D | 68 |
Dezimal | 230 | 61 | 104 |
Binär | 11100110 | 111101 | 1101000 |
Oktal | 346 | 75 | 150 |
Dunkle Töne der Farbe #E63D68
Helle Töne der Farbe #E63D68
Beispiele css- und html für Elemente in der Farbe #E63D68. Bitte benutzen Sie auch rgb(230,61,104) statt hex-Code.
.myTextColor { color: #E63D68; }
<p style="color:#E63D68">This sample text font color is #E63D68.</p>
Die Farbe dieses Textes ist #E63D68.
.myBgColor { background-color: #E63D68; }
<div style="background-color:#E63D68">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E63D68.
.myBorderColor { border: 1px solid #E63D68; }
<div style="border:3px solid #E63D68">Div</div>
Die Grenzen von diesem div sind in Farbe #E63D68.
.myOpacity80 { color: #E63D68; opacity: 0.8; }
<p style="color:#E63D68;opacity:0.8;">80%</p>
Text in Farbe #E63D68 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E63D68;}
<p style="text-shadow: 3px 3px 1px #E63D68">Text here.</p>
Dieser Text hat den Schatten in Farbe #E63D68.
.textShadow {text-shadow: 3px 3px 1px #E63D68', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E63D68, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E63D68 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E63D68, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E63D68, Direction=45, Strength=4)">Text</p>
This text has shadow with #E63D68 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E63D68;
-webkit-box-shadow: 1px 1px 3px 2px #E63D68;
box-shadow: 1px 1px 3px 2px #E63D68;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E63D68; -webkit-box-shadow: 1px 1px 3px 2px #E63D68; box-shadow:1px 1px 3px 2px #E63D68;">
Div content here
</div>
Dieser Text ist in der Farbe #E63D68 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E63D68 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E63D68.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E63D68.
Kontrastfarbe für #hex ist #19C297.