Shades of Shocking Pink #EC21BD
Tints of Shocking Pink #EC21BD
RGB
CMYK
RGB Variations
Color information
#EC21BD (or 0xEC21BD) is known color: Shocking Pink. HEX triplet: EC, 21 and BD. RGB value is (236,33,189). Sum of RGB (Red+Green+Blue) = 236+33+189=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21BD is #13DE42. Grayscale: #6F6F6F. Windows color (decimal): -1302083 or 12394988. OLE color: 12394988.
HSL color Cylindrical-coordinate representation of color #EC21BD: hue angle of 313.89º 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 #EC21BD is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 189 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.07 |
| HSL | 313.89º | 0.84% | 0.53% | - |
| HSV(B) | 313.89º | 0.86% | 0.93% | - |
| XYZ | 44.32 | 22.59 | 50.17 | - |
| YUV | 111.48 | 171.75 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 189 | 0 | 0.86 | 0.20 | 0.07 | 313.89 | 0.84 | 0.53 |
| Hex | EC | 21 | BD | 0 | 56 | 14 | 7 | 13A | 54 | 35 |
| Octal | 354 | 41 | 275 | 0 | 126 | 24 | 7 | 472 | 124 | 65 |
| Binary | 11101100 | 100001 | 10111101 | 0 | 1010110 | 10100 | 111 | 100111010 | 1010100 | 110101 |
Color Harmonies of #EC21BD
Complementary color
Monochromatic Colors of #EC21BD
Black with #EC21BD
Text Example
Text Example
White with #EC21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21BD; }
p { color: rgb(236,33,189); }
H1.HeaderClassName
{
color: #EC21BD;
}
.AnyTagClassName
{
color: #EC21BD;
}
</style>
background-color css
<style>
a { background-color: #EC21BD; }
a { background-color: rgb(236,33,189); }
div.DivClassName
{
background-color: #EC21BD;
}
.BgClassName
{
background-color: #EC21BD;
}
</style>
border-color css
<style>
span { border-color: #EC21BD; }
span { border-color: rgb(236,33,189); }
td.TdClassName
{
border-color: #EC21BD;
}
.TagClassName
{
border-color: #EC21BD;
}
</style>