Shades of Shocking Pink #EC1ACC
Tints of Shocking Pink #EC1ACC
RGB
CMYK
RGB Variations
Color information
#EC1ACC (or 0xEC1ACC) is known color: Shocking Pink. HEX triplet: EC, 1A and CC. RGB value is (236,26,204). Sum of RGB (Red+Green+Blue) = 236+26+204=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1ACC is #13E533. Grayscale: #6C6C6C. Windows color (decimal): -1303860 or 13376236. OLE color: 13376236.
HSL color Cylindrical-coordinate representation of color #EC1ACC: hue angle of 309.14º 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 #EC1ACC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.07 |
| HSL | 309.14º | 0.85% | 0.51% | - |
| HSV(B) | 309.14º | 0.89% | 0.93% | - |
| XYZ | 45.86 | 22.93 | 59.14 | - |
| YUV | 109.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 204 | 0 | 0.89 | 0.14 | 0.07 | 309.14 | 0.85 | 0.51 |
| Hex | EC | 1A | CC | 0 | 59 | E | 7 | 135 | 55 | 33 |
| Octal | 354 | 32 | 314 | 0 | 131 | 16 | 7 | 465 | 125 | 63 |
| Binary | 11101100 | 11010 | 11001100 | 0 | 1011001 | 1110 | 111 | 100110101 | 1010101 | 110011 |
Color Harmonies of #EC1ACC
Complementary color
Monochromatic Colors of #EC1ACC
Black with #EC1ACC
Text Example
Text Example
White with #EC1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1ACC; }
p { color: rgb(236,26,204); }
H1.HeaderClassName
{
color: #EC1ACC;
}
.AnyTagClassName
{
color: #EC1ACC;
}
</style>
background-color css
<style>
a { background-color: #EC1ACC; }
a { background-color: rgb(236,26,204); }
div.DivClassName
{
background-color: #EC1ACC;
}
.BgClassName
{
background-color: #EC1ACC;
}
</style>
border-color css
<style>
span { border-color: #EC1ACC; }
span { border-color: rgb(236,26,204); }
td.TdClassName
{
border-color: #EC1ACC;
}
.TagClassName
{
border-color: #EC1ACC;
}
</style>