Shades of Shocking Pink #EC05BA
Tints of Shocking Pink #EC05BA
RGB
CMYK
RGB Variations
Color information
#EC05BA (or 0xEC05BA) is known color: Shocking Pink. HEX triplet: EC, 05 and BA. RGB value is (236,5,186). Sum of RGB (Red+Green+Blue) = 236+5+186=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05BA is #13FA45. Grayscale: #5E5E5E. Windows color (decimal): -1309254 or 12191212. OLE color: 12191212.
HSL color Cylindrical-coordinate representation of color #EC05BA: hue angle of 312.99º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC05BA is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.07 |
| HSL | 312.99º | 0.96% | 0.47% | - |
| HSV(B) | 312.99º | 0.98% | 0.93% | - |
| XYZ | 43.51 | 21.49 | 48.31 | - |
| YUV | 94.7 | 179.53 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 5 | 186 | 0 | 0.98 | 0.21 | 0.07 | 312.99 | 0.96 | 0.47 |
| Hex | EC | 5 | BA | 0 | 62 | 15 | 7 | 139 | 60 | 2F |
| Octal | 354 | 5 | 272 | 0 | 142 | 25 | 7 | 471 | 140 | 57 |
| Binary | 11101100 | 101 | 10111010 | 0 | 1100010 | 10101 | 111 | 100111001 | 1100000 | 101111 |
Color Harmonies of #EC05BA
Complementary color
Monochromatic Colors of #EC05BA
Black with #EC05BA
Text Example
Text Example
White with #EC05BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC05BA; }
p { color: rgb(236,5,186); }
H1.HeaderClassName
{
color: #EC05BA;
}
.AnyTagClassName
{
color: #EC05BA;
}
</style>
background-color css
<style>
a { background-color: #EC05BA; }
a { background-color: rgb(236,5,186); }
div.DivClassName
{
background-color: #EC05BA;
}
.BgClassName
{
background-color: #EC05BA;
}
</style>
border-color css
<style>
span { border-color: #EC05BA; }
span { border-color: rgb(236,5,186); }
td.TdClassName
{
border-color: #EC05BA;
}
.TagClassName
{
border-color: #EC05BA;
}
</style>