HEX: #EF63CE
RGB: (239,99,206)
#EF63CE enthält hauptsächlich rote und blaue Farbe. Für #EF63CE ist eine «websichere» Webfarbe #FF66CC (oder kurz #F6C).
Die Farbe #EF63CE wird in RGB als (239,99,206) definiert.
RGB: (239,99,206)
(94%, 39%, 81%)
R 239 von 255 = 94%
G 99 von 255 = 39%
B 206 von 255 = 81%
R + G + B ~ 71%. #EF63CE ziemlich helle Farbe.
R + G + B = 239 + 99 + 206 = 544 (100%)
R 239 von 544 ~ 43.93%
G 99 von 544 ~ 18.2%
B 206 von 544 ~ 37.87'%
Die Farbe #EF63CE wird in CMYK als (0,59,14,6) definiert.
CMYK: (0,59,14,6)
C0M59Y14K6 (0%, 59%, 14%, 6%)
(0.00 / 0.59 / 0.14 / 0.06)
Farbe #EF63CE in den populären Farbmodellen.
EF | 63 | CE | |
---|---|---|---|
RGB | 239 | 99 | 206 |
HSL | 314° | 81.40% | 66.27% |
HSB/HSV | 314° | 58.58% | 93.73% |
CMYK | 0.00% | 58.58% | 13.81% |
6.27% |
Die Farbe #EF63CE in den populären Zahlensystemen.
Hexadezimal | EF | 63 | CE |
Dezimal | 239 | 99 | 206 |
Binär | 11101111 | 1100011 | 11001110 |
Oktal | 357 | 143 | 316 |
Dunkle Töne der Farbe #EF63CE
Helle Töne der Farbe #EF63CE
Beispiele css- und html für Elemente in der Farbe #EF63CE. Bitte benutzen Sie auch rgb(239,99,206) statt hex-Code.
.myTextColor { color: #EF63CE; }
<p style="color:#EF63CE">This sample text font color is #EF63CE.</p>
Die Farbe dieses Textes ist #EF63CE.
.myBgColor { background-color: #EF63CE; }
<div style="background-color:#EF63CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #EF63CE.
.myBorderColor { border: 1px solid #EF63CE; }
<div style="border:3px solid #EF63CE">Div</div>
Die Grenzen von diesem div sind in Farbe #EF63CE.
.myOpacity80 { color: #EF63CE; opacity: 0.8; }
<p style="color:#EF63CE;opacity:0.8;">80%</p>
Text in Farbe #EF63CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EF63CE;}
<p style="text-shadow: 3px 3px 1px #EF63CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #EF63CE.
.textShadow {text-shadow: 3px 3px 1px #EF63CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EF63CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #EF63CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EF63CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EF63CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EF63CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EF63CE;
-webkit-box-shadow: 1px 1px 3px 2px #EF63CE;
box-shadow: 1px 1px 3px 2px #EF63CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EF63CE; -webkit-box-shadow: 1px 1px 3px 2px #EF63CE; box-shadow:1px 1px 3px 2px #EF63CE;">
Div content here
</div>
Dieser Text ist in der Farbe #EF63CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #EF63CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #EF63CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #EF63CE.
Kontrastfarbe für #EF63CE ist #109C31.