Shades of Deep Pink #EC1594
Tints of Deep Pink #EC1594
RGB
CMYK
RGB Variations
Color information
#EC1594 (or 0xEC1594) is known color: Deep Pink. HEX triplet: EC, 15 and 94. RGB value is (236,21,148). Sum of RGB (Red+Green+Blue) = 236+21+148=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1594 is #13EA6B. Grayscale: #636363. Windows color (decimal): -1305196 or 9704940. OLE color: 9704940.
HSL color Cylindrical-coordinate representation of color #EC1594: hue angle of 324.56º 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 #EC1594 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 148 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.07 |
| HSL | 324.56º | 0.85% | 0.5% | - |
| HSV(B) | 324.56º | 0.91% | 0.93% | - |
| XYZ | 40.21 | 20.51 | 29.86 | - |
| YUV | 99.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 148 | 0 | 0.91 | 0.37 | 0.07 | 324.56 | 0.85 | 0.5 |
| Hex | EC | 15 | 94 | 0 | 5B | 25 | 7 | 145 | 55 | 32 |
| Octal | 354 | 25 | 224 | 0 | 133 | 45 | 7 | 505 | 125 | 62 |
| Binary | 11101100 | 10101 | 10010100 | 0 | 1011011 | 100101 | 111 | 101000101 | 1010101 | 110010 |
Color Harmonies of #EC1594
Complementary color
Monochromatic Colors of #EC1594
Black with #EC1594
Text Example
Text Example
White with #EC1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1594; }
p { color: rgb(236,21,148); }
H1.HeaderClassName
{
color: #EC1594;
}
.AnyTagClassName
{
color: #EC1594;
}
</style>
background-color css
<style>
a { background-color: #EC1594; }
a { background-color: rgb(236,21,148); }
div.DivClassName
{
background-color: #EC1594;
}
.BgClassName
{
background-color: #EC1594;
}
</style>
border-color css
<style>
span { border-color: #EC1594; }
span { border-color: rgb(236,21,148); }
td.TdClassName
{
border-color: #EC1594;
}
.TagClassName
{
border-color: #EC1594;
}
</style>