Shades of Shocking Pink #EC0CC9
Tints of Shocking Pink #EC0CC9
RGB
CMYK
RGB Variations
Color information
#EC0CC9 (or 0xEC0CC9) is known color: Shocking Pink. HEX triplet: EC, 0C and C9. RGB value is (236,12,201). Sum of RGB (Red+Green+Blue) = 236+12+201=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CC9 is #13F336. Grayscale: #636363. Windows color (decimal): -1307447 or 13176044. OLE color: 13176044.
HSL color Cylindrical-coordinate representation of color #EC0CC9: hue angle of 309.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 201 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.07 |
| HSL | 309.38º | 0.9% | 0.49% | - |
| HSV(B) | 309.38º | 0.95% | 0.93% | - |
| XYZ | 45.27 | 22.31 | 57.18 | - |
| YUV | 100.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 201 | 0 | 0.95 | 0.15 | 0.07 | 309.38 | 0.9 | 0.49 |
| Hex | EC | C | C9 | 0 | 5F | F | 7 | 135 | 5A | 31 |
| Octal | 354 | 14 | 311 | 0 | 137 | 17 | 7 | 465 | 132 | 61 |
| Binary | 11101100 | 1100 | 11001001 | 0 | 1011111 | 1111 | 111 | 100110101 | 1011010 | 110001 |
Color Harmonies of #EC0CC9
Complementary color
Monochromatic Colors of #EC0CC9
Black with #EC0CC9
Text Example
Text Example
White with #EC0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CC9; }
p { color: rgb(236,12,201); }
H1.HeaderClassName
{
color: #EC0CC9;
}
.AnyTagClassName
{
color: #EC0CC9;
}
</style>
background-color css
<style>
a { background-color: #EC0CC9; }
a { background-color: rgb(236,12,201); }
div.DivClassName
{
background-color: #EC0CC9;
}
.BgClassName
{
background-color: #EC0CC9;
}
</style>
border-color css
<style>
span { border-color: #EC0CC9; }
span { border-color: rgb(236,12,201); }
td.TdClassName
{
border-color: #EC0CC9;
}
.TagClassName
{
border-color: #EC0CC9;
}
</style>