Shades of Dark Pink #EC5289
Tints of Dark Pink #EC5289
RGB
CMYK
RGB Variations
Color information
#EC5289 (or 0xEC5289) is known color: Dark Pink. HEX triplet: EC, 52 and 89. RGB value is (236,82,137). Sum of RGB (Red+Green+Blue) = 236+82+137=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5289 is #13AD76. Grayscale: #868686. Windows color (decimal): -1289591 or 8999660. OLE color: 8999660.
HSL color Cylindrical-coordinate representation of color #EC5289: hue angle of 338.57º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC5289 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 137 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 338.57º | 0.8% | 0.62% | - |
| HSV(B) | 338.57º | 0.65% | 0.93% | - |
| XYZ | 42.12 | 25.67 | 26.4 | - |
| YUV | 134.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 137 | 0 | 0.65 | 0.42 | 0.07 | 338.57 | 0.8 | 0.62 |
| Hex | EC | 52 | 89 | 0 | 41 | 2A | 7 | 153 | 50 | 3E |
| Octal | 354 | 122 | 211 | 0 | 101 | 52 | 7 | 523 | 120 | 76 |
| Binary | 11101100 | 1010010 | 10001001 | 0 | 1000001 | 101010 | 111 | 101010011 | 1010000 | 111110 |
Color Harmonies of #EC5289
Complementary color
Monochromatic Colors of #EC5289
Black with #EC5289
Text Example
Text Example
White with #EC5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5289; }
p { color: rgb(236,82,137); }
H1.HeaderClassName
{
color: #EC5289;
}
.AnyTagClassName
{
color: #EC5289;
}
</style>
background-color css
<style>
a { background-color: #EC5289; }
a { background-color: rgb(236,82,137); }
div.DivClassName
{
background-color: #EC5289;
}
.BgClassName
{
background-color: #EC5289;
}
</style>
border-color css
<style>
span { border-color: #EC5289; }
span { border-color: rgb(236,82,137); }
td.TdClassName
{
border-color: #EC5289;
}
.TagClassName
{
border-color: #EC5289;
}
</style>