Shades of Shocking Pink #EC11CA
Tints of Shocking Pink #EC11CA
RGB
CMYK
RGB Variations
Color information
#EC11CA (or 0xEC11CA) is known color: Shocking Pink. HEX triplet: EC, 11 and CA. RGB value is (236,17,202). Sum of RGB (Red+Green+Blue) = 236+17+202=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11CA is #13EE35. Grayscale: #676767. Windows color (decimal): -1306166 or 13242860. OLE color: 13242860.
HSL color Cylindrical-coordinate representation of color #EC11CA: hue angle of 309.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11CA is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 202 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.07 |
| HSL | 309.32º | 0.87% | 0.5% | - |
| HSV(B) | 309.32º | 0.93% | 0.93% | - |
| XYZ | 45.45 | 22.5 | 57.82 | - |
| YUV | 103.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 202 | 0 | 0.93 | 0.14 | 0.07 | 309.32 | 0.87 | 0.5 |
| Hex | EC | 11 | CA | 0 | 5D | E | 7 | 135 | 57 | 32 |
| Octal | 354 | 21 | 312 | 0 | 135 | 16 | 7 | 465 | 127 | 62 |
| Binary | 11101100 | 10001 | 11001010 | 0 | 1011101 | 1110 | 111 | 100110101 | 1010111 | 110010 |
Color Harmonies of #EC11CA
Complementary color
Monochromatic Colors of #EC11CA
Black with #EC11CA
Text Example
Text Example
White with #EC11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11CA; }
p { color: rgb(236,17,202); }
H1.HeaderClassName
{
color: #EC11CA;
}
.AnyTagClassName
{
color: #EC11CA;
}
</style>
background-color css
<style>
a { background-color: #EC11CA; }
a { background-color: rgb(236,17,202); }
div.DivClassName
{
background-color: #EC11CA;
}
.BgClassName
{
background-color: #EC11CA;
}
</style>
border-color css
<style>
span { border-color: #EC11CA; }
span { border-color: rgb(236,17,202); }
td.TdClassName
{
border-color: #EC11CA;
}
.TagClassName
{
border-color: #EC11CA;
}
</style>