Shades of Shocking Pink #EC01BA
Tints of Shocking Pink #EC01BA
RGB
CMYK
RGB Variations
Color information
#EC01BA (or 0xEC01BA) is known color: Shocking Pink. HEX triplet: EC, 01 and BA. RGB value is (236,1,186). Sum of RGB (Red+Green+Blue) = 236+1+186=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC01BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC01BA is #13FE45. Grayscale: #5B5B5B. Windows color (decimal): -1310278 or 12190188. OLE color: 12190188.
HSL color Cylindrical-coordinate representation of color #EC01BA: hue angle of 312.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01BA is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.07 |
| HSL | 312.77º | 0.99% | 0.46% | - |
| HSV(B) | 312.77º | 1% | 0.93% | - |
| XYZ | 43.47 | 21.4 | 48.29 | - |
| YUV | 92.36 | 180.86 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 186 | 0 | 1.00 | 0.21 | 0.07 | 312.77 | 0.99 | 0.46 |
| Hex | EC | 1 | BA | 0 | 64 | 15 | 7 | 139 | 63 | 2E |
| Octal | 354 | 1 | 272 | 0 | 144 | 25 | 7 | 471 | 143 | 56 |
| Binary | 11101100 | 1 | 10111010 | 0 | 1100100 | 10101 | 111 | 100111001 | 1100011 | 101110 |
Color Harmonies of #EC01BA
Complementary color
Monochromatic Colors of #EC01BA
Black with #EC01BA
Text Example
Text Example
White with #EC01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC01BA; }
p { color: rgb(236,1,186); }
H1.HeaderClassName
{
color: #EC01BA;
}
.AnyTagClassName
{
color: #EC01BA;
}
</style>
background-color css
<style>
a { background-color: #EC01BA; }
a { background-color: rgb(236,1,186); }
div.DivClassName
{
background-color: #EC01BA;
}
.BgClassName
{
background-color: #EC01BA;
}
</style>
border-color css
<style>
span { border-color: #EC01BA; }
span { border-color: rgb(236,1,186); }
td.TdClassName
{
border-color: #EC01BA;
}
.TagClassName
{
border-color: #EC01BA;
}
</style>