Shades of Shocking Pink #EC20BA
Tints of Shocking Pink #EC20BA
RGB
CMYK
RGB Variations
Color information
#EC20BA (or 0xEC20BA) is known color: Shocking Pink. HEX triplet: EC, 20 and BA. RGB value is (236,32,186). Sum of RGB (Red+Green+Blue) = 236+32+186=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20BA is #13DF45. Grayscale: #6E6E6E. Windows color (decimal): -1302342 or 12198124. OLE color: 12198124.
HSL color Cylindrical-coordinate representation of color #EC20BA: hue angle of 314.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 #EC20BA is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 186 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.07 |
| HSL | 314.71º | 0.84% | 0.53% | - |
| HSV(B) | 314.71º | 0.86% | 0.93% | - |
| XYZ | 43.97 | 22.41 | 48.46 | - |
| YUV | 110.55 | 170.59 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 186 | 0 | 0.86 | 0.21 | 0.07 | 314.71 | 0.84 | 0.53 |
| Hex | EC | 20 | BA | 0 | 56 | 15 | 7 | 13B | 54 | 35 |
| Octal | 354 | 40 | 272 | 0 | 126 | 25 | 7 | 473 | 124 | 65 |
| Binary | 11101100 | 100000 | 10111010 | 0 | 1010110 | 10101 | 111 | 100111011 | 1010100 | 110101 |
Color Harmonies of #EC20BA
Complementary color
Monochromatic Colors of #EC20BA
Black with #EC20BA
Text Example
Text Example
White with #EC20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20BA; }
p { color: rgb(236,32,186); }
H1.HeaderClassName
{
color: #EC20BA;
}
.AnyTagClassName
{
color: #EC20BA;
}
</style>
background-color css
<style>
a { background-color: #EC20BA; }
a { background-color: rgb(236,32,186); }
div.DivClassName
{
background-color: #EC20BA;
}
.BgClassName
{
background-color: #EC20BA;
}
</style>
border-color css
<style>
span { border-color: #EC20BA; }
span { border-color: rgb(236,32,186); }
td.TdClassName
{
border-color: #EC20BA;
}
.TagClassName
{
border-color: #EC20BA;
}
</style>