Shades of Deep Pink #EC1690
Tints of Deep Pink #EC1690
RGB
CMYK
RGB Variations
Color information
#EC1690 (or 0xEC1690) is known color: Deep Pink. HEX triplet: EC, 16 and 90. RGB value is (236,22,144). Sum of RGB (Red+Green+Blue) = 236+22+144=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1690 is #13E96F. Grayscale: #636363. Windows color (decimal): -1304944 or 9443052. OLE color: 9443052.
HSL color Cylindrical-coordinate representation of color #EC1690: hue angle of 325.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1690 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 144 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.07 |
| HSL | 325.79º | 0.85% | 0.51% | - |
| HSV(B) | 325.79º | 0.91% | 0.93% | - |
| XYZ | 39.91 | 20.42 | 28.22 | - |
| YUV | 99.89 | 152.9 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 144 | 0 | 0.91 | 0.39 | 0.07 | 325.79 | 0.85 | 0.51 |
| Hex | EC | 16 | 90 | 0 | 5B | 27 | 7 | 146 | 55 | 33 |
| Octal | 354 | 26 | 220 | 0 | 133 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 10110 | 10010000 | 0 | 1011011 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC1690
Complementary color
Monochromatic Colors of #EC1690
Black with #EC1690
Text Example
Text Example
White with #EC1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1690; }
p { color: rgb(236,22,144); }
H1.HeaderClassName
{
color: #EC1690;
}
.AnyTagClassName
{
color: #EC1690;
}
</style>
background-color css
<style>
a { background-color: #EC1690; }
a { background-color: rgb(236,22,144); }
div.DivClassName
{
background-color: #EC1690;
}
.BgClassName
{
background-color: #EC1690;
}
</style>
border-color css
<style>
span { border-color: #EC1690; }
span { border-color: rgb(236,22,144); }
td.TdClassName
{
border-color: #EC1690;
}
.TagClassName
{
border-color: #EC1690;
}
</style>