Shades of Shocking Pink #EC0AB5
Tints of Shocking Pink #EC0AB5
RGB
CMYK
RGB Variations
Color information
#EC0AB5 (or 0xEC0AB5) is known color: Shocking Pink. HEX triplet: EC, 0A and B5. RGB value is (236,10,181). Sum of RGB (Red+Green+Blue) = 236+10+181=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0AB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0AB5 is #13F54A. Grayscale: #606060. Windows color (decimal): -1307979 or 11864812. OLE color: 11864812.
HSL color Cylindrical-coordinate representation of color #EC0AB5: hue angle of 314.6º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0AB5 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 181 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.07 |
| HSL | 314.6º | 0.92% | 0.48% | - |
| HSV(B) | 314.6º | 0.96% | 0.93% | - |
| XYZ | 43.04 | 21.39 | 45.58 | - |
| YUV | 97.07 | 175.37 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 181 | 0 | 0.96 | 0.23 | 0.07 | 314.6 | 0.92 | 0.48 |
| Hex | EC | A | B5 | 0 | 60 | 17 | 7 | 13B | 5C | 30 |
| Octal | 354 | 12 | 265 | 0 | 140 | 27 | 7 | 473 | 134 | 60 |
| Binary | 11101100 | 1010 | 10110101 | 0 | 1100000 | 10111 | 111 | 100111011 | 1011100 | 110000 |
Color Harmonies of #EC0AB5
Complementary color
Monochromatic Colors of #EC0AB5
Black with #EC0AB5
Text Example
Text Example
White with #EC0AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0AB5; }
p { color: rgb(236,10,181); }
H1.HeaderClassName
{
color: #EC0AB5;
}
.AnyTagClassName
{
color: #EC0AB5;
}
</style>
background-color css
<style>
a { background-color: #EC0AB5; }
a { background-color: rgb(236,10,181); }
div.DivClassName
{
background-color: #EC0AB5;
}
.BgClassName
{
background-color: #EC0AB5;
}
</style>
border-color css
<style>
span { border-color: #EC0AB5; }
span { border-color: rgb(236,10,181); }
td.TdClassName
{
border-color: #EC0AB5;
}
.TagClassName
{
border-color: #EC0AB5;
}
</style>