Shades of Deep Pink #EC1991
Tints of Deep Pink #EC1991
RGB
CMYK
RGB Variations
Color information
#EC1991 (or 0xEC1991) is known color: Deep Pink. HEX triplet: EC, 19 and 91. RGB value is (236,25,145). Sum of RGB (Red+Green+Blue) = 236+25+145=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1991 is #13E66E. Grayscale: #656565. Windows color (decimal): -1304175 or 9509356. OLE color: 9509356.
HSL color Cylindrical-coordinate representation of color #EC1991: hue angle of 325.88º 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 #EC1991 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 25 | 145 | - |
CMYK | 0 | 0.89 | 0.39 | 0.07 |
HSL | 325.88º | 0.85% | 0.51% | - |
HSV(B) | 325.88º | 0.89% | 0.93% | - |
XYZ | 40.05 | 20.57 | 28.65 | - |
YUV | 101.77 | 152.4 | 223.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 25 | 145 | 0 | 0.89 | 0.39 | 0.07 | 325.88 | 0.85 | 0.51 |
Hex | EC | 19 | 91 | 0 | 59 | 27 | 7 | 146 | 55 | 33 |
Octal | 354 | 31 | 221 | 0 | 131 | 47 | 7 | 506 | 125 | 63 |
Binary | 11101100 | 11001 | 10010001 | 0 | 1011001 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC1991
Complementary color
Monochromatic Colors of #EC1991
Black with #EC1991
Text Example
Text Example
White with #EC1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1991; }
p { color: rgb(236,25,145); }
H1.HeaderClassName
{
color: #EC1991;
}
.AnyTagClassName
{
color: #EC1991;
}
</style>
background-color css
<style>
a { background-color: #EC1991; }
a { background-color: rgb(236,25,145); }
div.DivClassName
{
background-color: #EC1991;
}
.BgClassName
{
background-color: #EC1991;
}
</style>
border-color css
<style>
span { border-color: #EC1991; }
span { border-color: rgb(236,25,145); }
td.TdClassName
{
border-color: #EC1991;
}
.TagClassName
{
border-color: #EC1991;
}
</style>