Shades of Shocking Pink #EF0CC0
Tints of Shocking Pink #EF0CC0
RGB
CMYK
RGB Variations
Color information
#EF0CC0 (or 0xEF0CC0) is known color: Shocking Pink. HEX triplet: EF, 0C and C0. RGB value is (239,12,192). Sum of RGB (Red+Green+Blue) = 239+12+192=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CC0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CC0 is #10F33F. Grayscale: #636363. Windows color (decimal): -1110848 or 12586223. OLE color: 12586223.
HSL color Cylindrical-coordinate representation of color #EF0CC0: hue angle of 312.42º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.06 |
| HSL | 312.42º | 0.9% | 0.49% | - |
| HSV(B) | 312.42º | 0.95% | 0.94% | - |
| XYZ | 45.24 | 22.42 | 51.81 | - |
| YUV | 100.39 | 179.71 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 192 | 0 | 0.95 | 0.20 | 0.06 | 312.42 | 0.9 | 0.49 |
| Hex | EF | C | C0 | 0 | 5F | 14 | 6 | 138 | 5A | 31 |
| Octal | 357 | 14 | 300 | 0 | 137 | 24 | 6 | 470 | 132 | 61 |
| Binary | 11101111 | 1100 | 11000000 | 0 | 1011111 | 10100 | 110 | 100111000 | 1011010 | 110001 |
Color Harmonies of #EF0CC0
Complementary color
Monochromatic Colors of #EF0CC0
Black with #EF0CC0
Text Example
Text Example
White with #EF0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CC0; }
p { color: rgb(239,12,192); }
H1.HeaderClassName
{
color: #EF0CC0;
}
.AnyTagClassName
{
color: #EF0CC0;
}
</style>
background-color css
<style>
a { background-color: #EF0CC0; }
a { background-color: rgb(239,12,192); }
div.DivClassName
{
background-color: #EF0CC0;
}
.BgClassName
{
background-color: #EF0CC0;
}
</style>
border-color css
<style>
span { border-color: #EF0CC0; }
span { border-color: rgb(239,12,192); }
td.TdClassName
{
border-color: #EF0CC0;
}
.TagClassName
{
border-color: #EF0CC0;
}
</style>