Shades of Shocking Pink #EC21BA
Tints of Shocking Pink #EC21BA
RGB
CMYK
RGB Variations
Color information
#EC21BA (or 0xEC21BA) is known color: Shocking Pink. HEX triplet: EC, 21 and BA. RGB value is (236,33,186). Sum of RGB (Red+Green+Blue) = 236+33+186=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC21BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC21BA is #13DE45. Grayscale: #6E6E6E. Windows color (decimal): -1302086 or 12198380. OLE color: 12198380.
HSL color Cylindrical-coordinate representation of color #EC21BA: hue angle of 314.78º 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 #EC21BA is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 186 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.07 |
| HSL | 314.78º | 0.84% | 0.53% | - |
| HSV(B) | 314.78º | 0.86% | 0.93% | - |
| XYZ | 44 | 22.47 | 48.47 | - |
| YUV | 111.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 186 | 0 | 0.86 | 0.21 | 0.07 | 314.78 | 0.84 | 0.53 |
| Hex | EC | 21 | BA | 0 | 56 | 15 | 7 | 13B | 54 | 35 |
| Octal | 354 | 41 | 272 | 0 | 126 | 25 | 7 | 473 | 124 | 65 |
| Binary | 11101100 | 100001 | 10111010 | 0 | 1010110 | 10101 | 111 | 100111011 | 1010100 | 110101 |
Color Harmonies of #EC21BA
Complementary color
Monochromatic Colors of #EC21BA
Black with #EC21BA
Text Example
Text Example
White with #EC21BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC21BA; }
p { color: rgb(236,33,186); }
H1.HeaderClassName
{
color: #EC21BA;
}
.AnyTagClassName
{
color: #EC21BA;
}
</style>
background-color css
<style>
a { background-color: #EC21BA; }
a { background-color: rgb(236,33,186); }
div.DivClassName
{
background-color: #EC21BA;
}
.BgClassName
{
background-color: #EC21BA;
}
</style>
border-color css
<style>
span { border-color: #EC21BA; }
span { border-color: rgb(236,33,186); }
td.TdClassName
{
border-color: #EC21BA;
}
.TagClassName
{
border-color: #EC21BA;
}
</style>