Shades of Shocking Pink #EF0CCC
Tints of Shocking Pink #EF0CCC
RGB
CMYK
RGB Variations
Color information
#EF0CCC (or 0xEF0CCC) is known color: Shocking Pink. HEX triplet: EF, 0C and CC. RGB value is (239,12,204). Sum of RGB (Red+Green+Blue) = 239+12+204=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0CCC is #10F333. Grayscale: #656565. Windows color (decimal): -1110836 or 13372655. OLE color: 13372655.
HSL color Cylindrical-coordinate representation of color #EF0CCC: hue angle of 309.25º 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 #EF0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.06 |
| HSL | 309.25º | 0.9% | 0.49% | - |
| HSV(B) | 309.25º | 0.95% | 0.94% | - |
| XYZ | 46.63 | 22.97 | 59.1 | - |
| YUV | 101.76 | 185.71 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 204 | 0 | 0.95 | 0.15 | 0.06 | 309.25 | 0.9 | 0.49 |
| Hex | EF | C | CC | 0 | 5F | F | 6 | 135 | 5A | 31 |
| Octal | 357 | 14 | 314 | 0 | 137 | 17 | 6 | 465 | 132 | 61 |
| Binary | 11101111 | 1100 | 11001100 | 0 | 1011111 | 1111 | 110 | 100110101 | 1011010 | 110001 |
Color Harmonies of #EF0CCC
Complementary color
Monochromatic Colors of #EF0CCC
Black with #EF0CCC
Text Example
Text Example
White with #EF0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CCC; }
p { color: rgb(239,12,204); }
H1.HeaderClassName
{
color: #EF0CCC;
}
.AnyTagClassName
{
color: #EF0CCC;
}
</style>
background-color css
<style>
a { background-color: #EF0CCC; }
a { background-color: rgb(239,12,204); }
div.DivClassName
{
background-color: #EF0CCC;
}
.BgClassName
{
background-color: #EF0CCC;
}
</style>
border-color css
<style>
span { border-color: #EF0CCC; }
span { border-color: rgb(239,12,204); }
td.TdClassName
{
border-color: #EF0CCC;
}
.TagClassName
{
border-color: #EF0CCC;
}
</style>