Shades of Deep Pink #EC1996
Tints of Deep Pink #EC1996
RGB
CMYK
RGB Variations
Color information
#EC1996 (or 0xEC1996) is known color: Deep Pink. HEX triplet: EC, 19 and 96. RGB value is (236,25,150). Sum of RGB (Red+Green+Blue) = 236+25+150=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1996 is #13E669. Grayscale: #666666. Windows color (decimal): -1304170 or 9837036. OLE color: 9837036.
HSL color Cylindrical-coordinate representation of color #EC1996: hue angle of 324.45º 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 #EC1996 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 150 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.07 |
| HSL | 324.46º | 0.85% | 0.51% | - |
| HSV(B) | 324.46º | 0.89% | 0.93% | - |
| XYZ | 40.44 | 20.73 | 30.72 | - |
| YUV | 102.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 150 | 0 | 0.89 | 0.36 | 0.07 | 324.46 | 0.85 | 0.51 |
| Hex | EC | 19 | 96 | 0 | 59 | 24 | 7 | 144 | 55 | 33 |
| Octal | 354 | 31 | 226 | 0 | 131 | 44 | 7 | 504 | 125 | 63 |
| Binary | 11101100 | 11001 | 10010110 | 0 | 1011001 | 100100 | 111 | 101000100 | 1010101 | 110011 |
Color Harmonies of #EC1996
Complementary color
Monochromatic Colors of #EC1996
Black with #EC1996
Text Example
Text Example
White with #EC1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1996; }
p { color: rgb(236,25,150); }
H1.HeaderClassName
{
color: #EC1996;
}
.AnyTagClassName
{
color: #EC1996;
}
</style>
background-color css
<style>
a { background-color: #EC1996; }
a { background-color: rgb(236,25,150); }
div.DivClassName
{
background-color: #EC1996;
}
.BgClassName
{
background-color: #EC1996;
}
</style>
border-color css
<style>
span { border-color: #EC1996; }
span { border-color: rgb(236,25,150); }
td.TdClassName
{
border-color: #EC1996;
}
.TagClassName
{
border-color: #EC1996;
}
</style>