Shades of Shocking Pink #EC20BD
Tints of Shocking Pink #EC20BD
RGB
CMYK
RGB Variations
Color information
#EC20BD (or 0xEC20BD) is known color: Shocking Pink. HEX triplet: EC, 20 and BD. RGB value is (236,32,189). Sum of RGB (Red+Green+Blue) = 236+32+189=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC20BD is #13DF42. Grayscale: #6E6E6E. Windows color (decimal): -1302339 or 12394732. OLE color: 12394732.
HSL color Cylindrical-coordinate representation of color #EC20BD: hue angle of 313.82º 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 #EC20BD is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 32 | 189 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.07 |
| HSL | 313.82º | 0.84% | 0.53% | - |
| HSV(B) | 313.82º | 0.86% | 0.93% | - |
| XYZ | 44.29 | 22.54 | 50.16 | - |
| YUV | 110.89 | 172.09 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 32 | 189 | 0 | 0.86 | 0.20 | 0.07 | 313.82 | 0.84 | 0.53 |
| Hex | EC | 20 | BD | 0 | 56 | 14 | 7 | 13A | 54 | 35 |
| Octal | 354 | 40 | 275 | 0 | 126 | 24 | 7 | 472 | 124 | 65 |
| Binary | 11101100 | 100000 | 10111101 | 0 | 1010110 | 10100 | 111 | 100111010 | 1010100 | 110101 |
Color Harmonies of #EC20BD
Complementary color
Monochromatic Colors of #EC20BD
Black with #EC20BD
Text Example
Text Example
White with #EC20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC20BD; }
p { color: rgb(236,32,189); }
H1.HeaderClassName
{
color: #EC20BD;
}
.AnyTagClassName
{
color: #EC20BD;
}
</style>
background-color css
<style>
a { background-color: #EC20BD; }
a { background-color: rgb(236,32,189); }
div.DivClassName
{
background-color: #EC20BD;
}
.BgClassName
{
background-color: #EC20BD;
}
</style>
border-color css
<style>
span { border-color: #EC20BD; }
span { border-color: rgb(236,32,189); }
td.TdClassName
{
border-color: #EC20BD;
}
.TagClassName
{
border-color: #EC20BD;
}
</style>