Shades of Dark Pink #EC5589
Tints of Dark Pink #EC5589
RGB
CMYK
RGB Variations
Color information
#EC5589 (or 0xEC5589) is known color: Dark Pink. HEX triplet: EC, 55 and 89. RGB value is (236,85,137). Sum of RGB (Red+Green+Blue) = 236+85+137=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5589 is #13AA76. Grayscale: #888888. Windows color (decimal): -1288823 or 9000428. OLE color: 9000428.
HSL color Cylindrical-coordinate representation of color #EC5589: hue angle of 339.34º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5589 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 137 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.34º | 0.8% | 0.63% | - |
| HSV(B) | 339.34º | 0.64% | 0.93% | - |
| XYZ | 42.36 | 26.14 | 26.48 | - |
| YUV | 136.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 137 | 0 | 0.64 | 0.42 | 0.07 | 339.34 | 0.8 | 0.63 |
| Hex | EC | 55 | 89 | 0 | 40 | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 125 | 211 | 0 | 100 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10001001 | 0 | 1000000 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC5589
Complementary color
Monochromatic Colors of #EC5589
Black with #EC5589
Text Example
Text Example
White with #EC5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5589; }
p { color: rgb(236,85,137); }
H1.HeaderClassName
{
color: #EC5589;
}
.AnyTagClassName
{
color: #EC5589;
}
</style>
background-color css
<style>
a { background-color: #EC5589; }
a { background-color: rgb(236,85,137); }
div.DivClassName
{
background-color: #EC5589;
}
.BgClassName
{
background-color: #EC5589;
}
</style>
border-color css
<style>
span { border-color: #EC5589; }
span { border-color: rgb(236,85,137); }
td.TdClassName
{
border-color: #EC5589;
}
.TagClassName
{
border-color: #EC5589;
}
</style>