Shades of Shocking Pink #EC20C2
Tints of Shocking Pink #EC20C2
RGB
CMYK
RGB Variations
Color information
#EC20C2 (or 0xEC20C2) is known color: Shocking Pink. HEX triplet: EC, 20 and C2. RGB value is (236,32,194). Sum of RGB (Red+Green+Blue) = 236+32+194=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20C2 is #13DF3D. Grayscale: #6F6F6F. Windows color (decimal): -1302334 or 12722412. OLE color: 12722412.
HSL color Cylindrical-coordinate representation of color #EC20C2: hue angle of 312.35º 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 #EC20C2 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 194 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.07 |
| HSL | 312.35º | 0.84% | 0.53% | - |
| HSV(B) | 312.35º | 0.86% | 0.93% | - |
| XYZ | 44.85 | 22.76 | 53.07 | - |
| YUV | 111.46 | 174.59 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 194 | 0 | 0.86 | 0.18 | 0.07 | 312.35 | 0.84 | 0.53 |
| Hex | EC | 20 | C2 | 0 | 56 | 12 | 7 | 138 | 54 | 35 |
| Octal | 354 | 40 | 302 | 0 | 126 | 22 | 7 | 470 | 124 | 65 |
| Binary | 11101100 | 100000 | 11000010 | 0 | 1010110 | 10010 | 111 | 100111000 | 1010100 | 110101 |
Color Harmonies of #EC20C2
Complementary color
Monochromatic Colors of #EC20C2
Black with #EC20C2
Text Example
Text Example
White with #EC20C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20C2; }
p { color: rgb(236,32,194); }
H1.HeaderClassName
{
color: #EC20C2;
}
.AnyTagClassName
{
color: #EC20C2;
}
</style>
background-color css
<style>
a { background-color: #EC20C2; }
a { background-color: rgb(236,32,194); }
div.DivClassName
{
background-color: #EC20C2;
}
.BgClassName
{
background-color: #EC20C2;
}
</style>
border-color css
<style>
span { border-color: #EC20C2; }
span { border-color: rgb(236,32,194); }
td.TdClassName
{
border-color: #EC20C2;
}
.TagClassName
{
border-color: #EC20C2;
}
</style>