Shades of Deep Pink #EC1992
Tints of Deep Pink #EC1992
RGB
CMYK
RGB Variations
Color information
#EC1992 (or 0xEC1992) is known color: Deep Pink. HEX triplet: EC, 19 and 92. RGB value is (236,25,146). Sum of RGB (Red+Green+Blue) = 236+25+146=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1992 is #13E66D. Grayscale: #656565. Windows color (decimal): -1304174 or 9574892. OLE color: 9574892.
HSL color Cylindrical-coordinate representation of color #EC1992: hue angle of 325.59º 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 #EC1992 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 146 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.07 |
| HSL | 325.59º | 0.85% | 0.51% | - |
| HSV(B) | 325.59º | 0.89% | 0.93% | - |
| XYZ | 40.13 | 20.6 | 29.06 | - |
| YUV | 101.88 | 152.9 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 146 | 0 | 0.89 | 0.38 | 0.07 | 325.59 | 0.85 | 0.51 |
| Hex | EC | 19 | 92 | 0 | 59 | 26 | 7 | 146 | 55 | 33 |
| Octal | 354 | 31 | 222 | 0 | 131 | 46 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 11001 | 10010010 | 0 | 1011001 | 100110 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC1992
Complementary color
Monochromatic Colors of #EC1992
Black with #EC1992
Text Example
Text Example
White with #EC1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1992; }
p { color: rgb(236,25,146); }
H1.HeaderClassName
{
color: #EC1992;
}
.AnyTagClassName
{
color: #EC1992;
}
</style>
background-color css
<style>
a { background-color: #EC1992; }
a { background-color: rgb(236,25,146); }
div.DivClassName
{
background-color: #EC1992;
}
.BgClassName
{
background-color: #EC1992;
}
</style>
border-color css
<style>
span { border-color: #EC1992; }
span { border-color: rgb(236,25,146); }
td.TdClassName
{
border-color: #EC1992;
}
.TagClassName
{
border-color: #EC1992;
}
</style>