Shades of Dark Pink #EC587C
Tints of Dark Pink #EC587C
RGB
CMYK
RGB Variations
Color information
#EC587C (or 0xEC587C) is known color: Dark Pink. HEX triplet: EC, 58 and 7C. RGB value is (236,88,124). Sum of RGB (Red+Green+Blue) = 236+88+124=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC587C is #13A783. Grayscale: #888888. Windows color (decimal): -1288068 or 8149228. OLE color: 8149228.
HSL color Cylindrical-coordinate representation of color #EC587C: hue angle of 345.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC587C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 124 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 345.41º | 0.8% | 0.64% | - |
| HSV(B) | 345.41º | 0.63% | 0.93% | - |
| XYZ | 41.72 | 26.27 | 21.94 | - |
| YUV | 136.36 | 121.03 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 124 | 0 | 0.63 | 0.47 | 0.07 | 345.41 | 0.8 | 0.64 |
| Hex | EC | 58 | 7C | 0 | 3F | 2F | 7 | 159 | 50 | 40 |
| Octal | 354 | 130 | 174 | 0 | 77 | 57 | 7 | 531 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1111100 | 0 | 111111 | 101111 | 111 | 101011001 | 1010000 | 1000000 |
Color Harmonies of #EC587C
Complementary color
Monochromatic Colors of #EC587C
Black with #EC587C
Text Example
Text Example
White with #EC587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC587C; }
p { color: rgb(236,88,124); }
H1.HeaderClassName
{
color: #EC587C;
}
.AnyTagClassName
{
color: #EC587C;
}
</style>
background-color css
<style>
a { background-color: #EC587C; }
a { background-color: rgb(236,88,124); }
div.DivClassName
{
background-color: #EC587C;
}
.BgClassName
{
background-color: #EC587C;
}
</style>
border-color css
<style>
span { border-color: #EC587C; }
span { border-color: rgb(236,88,124); }
td.TdClassName
{
border-color: #EC587C;
}
.TagClassName
{
border-color: #EC587C;
}
</style>