Shades of Shocking Pink #EC1AC0
Tints of Shocking Pink #EC1AC0
RGB
CMYK
RGB Variations
Color information
#EC1AC0 (or 0xEC1AC0) is known color: Shocking Pink. HEX triplet: EC, 1A and C0. RGB value is (236,26,192). Sum of RGB (Red+Green+Blue) = 236+26+192=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1AC0 is #13E53F. Grayscale: #6B6B6B. Windows color (decimal): -1303872 or 12589804. OLE color: 12589804.
HSL color Cylindrical-coordinate representation of color #EC1AC0: hue angle of 312.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1AC0 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 192 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.07 |
| HSL | 312.57º | 0.85% | 0.51% | - |
| HSV(B) | 312.57º | 0.89% | 0.93% | - |
| XYZ | 44.48 | 22.38 | 51.84 | - |
| YUV | 107.71 | 175.57 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 192 | 0 | 0.89 | 0.19 | 0.07 | 312.57 | 0.85 | 0.51 |
| Hex | EC | 1A | C0 | 0 | 59 | 13 | 7 | 139 | 55 | 33 |
| Octal | 354 | 32 | 300 | 0 | 131 | 23 | 7 | 471 | 125 | 63 |
| Binary | 11101100 | 11010 | 11000000 | 0 | 1011001 | 10011 | 111 | 100111001 | 1010101 | 110011 |
Color Harmonies of #EC1AC0
Complementary color
Monochromatic Colors of #EC1AC0
Black with #EC1AC0
Text Example
Text Example
White with #EC1AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AC0; }
p { color: rgb(236,26,192); }
H1.HeaderClassName
{
color: #EC1AC0;
}
.AnyTagClassName
{
color: #EC1AC0;
}
</style>
background-color css
<style>
a { background-color: #EC1AC0; }
a { background-color: rgb(236,26,192); }
div.DivClassName
{
background-color: #EC1AC0;
}
.BgClassName
{
background-color: #EC1AC0;
}
</style>
border-color css
<style>
span { border-color: #EC1AC0; }
span { border-color: rgb(236,26,192); }
td.TdClassName
{
border-color: #EC1AC0;
}
.TagClassName
{
border-color: #EC1AC0;
}
</style>