Shades of Shocking Pink #EC0ABB
Tints of Shocking Pink #EC0ABB
RGB
CMYK
RGB Variations
Color information
#EC0ABB (or 0xEC0ABB) is known color: Shocking Pink. HEX triplet: EC, 0A and BB. RGB value is (236,10,187). Sum of RGB (Red+Green+Blue) = 236+10+187=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ABB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ABB is #13F544. Grayscale: #616161. Windows color (decimal): -1307973 or 12258028. OLE color: 12258028.
HSL color Cylindrical-coordinate representation of color #EC0ABB: hue angle of 313.01º 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 #EC0ABB is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 187 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.07 |
| HSL | 313.01º | 0.92% | 0.48% | - |
| HSV(B) | 313.01º | 0.96% | 0.93% | - |
| XYZ | 43.67 | 21.64 | 48.89 | - |
| YUV | 97.75 | 178.37 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 187 | 0 | 0.96 | 0.21 | 0.07 | 313.01 | 0.92 | 0.48 |
| Hex | EC | A | BB | 0 | 60 | 15 | 7 | 139 | 5C | 30 |
| Octal | 354 | 12 | 273 | 0 | 140 | 25 | 7 | 471 | 134 | 60 |
| Binary | 11101100 | 1010 | 10111011 | 0 | 1100000 | 10101 | 111 | 100111001 | 1011100 | 110000 |
Color Harmonies of #EC0ABB
Complementary color
Monochromatic Colors of #EC0ABB
Black with #EC0ABB
Text Example
Text Example
White with #EC0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ABB; }
p { color: rgb(236,10,187); }
H1.HeaderClassName
{
color: #EC0ABB;
}
.AnyTagClassName
{
color: #EC0ABB;
}
</style>
background-color css
<style>
a { background-color: #EC0ABB; }
a { background-color: rgb(236,10,187); }
div.DivClassName
{
background-color: #EC0ABB;
}
.BgClassName
{
background-color: #EC0ABB;
}
</style>
border-color css
<style>
span { border-color: #EC0ABB; }
span { border-color: rgb(236,10,187); }
td.TdClassName
{
border-color: #EC0ABB;
}
.TagClassName
{
border-color: #EC0ABB;
}
</style>