Shades of Shocking Pink #EF11C8
Tints of Shocking Pink #EF11C8
RGB
CMYK
RGB Variations
Color information
#EF11C8 (or 0xEF11C8) is known color: Shocking Pink. HEX triplet: EF, 11 and C8. RGB value is (239,17,200). Sum of RGB (Red+Green+Blue) = 239+17+200=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF11C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF11C8 is #10EE37. Grayscale: #676767. Windows color (decimal): -1109560 or 13111791. OLE color: 13111791.
HSL color Cylindrical-coordinate representation of color #EF11C8: hue angle of 310.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF11C8 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 17 | 200 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.06 |
| HSL | 310.54º | 0.87% | 0.5% | - |
| HSV(B) | 310.54º | 0.93% | 0.94% | - |
| XYZ | 46.22 | 22.92 | 56.63 | - |
| YUV | 104.24 | 182.05 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 17 | 200 | 0 | 0.93 | 0.16 | 0.06 | 310.54 | 0.87 | 0.5 |
| Hex | EF | 11 | C8 | 0 | 5D | 10 | 6 | 137 | 57 | 32 |
| Octal | 357 | 21 | 310 | 0 | 135 | 20 | 6 | 467 | 127 | 62 |
| Binary | 11101111 | 10001 | 11001000 | 0 | 1011101 | 10000 | 110 | 100110111 | 1010111 | 110010 |
Color Harmonies of #EF11C8
Complementary color
Monochromatic Colors of #EF11C8
Black with #EF11C8
Text Example
Text Example
White with #EF11C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF11C8; }
p { color: rgb(239,17,200); }
H1.HeaderClassName
{
color: #EF11C8;
}
.AnyTagClassName
{
color: #EF11C8;
}
</style>
background-color css
<style>
a { background-color: #EF11C8; }
a { background-color: rgb(239,17,200); }
div.DivClassName
{
background-color: #EF11C8;
}
.BgClassName
{
background-color: #EF11C8;
}
</style>
border-color css
<style>
span { border-color: #EF11C8; }
span { border-color: rgb(239,17,200); }
td.TdClassName
{
border-color: #EF11C8;
}
.TagClassName
{
border-color: #EF11C8;
}
</style>