Shades of Dark Pink #EC5389
Tints of Dark Pink #EC5389
RGB
CMYK
RGB Variations
Color information
#EC5389 (or 0xEC5389) is known color: Dark Pink. HEX triplet: EC, 53 and 89. RGB value is (236,83,137). Sum of RGB (Red+Green+Blue) = 236+83+137=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5389 is #13AC76. Grayscale: #868686. Windows color (decimal): -1289335 or 8999916. OLE color: 8999916.
HSL color Cylindrical-coordinate representation of color #EC5389: hue angle of 338.82º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5389 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 137 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 338.82º | 0.8% | 0.63% | - |
| HSV(B) | 338.82º | 0.65% | 0.93% | - |
| XYZ | 42.2 | 25.83 | 26.43 | - |
| YUV | 134.9 | 129.19 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 137 | 0 | 0.65 | 0.42 | 0.07 | 338.82 | 0.8 | 0.63 |
| Hex | EC | 53 | 89 | 0 | 41 | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 123 | 211 | 0 | 101 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010011 | 10001001 | 0 | 1000001 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC5389
Complementary color
Monochromatic Colors of #EC5389
Black with #EC5389
Text Example
Text Example
White with #EC5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5389; }
p { color: rgb(236,83,137); }
H1.HeaderClassName
{
color: #EC5389;
}
.AnyTagClassName
{
color: #EC5389;
}
</style>
background-color css
<style>
a { background-color: #EC5389; }
a { background-color: rgb(236,83,137); }
div.DivClassName
{
background-color: #EC5389;
}
.BgClassName
{
background-color: #EC5389;
}
</style>
border-color css
<style>
span { border-color: #EC5389; }
span { border-color: rgb(236,83,137); }
td.TdClassName
{
border-color: #EC5389;
}
.TagClassName
{
border-color: #EC5389;
}
</style>