Shades of Shocking Pink #EF0FC0
Tints of Shocking Pink #EF0FC0
RGB
CMYK
RGB Variations
Color information
#EF0FC0 (or 0xEF0FC0) is known color: Shocking Pink. HEX triplet: EF, 0F and C0. RGB value is (239,15,192). Sum of RGB (Red+Green+Blue) = 239+15+192=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FC0 is #10F03F. Grayscale: #656565. Windows color (decimal): -1110080 or 12586991. OLE color: 12586991.
HSL color Cylindrical-coordinate representation of color #EF0FC0: hue angle of 312.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FC0 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 192 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.06 |
| HSL | 312.59º | 0.88% | 0.5% | - |
| HSV(B) | 312.59º | 0.94% | 0.94% | - |
| XYZ | 45.28 | 22.5 | 51.83 | - |
| YUV | 102.15 | 178.71 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 192 | 0 | 0.94 | 0.20 | 0.06 | 312.59 | 0.88 | 0.5 |
| Hex | EF | F | C0 | 0 | 5E | 14 | 6 | 139 | 58 | 32 |
| Octal | 357 | 17 | 300 | 0 | 136 | 24 | 6 | 471 | 130 | 62 |
| Binary | 11101111 | 1111 | 11000000 | 0 | 1011110 | 10100 | 110 | 100111001 | 1011000 | 110010 |
Color Harmonies of #EF0FC0
Complementary color
Monochromatic Colors of #EF0FC0
Black with #EF0FC0
Text Example
Text Example
White with #EF0FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FC0; }
p { color: rgb(239,15,192); }
H1.HeaderClassName
{
color: #EF0FC0;
}
.AnyTagClassName
{
color: #EF0FC0;
}
</style>
background-color css
<style>
a { background-color: #EF0FC0; }
a { background-color: rgb(239,15,192); }
div.DivClassName
{
background-color: #EF0FC0;
}
.BgClassName
{
background-color: #EF0FC0;
}
</style>
border-color css
<style>
span { border-color: #EF0FC0; }
span { border-color: rgb(239,15,192); }
td.TdClassName
{
border-color: #EF0FC0;
}
.TagClassName
{
border-color: #EF0FC0;
}
</style>