Shades of Shocking Pink #EC0ABC
Tints of Shocking Pink #EC0ABC
RGB
CMYK
RGB Variations
Color information
#EC0ABC (or 0xEC0ABC) is known color: Shocking Pink. HEX triplet: EC, 0A and BC. RGB value is (236,10,188). Sum of RGB (Red+Green+Blue) = 236+10+188=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ABC is #13F543. Grayscale: #616161. Windows color (decimal): -1307972 or 12323564. OLE color: 12323564.
HSL color Cylindrical-coordinate representation of color #EC0ABC: hue angle of 312.74º 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 #EC0ABC is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.07 |
| HSL | 312.74º | 0.92% | 0.48% | - |
| HSV(B) | 312.74º | 0.96% | 0.93% | - |
| XYZ | 43.78 | 21.68 | 49.45 | - |
| YUV | 97.87 | 178.87 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 10 | 188 | 0 | 0.96 | 0.20 | 0.07 | 312.74 | 0.92 | 0.48 |
| Hex | EC | A | BC | 0 | 60 | 14 | 7 | 139 | 5C | 30 |
| Octal | 354 | 12 | 274 | 0 | 140 | 24 | 7 | 471 | 134 | 60 |
| Binary | 11101100 | 1010 | 10111100 | 0 | 1100000 | 10100 | 111 | 100111001 | 1011100 | 110000 |
Color Harmonies of #EC0ABC
Complementary color
Monochromatic Colors of #EC0ABC
Black with #EC0ABC
Text Example
Text Example
White with #EC0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ABC; }
p { color: rgb(236,10,188); }
H1.HeaderClassName
{
color: #EC0ABC;
}
.AnyTagClassName
{
color: #EC0ABC;
}
</style>
background-color css
<style>
a { background-color: #EC0ABC; }
a { background-color: rgb(236,10,188); }
div.DivClassName
{
background-color: #EC0ABC;
}
.BgClassName
{
background-color: #EC0ABC;
}
</style>
border-color css
<style>
span { border-color: #EC0ABC; }
span { border-color: rgb(236,10,188); }
td.TdClassName
{
border-color: #EC0ABC;
}
.TagClassName
{
border-color: #EC0ABC;
}
</style>