Shades of Shocking Pink #EF0FC9
Tints of Shocking Pink #EF0FC9
RGB
CMYK
RGB Variations
Color information
#EF0FC9 (or 0xEF0FC9) is known color: Shocking Pink. HEX triplet: EF, 0F and C9. RGB value is (239,15,201). Sum of RGB (Red+Green+Blue) = 239+15+201=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FC9 is #10F036. Grayscale: #666666. Windows color (decimal): -1110071 or 13176815. OLE color: 13176815.
HSL color Cylindrical-coordinate representation of color #EF0FC9: hue angle of 310.18º 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 #EF0FC9 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 201 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.06 |
| HSL | 310.18º | 0.88% | 0.5% | - |
| HSV(B) | 310.18º | 0.94% | 0.94% | - |
| XYZ | 46.31 | 22.91 | 57.24 | - |
| YUV | 103.18 | 183.21 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 201 | 0 | 0.94 | 0.16 | 0.06 | 310.18 | 0.88 | 0.5 |
| Hex | EF | F | C9 | 0 | 5E | 10 | 6 | 136 | 58 | 32 |
| Octal | 357 | 17 | 311 | 0 | 136 | 20 | 6 | 466 | 130 | 62 |
| Binary | 11101111 | 1111 | 11001001 | 0 | 1011110 | 10000 | 110 | 100110110 | 1011000 | 110010 |
Color Harmonies of #EF0FC9
Complementary color
Monochromatic Colors of #EF0FC9
Black with #EF0FC9
Text Example
Text Example
White with #EF0FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FC9; }
p { color: rgb(239,15,201); }
H1.HeaderClassName
{
color: #EF0FC9;
}
.AnyTagClassName
{
color: #EF0FC9;
}
</style>
background-color css
<style>
a { background-color: #EF0FC9; }
a { background-color: rgb(239,15,201); }
div.DivClassName
{
background-color: #EF0FC9;
}
.BgClassName
{
background-color: #EF0FC9;
}
</style>
border-color css
<style>
span { border-color: #EF0FC9; }
span { border-color: rgb(239,15,201); }
td.TdClassName
{
border-color: #EF0FC9;
}
.TagClassName
{
border-color: #EF0FC9;
}
</style>