Shades of Deep Pink #EC1789
Tints of Deep Pink #EC1789
RGB
CMYK
RGB Variations
Color information
#EC1789 (or 0xEC1789) is known color: Deep Pink. HEX triplet: EC, 17 and 89. RGB value is (236,23,137). Sum of RGB (Red+Green+Blue) = 236+23+137=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC1789 is #13E876. Grayscale: #636363. Windows color (decimal): -1304695 or 8984556. OLE color: 8984556.
HSL color Cylindrical-coordinate representation of color #EC1789: hue angle of 327.89º 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 #EC1789 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 137 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.07 |
| HSL | 327.89º | 0.85% | 0.51% | - |
| HSV(B) | 327.89º | 0.9% | 0.93% | - |
| XYZ | 39.41 | 20.25 | 25.5 | - |
| YUV | 99.68 | 149.07 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 137 | 0 | 0.90 | 0.42 | 0.07 | 327.89 | 0.85 | 0.51 |
| Hex | EC | 17 | 89 | 0 | 5A | 2A | 7 | 148 | 55 | 33 |
| Octal | 354 | 27 | 211 | 0 | 132 | 52 | 7 | 510 | 125 | 63 |
| Binary | 11101100 | 10111 | 10001001 | 0 | 1011010 | 101010 | 111 | 101001000 | 1010101 | 110011 |
Color Harmonies of #EC1789
Complementary color
Monochromatic Colors of #EC1789
Black with #EC1789
Text Example
Text Example
White with #EC1789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1789; }
p { color: rgb(236,23,137); }
H1.HeaderClassName
{
color: #EC1789;
}
.AnyTagClassName
{
color: #EC1789;
}
</style>
background-color css
<style>
a { background-color: #EC1789; }
a { background-color: rgb(236,23,137); }
div.DivClassName
{
background-color: #EC1789;
}
.BgClassName
{
background-color: #EC1789;
}
</style>
border-color css
<style>
span { border-color: #EC1789; }
span { border-color: rgb(236,23,137); }
td.TdClassName
{
border-color: #EC1789;
}
.TagClassName
{
border-color: #EC1789;
}
</style>