Shades of Deep Pink #EC1790
Tints of Deep Pink #EC1790
RGB
CMYK
RGB Variations
Color information
#EC1790 (or 0xEC1790) is known color: Deep Pink. HEX triplet: EC, 17 and 90. RGB value is (236,23,144). Sum of RGB (Red+Green+Blue) = 236+23+144=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1790 is #13E86F. Grayscale: #646464. Windows color (decimal): -1304688 or 9443308. OLE color: 9443308.
HSL color Cylindrical-coordinate representation of color #EC1790: hue angle of 325.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1790 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 144 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 325.92º | 0.85% | 0.51% | - |
| HSV(B) | 325.92º | 0.9% | 0.93% | - |
| XYZ | 39.93 | 20.46 | 28.23 | - |
| YUV | 100.48 | 152.57 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 144 | 0 | 0.90 | 0.39 | 0.07 | 325.92 | 0.85 | 0.51 |
| Hex | EC | 17 | 90 | 0 | 5A | 27 | 7 | 146 | 55 | 33 |
| Octal | 354 | 27 | 220 | 0 | 132 | 47 | 7 | 506 | 125 | 63 |
| Binary | 11101100 | 10111 | 10010000 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010101 | 110011 |
Color Harmonies of #EC1790
Complementary color
Monochromatic Colors of #EC1790
Black with #EC1790
Text Example
Text Example
White with #EC1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1790; }
p { color: rgb(236,23,144); }
H1.HeaderClassName
{
color: #EC1790;
}
.AnyTagClassName
{
color: #EC1790;
}
</style>
background-color css
<style>
a { background-color: #EC1790; }
a { background-color: rgb(236,23,144); }
div.DivClassName
{
background-color: #EC1790;
}
.BgClassName
{
background-color: #EC1790;
}
</style>
border-color css
<style>
span { border-color: #EC1790; }
span { border-color: rgb(236,23,144); }
td.TdClassName
{
border-color: #EC1790;
}
.TagClassName
{
border-color: #EC1790;
}
</style>