Shades of Deep Pink #EC0789
Tints of Deep Pink #EC0789
RGB
CMYK
RGB Variations
Color information
#EC0789 (or 0xEC0789) is known color: Deep Pink. HEX triplet: EC, 07 and 89. RGB value is (236,7,137). Sum of RGB (Red+Green+Blue) = 236+7+137=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0789 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0789 is #13F876. Grayscale: #5A5A5A. Windows color (decimal): -1308791 or 8980460. OLE color: 8980460.
HSL color Cylindrical-coordinate representation of color #EC0789: hue angle of 325.94º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0789 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.07 |
| HSL | 325.94º | 0.94% | 0.48% | - |
| HSV(B) | 325.94º | 0.97% | 0.93% | - |
| XYZ | 39.18 | 19.79 | 25.42 | - |
| YUV | 90.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 137 | 0 | 0.97 | 0.42 | 0.07 | 325.94 | 0.94 | 0.48 |
| Hex | EC | 7 | 89 | 0 | 61 | 2A | 7 | 146 | 5E | 30 |
| Octal | 354 | 7 | 211 | 0 | 141 | 52 | 7 | 506 | 136 | 60 |
| Binary | 11101100 | 111 | 10001001 | 0 | 1100001 | 101010 | 111 | 101000110 | 1011110 | 110000 |
Color Harmonies of #EC0789
Complementary color
Monochromatic Colors of #EC0789
Black with #EC0789
Text Example
Text Example
White with #EC0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0789; }
p { color: rgb(236,7,137); }
H1.HeaderClassName
{
color: #EC0789;
}
.AnyTagClassName
{
color: #EC0789;
}
</style>
background-color css
<style>
a { background-color: #EC0789; }
a { background-color: rgb(236,7,137); }
div.DivClassName
{
background-color: #EC0789;
}
.BgClassName
{
background-color: #EC0789;
}
</style>
border-color css
<style>
span { border-color: #EC0789; }
span { border-color: rgb(236,7,137); }
td.TdClassName
{
border-color: #EC0789;
}
.TagClassName
{
border-color: #EC0789;
}
</style>