Shades of Shocking Pink #EC1AD6
Tints of Shocking Pink #EC1AD6
RGB
CMYK
RGB Variations
Color information
#EC1AD6 (or 0xEC1AD6) is known color: Shocking Pink. HEX triplet: EC, 1A and D6. RGB value is (236,26,214). Sum of RGB (Red+Green+Blue) = 236+26+214=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1AD6 is #13E529. Grayscale: #6D6D6D. Windows color (decimal): -1303850 or 14031596. OLE color: 14031596.
HSL color Cylindrical-coordinate representation of color #EC1AD6: hue angle of 306.29º 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 #EC1AD6 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 214 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.07 |
| HSL | 306.29º | 0.85% | 0.51% | - |
| HSV(B) | 306.29º | 0.89% | 0.93% | - |
| XYZ | 47.1 | 23.43 | 65.66 | - |
| YUV | 110.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 214 | 0 | 0.89 | 0.09 | 0.07 | 306.29 | 0.85 | 0.51 |
| Hex | EC | 1A | D6 | 0 | 59 | 9 | 7 | 132 | 55 | 33 |
| Octal | 354 | 32 | 326 | 0 | 131 | 11 | 7 | 462 | 125 | 63 |
| Binary | 11101100 | 11010 | 11010110 | 0 | 1011001 | 1001 | 111 | 100110010 | 1010101 | 110011 |
Color Harmonies of #EC1AD6
Complementary color
Monochromatic Colors of #EC1AD6
Black with #EC1AD6
Text Example
Text Example
White with #EC1AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AD6; }
p { color: rgb(236,26,214); }
H1.HeaderClassName
{
color: #EC1AD6;
}
.AnyTagClassName
{
color: #EC1AD6;
}
</style>
background-color css
<style>
a { background-color: #EC1AD6; }
a { background-color: rgb(236,26,214); }
div.DivClassName
{
background-color: #EC1AD6;
}
.BgClassName
{
background-color: #EC1AD6;
}
</style>
border-color css
<style>
span { border-color: #EC1AD6; }
span { border-color: rgb(236,26,214); }
td.TdClassName
{
border-color: #EC1AD6;
}
.TagClassName
{
border-color: #EC1AD6;
}
</style>