Shades of Deep Pink #EC1496
Tints of Deep Pink #EC1496
RGB
CMYK
RGB Variations
Color information
#EC1496 (or 0xEC1496) is known color: Deep Pink. HEX triplet: EC, 14 and 96. RGB value is (236,20,150). Sum of RGB (Red+Green+Blue) = 236+20+150=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1496 is #13EB69. Grayscale: #636363. Windows color (decimal): -1305450 or 9835756. OLE color: 9835756.
HSL color Cylindrical-coordinate representation of color #EC1496: hue angle of 323.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1496 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 150 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.07 |
| HSL | 323.89º | 0.85% | 0.5% | - |
| HSV(B) | 323.89º | 0.92% | 0.93% | - |
| XYZ | 40.35 | 20.54 | 30.69 | - |
| YUV | 99.4 | 156.56 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 150 | 0 | 0.92 | 0.36 | 0.07 | 323.89 | 0.85 | 0.5 |
| Hex | EC | 14 | 96 | 0 | 5C | 24 | 7 | 144 | 55 | 32 |
| Octal | 354 | 24 | 226 | 0 | 134 | 44 | 7 | 504 | 125 | 62 |
| Binary | 11101100 | 10100 | 10010110 | 0 | 1011100 | 100100 | 111 | 101000100 | 1010101 | 110010 |
Color Harmonies of #EC1496
Complementary color
Monochromatic Colors of #EC1496
Black with #EC1496
Text Example
Text Example
White with #EC1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1496; }
p { color: rgb(236,20,150); }
H1.HeaderClassName
{
color: #EC1496;
}
.AnyTagClassName
{
color: #EC1496;
}
</style>
background-color css
<style>
a { background-color: #EC1496; }
a { background-color: rgb(236,20,150); }
div.DivClassName
{
background-color: #EC1496;
}
.BgClassName
{
background-color: #EC1496;
}
</style>
border-color css
<style>
span { border-color: #EC1496; }
span { border-color: rgb(236,20,150); }
td.TdClassName
{
border-color: #EC1496;
}
.TagClassName
{
border-color: #EC1496;
}
</style>