Shades of Shocking Pink #EC20C0
Tints of Shocking Pink #EC20C0
RGB
CMYK
RGB Variations
Color information
#EC20C0 (or 0xEC20C0) is known color: Shocking Pink. HEX triplet: EC, 20 and C0. RGB value is (236,32,192). Sum of RGB (Red+Green+Blue) = 236+32+192=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20C0 is #13DF3F. Grayscale: #6E6E6E. Windows color (decimal): -1302336 or 12591340. OLE color: 12591340.
HSL color Cylindrical-coordinate representation of color #EC20C0: hue angle of 312.94º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC20C0 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 192 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.07 |
| HSL | 312.94º | 0.84% | 0.53% | - |
| HSV(B) | 312.94º | 0.86% | 0.93% | - |
| XYZ | 44.62 | 22.67 | 51.89 | - |
| YUV | 111.24 | 173.59 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 192 | 0 | 0.86 | 0.19 | 0.07 | 312.94 | 0.84 | 0.53 |
| Hex | EC | 20 | C0 | 0 | 56 | 13 | 7 | 139 | 54 | 35 |
| Octal | 354 | 40 | 300 | 0 | 126 | 23 | 7 | 471 | 124 | 65 |
| Binary | 11101100 | 100000 | 11000000 | 0 | 1010110 | 10011 | 111 | 100111001 | 1010100 | 110101 |
Color Harmonies of #EC20C0
Complementary color
Monochromatic Colors of #EC20C0
Black with #EC20C0
Text Example
Text Example
White with #EC20C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20C0; }
p { color: rgb(236,32,192); }
H1.HeaderClassName
{
color: #EC20C0;
}
.AnyTagClassName
{
color: #EC20C0;
}
</style>
background-color css
<style>
a { background-color: #EC20C0; }
a { background-color: rgb(236,32,192); }
div.DivClassName
{
background-color: #EC20C0;
}
.BgClassName
{
background-color: #EC20C0;
}
</style>
border-color css
<style>
span { border-color: #EC20C0; }
span { border-color: rgb(236,32,192); }
td.TdClassName
{
border-color: #EC20C0;
}
.TagClassName
{
border-color: #EC20C0;
}
</style>