Shades of Shocking Pink #EF0EC7
Tints of Shocking Pink #EF0EC7
RGB
CMYK
RGB Variations
Color information
#EF0EC7 (or 0xEF0EC7) is known color: Shocking Pink. HEX triplet: EF, 0E and C7. RGB value is (239,14,199). Sum of RGB (Red+Green+Blue) = 239+14+199=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0EC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0EC7 is #10F138. Grayscale: #656565. Windows color (decimal): -1110329 or 13045487. OLE color: 13045487.
HSL color Cylindrical-coordinate representation of color #EF0EC7: hue angle of 310.67º 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 #EF0EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.06 |
| HSL | 310.67º | 0.89% | 0.5% | - |
| HSV(B) | 310.67º | 0.94% | 0.94% | - |
| XYZ | 46.06 | 22.79 | 56 | - |
| YUV | 102.37 | 182.54 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 199 | 0 | 0.94 | 0.17 | 0.06 | 310.67 | 0.89 | 0.5 |
| Hex | EF | E | C7 | 0 | 5E | 11 | 6 | 137 | 59 | 32 |
| Octal | 357 | 16 | 307 | 0 | 136 | 21 | 6 | 467 | 131 | 62 |
| Binary | 11101111 | 1110 | 11000111 | 0 | 1011110 | 10001 | 110 | 100110111 | 1011001 | 110010 |
Color Harmonies of #EF0EC7
Complementary color
Monochromatic Colors of #EF0EC7
Black with #EF0EC7
Text Example
Text Example
White with #EF0EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0EC7; }
p { color: rgb(239,14,199); }
H1.HeaderClassName
{
color: #EF0EC7;
}
.AnyTagClassName
{
color: #EF0EC7;
}
</style>
background-color css
<style>
a { background-color: #EF0EC7; }
a { background-color: rgb(239,14,199); }
div.DivClassName
{
background-color: #EF0EC7;
}
.BgClassName
{
background-color: #EF0EC7;
}
</style>
border-color css
<style>
span { border-color: #EF0EC7; }
span { border-color: rgb(239,14,199); }
td.TdClassName
{
border-color: #EF0EC7;
}
.TagClassName
{
border-color: #EF0EC7;
}
</style>