Shades of Deep Pink #EC0989
Tints of Deep Pink #EC0989
RGB
CMYK
RGB Variations
Color information
#EC0989 (or 0xEC0989) is known color: Deep Pink. HEX triplet: EC, 09 and 89. RGB value is (236,9,137). Sum of RGB (Red+Green+Blue) = 236+9+137=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0989 is #13F676. Grayscale: #5B5B5B. Windows color (decimal): -1308279 or 8980972. OLE color: 8980972.
HSL color Cylindrical-coordinate representation of color #EC0989: hue angle of 326.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0989 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 137 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.07 |
| HSL | 326.17º | 0.93% | 0.48% | - |
| HSV(B) | 326.17º | 0.96% | 0.93% | - |
| XYZ | 39.21 | 19.83 | 25.43 | - |
| YUV | 91.47 | 153.71 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 137 | 0 | 0.96 | 0.42 | 0.07 | 326.17 | 0.93 | 0.48 |
| Hex | EC | 9 | 89 | 0 | 60 | 2A | 7 | 146 | 5D | 30 |
| Octal | 354 | 11 | 211 | 0 | 140 | 52 | 7 | 506 | 135 | 60 |
| Binary | 11101100 | 1001 | 10001001 | 0 | 1100000 | 101010 | 111 | 101000110 | 1011101 | 110000 |
Color Harmonies of #EC0989
Complementary color
Monochromatic Colors of #EC0989
Black with #EC0989
Text Example
Text Example
White with #EC0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0989; }
p { color: rgb(236,9,137); }
H1.HeaderClassName
{
color: #EC0989;
}
.AnyTagClassName
{
color: #EC0989;
}
</style>
background-color css
<style>
a { background-color: #EC0989; }
a { background-color: rgb(236,9,137); }
div.DivClassName
{
background-color: #EC0989;
}
.BgClassName
{
background-color: #EC0989;
}
</style>
border-color css
<style>
span { border-color: #EC0989; }
span { border-color: rgb(236,9,137); }
td.TdClassName
{
border-color: #EC0989;
}
.TagClassName
{
border-color: #EC0989;
}
</style>