Shades of Shocking Pink #EF0EB2
Tints of Shocking Pink #EF0EB2
RGB
CMYK
RGB Variations
Color information
#EF0EB2 (or 0xEF0EB2) is known color: Shocking Pink. HEX triplet: EF, 0E and B2. RGB value is (239,14,178). Sum of RGB (Red+Green+Blue) = 239+14+178=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0EB2 is #10F14D. Grayscale: #636363. Windows color (decimal): -1110350 or 11669231. OLE color: 11669231.
HSL color Cylindrical-coordinate representation of color #EF0EB2: hue angle of 316.27º degrees, saturation: 0.89, 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 #EF0EB2 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 178 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.06 |
| HSL | 316.27º | 0.89% | 0.5% | - |
| HSV(B) | 316.27º | 0.94% | 0.94% | - |
| XYZ | 43.79 | 21.88 | 44.03 | - |
| YUV | 99.97 | 172.04 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 178 | 0 | 0.94 | 0.26 | 0.06 | 316.27 | 0.89 | 0.5 |
| Hex | EF | E | B2 | 0 | 5E | 1A | 6 | 13C | 59 | 32 |
| Octal | 357 | 16 | 262 | 0 | 136 | 32 | 6 | 474 | 131 | 62 |
| Binary | 11101111 | 1110 | 10110010 | 0 | 1011110 | 11010 | 110 | 100111100 | 1011001 | 110010 |
Color Harmonies of #EF0EB2
Complementary color
Monochromatic Colors of #EF0EB2
Black with #EF0EB2
Text Example
Text Example
White with #EF0EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EB2; }
p { color: rgb(239,14,178); }
H1.HeaderClassName
{
color: #EF0EB2;
}
.AnyTagClassName
{
color: #EF0EB2;
}
</style>
background-color css
<style>
a { background-color: #EF0EB2; }
a { background-color: rgb(239,14,178); }
div.DivClassName
{
background-color: #EF0EB2;
}
.BgClassName
{
background-color: #EF0EB2;
}
</style>
border-color css
<style>
span { border-color: #EF0EB2; }
span { border-color: rgb(239,14,178); }
td.TdClassName
{
border-color: #EF0EB2;
}
.TagClassName
{
border-color: #EF0EB2;
}
</style>