Shades of Shocking Pink #EF0FCF
Tints of Shocking Pink #EF0FCF
RGB
CMYK
RGB Variations
Color information
#EF0FCF (or 0xEF0FCF) is known color: Shocking Pink. HEX triplet: EF, 0F and CF. RGB value is (239,15,207). Sum of RGB (Red+Green+Blue) = 239+15+207=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FCF is #10F030. Grayscale: #676767. Windows color (decimal): -1110065 or 13570031. OLE color: 13570031.
HSL color Cylindrical-coordinate representation of color #EF0FCF: hue angle of 308.57º 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 #EF0FCF is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.06 |
| HSL | 308.57º | 0.88% | 0.5% | - |
| HSV(B) | 308.57º | 0.94% | 0.94% | - |
| XYZ | 47.03 | 23.2 | 61.03 | - |
| YUV | 103.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 207 | 0 | 0.94 | 0.13 | 0.06 | 308.57 | 0.88 | 0.5 |
| Hex | EF | F | CF | 0 | 5E | D | 6 | 135 | 58 | 32 |
| Octal | 357 | 17 | 317 | 0 | 136 | 15 | 6 | 465 | 130 | 62 |
| Binary | 11101111 | 1111 | 11001111 | 0 | 1011110 | 1101 | 110 | 100110101 | 1011000 | 110010 |
Color Harmonies of #EF0FCF
Complementary color
Monochromatic Colors of #EF0FCF
Black with #EF0FCF
Text Example
Text Example
White with #EF0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FCF; }
p { color: rgb(239,15,207); }
H1.HeaderClassName
{
color: #EF0FCF;
}
.AnyTagClassName
{
color: #EF0FCF;
}
</style>
background-color css
<style>
a { background-color: #EF0FCF; }
a { background-color: rgb(239,15,207); }
div.DivClassName
{
background-color: #EF0FCF;
}
.BgClassName
{
background-color: #EF0FCF;
}
</style>
border-color css
<style>
span { border-color: #EF0FCF; }
span { border-color: rgb(239,15,207); }
td.TdClassName
{
border-color: #EF0FCF;
}
.TagClassName
{
border-color: #EF0FCF;
}
</style>