Shades of Shocking Pink #EC1CD6
Tints of Shocking Pink #EC1CD6
RGB
CMYK
RGB Variations
Color information
#EC1CD6 (or 0xEC1CD6) is known color: Shocking Pink. HEX triplet: EC, 1C and D6. RGB value is (236,28,214). Sum of RGB (Red+Green+Blue) = 236+28+214=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CD6 is #13E329. Grayscale: #6E6E6E. Windows color (decimal): -1303338 or 14032108. OLE color: 14032108.
HSL color Cylindrical-coordinate representation of color #EC1CD6: hue angle of 306.35º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CD6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 214 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.07 |
| HSL | 306.35º | 0.85% | 0.52% | - |
| HSV(B) | 306.35º | 0.88% | 0.93% | - |
| XYZ | 47.14 | 23.52 | 65.67 | - |
| YUV | 111.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 214 | 0 | 0.88 | 0.09 | 0.07 | 306.35 | 0.85 | 0.52 |
| Hex | EC | 1C | D6 | 0 | 58 | 9 | 7 | 132 | 55 | 34 |
| Octal | 354 | 34 | 326 | 0 | 130 | 11 | 7 | 462 | 125 | 64 |
| Binary | 11101100 | 11100 | 11010110 | 0 | 1011000 | 1001 | 111 | 100110010 | 1010101 | 110100 |
Color Harmonies of #EC1CD6
Complementary color
Monochromatic Colors of #EC1CD6
Black with #EC1CD6
Text Example
Text Example
White with #EC1CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CD6; }
p { color: rgb(236,28,214); }
H1.HeaderClassName
{
color: #EC1CD6;
}
.AnyTagClassName
{
color: #EC1CD6;
}
</style>
background-color css
<style>
a { background-color: #EC1CD6; }
a { background-color: rgb(236,28,214); }
div.DivClassName
{
background-color: #EC1CD6;
}
.BgClassName
{
background-color: #EC1CD6;
}
</style>
border-color css
<style>
span { border-color: #EC1CD6; }
span { border-color: rgb(236,28,214); }
td.TdClassName
{
border-color: #EC1CD6;
}
.TagClassName
{
border-color: #EC1CD6;
}
</style>