Shades of Deep Pink #EC1596
Tints of Deep Pink #EC1596
RGB
CMYK
RGB Variations
Color information
#EC1596 (or 0xEC1596) is known color: Deep Pink. HEX triplet: EC, 15 and 96. RGB value is (236,21,150). Sum of RGB (Red+Green+Blue) = 236+21+150=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1596 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1596 is #13EA69. Grayscale: #636363. Windows color (decimal): -1305194 or 9836012. OLE color: 9836012.
HSL color Cylindrical-coordinate representation of color #EC1596: hue angle of 324º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1596 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 150 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.07 |
| HSL | 324º | 0.85% | 0.5% | - |
| HSV(B) | 324º | 0.91% | 0.93% | - |
| XYZ | 40.37 | 20.57 | 30.7 | - |
| YUV | 99.99 | 156.23 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 150 | 0 | 0.91 | 0.36 | 0.07 | 324 | 0.85 | 0.5 |
| Hex | EC | 15 | 96 | 0 | 5B | 24 | 7 | 144 | 55 | 32 |
| Octal | 354 | 25 | 226 | 0 | 133 | 44 | 7 | 504 | 125 | 62 |
| Binary | 11101100 | 10101 | 10010110 | 0 | 1011011 | 100100 | 111 | 101000100 | 1010101 | 110010 |
Color Harmonies of #EC1596
Complementary color
Monochromatic Colors of #EC1596
Black with #EC1596
Text Example
Text Example
White with #EC1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1596; }
p { color: rgb(236,21,150); }
H1.HeaderClassName
{
color: #EC1596;
}
.AnyTagClassName
{
color: #EC1596;
}
</style>
background-color css
<style>
a { background-color: #EC1596; }
a { background-color: rgb(236,21,150); }
div.DivClassName
{
background-color: #EC1596;
}
.BgClassName
{
background-color: #EC1596;
}
</style>
border-color css
<style>
span { border-color: #EC1596; }
span { border-color: rgb(236,21,150); }
td.TdClassName
{
border-color: #EC1596;
}
.TagClassName
{
border-color: #EC1596;
}
</style>