Shades of Shocking Pink #EF19CE
Tints of Shocking Pink #EF19CE
RGB
CMYK
RGB Variations
Color information
#EF19CE (or 0xEF19CE) is known color: Shocking Pink. HEX triplet: EF, 19 and CE. RGB value is (239,25,206). Sum of RGB (Red+Green+Blue) = 239+25+206=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF19CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF19CE is #10E631. Grayscale: #6D6D6D. Windows color (decimal): -1107506 or 13507055. OLE color: 13507055.
HSL color Cylindrical-coordinate representation of color #EF19CE: hue angle of 309.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF19CE is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 206 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.06 |
| HSL | 309.25º | 0.87% | 0.52% | - |
| HSV(B) | 309.25º | 0.9% | 0.94% | - |
| XYZ | 47.08 | 23.5 | 60.45 | - |
| YUV | 109.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 206 | 0 | 0.90 | 0.14 | 0.06 | 309.25 | 0.87 | 0.52 |
| Hex | EF | 19 | CE | 0 | 5A | E | 6 | 135 | 57 | 34 |
| Octal | 357 | 31 | 316 | 0 | 132 | 16 | 6 | 465 | 127 | 64 |
| Binary | 11101111 | 11001 | 11001110 | 0 | 1011010 | 1110 | 110 | 100110101 | 1010111 | 110100 |
Color Harmonies of #EF19CE
Complementary color
Monochromatic Colors of #EF19CE
Black with #EF19CE
Text Example
Text Example
White with #EF19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF19CE; }
p { color: rgb(239,25,206); }
H1.HeaderClassName
{
color: #EF19CE;
}
.AnyTagClassName
{
color: #EF19CE;
}
</style>
background-color css
<style>
a { background-color: #EF19CE; }
a { background-color: rgb(239,25,206); }
div.DivClassName
{
background-color: #EF19CE;
}
.BgClassName
{
background-color: #EF19CE;
}
</style>
border-color css
<style>
span { border-color: #EF19CE; }
span { border-color: rgb(239,25,206); }
td.TdClassName
{
border-color: #EF19CE;
}
.TagClassName
{
border-color: #EF19CE;
}
</style>