Shades of Shocking Pink #EC20CB
Tints of Shocking Pink #EC20CB
RGB
CMYK
RGB Variations
Color information
#EC20CB (or 0xEC20CB) is known color: Shocking Pink. HEX triplet: EC, 20 and CB. RGB value is (236,32,203). Sum of RGB (Red+Green+Blue) = 236+32+203=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20CB is #13DF34. Grayscale: #707070. Windows color (decimal): -1302325 or 13312236. OLE color: 13312236.
HSL color Cylindrical-coordinate representation of color #EC20CB: hue angle of 309.71º 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 #EC20CB is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 203 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.07 |
| HSL | 309.71º | 0.84% | 0.53% | - |
| HSV(B) | 309.71º | 0.86% | 0.93% | - |
| XYZ | 45.89 | 23.18 | 58.56 | - |
| YUV | 112.49 | 179.09 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 203 | 0 | 0.86 | 0.14 | 0.07 | 309.71 | 0.84 | 0.53 |
| Hex | EC | 20 | CB | 0 | 56 | E | 7 | 136 | 54 | 35 |
| Octal | 354 | 40 | 313 | 0 | 126 | 16 | 7 | 466 | 124 | 65 |
| Binary | 11101100 | 100000 | 11001011 | 0 | 1010110 | 1110 | 111 | 100110110 | 1010100 | 110101 |
Color Harmonies of #EC20CB
Complementary color
Monochromatic Colors of #EC20CB
Black with #EC20CB
Text Example
Text Example
White with #EC20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20CB; }
p { color: rgb(236,32,203); }
H1.HeaderClassName
{
color: #EC20CB;
}
.AnyTagClassName
{
color: #EC20CB;
}
</style>
background-color css
<style>
a { background-color: #EC20CB; }
a { background-color: rgb(236,32,203); }
div.DivClassName
{
background-color: #EC20CB;
}
.BgClassName
{
background-color: #EC20CB;
}
</style>
border-color css
<style>
span { border-color: #EC20CB; }
span { border-color: rgb(236,32,203); }
td.TdClassName
{
border-color: #EC20CB;
}
.TagClassName
{
border-color: #EC20CB;
}
</style>