Shades of Deep Pink #EC1590
Tints of Deep Pink #EC1590
RGB
CMYK
RGB Variations
Color information
#EC1590 (or 0xEC1590) is known color: Deep Pink. HEX triplet: EC, 15 and 90. RGB value is (236,21,144). Sum of RGB (Red+Green+Blue) = 236+21+144=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1590 is #13EA6F. Grayscale: #636363. Windows color (decimal): -1305200 or 9442796. OLE color: 9442796.
HSL color Cylindrical-coordinate representation of color #EC1590: hue angle of 325.67º 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 #EC1590 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 144 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.07 |
| HSL | 325.67º | 0.85% | 0.5% | - |
| HSV(B) | 325.67º | 0.91% | 0.93% | - |
| XYZ | 39.89 | 20.38 | 28.22 | - |
| YUV | 99.31 | 153.23 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 144 | 0 | 0.91 | 0.39 | 0.07 | 325.67 | 0.85 | 0.5 |
| Hex | EC | 15 | 90 | 0 | 5B | 27 | 7 | 146 | 55 | 32 |
| Octal | 354 | 25 | 220 | 0 | 133 | 47 | 7 | 506 | 125 | 62 |
| Binary | 11101100 | 10101 | 10010000 | 0 | 1011011 | 100111 | 111 | 101000110 | 1010101 | 110010 |
Color Harmonies of #EC1590
Complementary color
Monochromatic Colors of #EC1590
Black with #EC1590
Text Example
Text Example
White with #EC1590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1590; }
p { color: rgb(236,21,144); }
H1.HeaderClassName
{
color: #EC1590;
}
.AnyTagClassName
{
color: #EC1590;
}
</style>
background-color css
<style>
a { background-color: #EC1590; }
a { background-color: rgb(236,21,144); }
div.DivClassName
{
background-color: #EC1590;
}
.BgClassName
{
background-color: #EC1590;
}
</style>
border-color css
<style>
span { border-color: #EC1590; }
span { border-color: rgb(236,21,144); }
td.TdClassName
{
border-color: #EC1590;
}
.TagClassName
{
border-color: #EC1590;
}
</style>