Shades of Dark Pink #EC587D
Tints of Dark Pink #EC587D
RGB
CMYK
RGB Variations
Color information
#EC587D (or 0xEC587D) is known color: Dark Pink. HEX triplet: EC, 58 and 7D. RGB value is (236,88,125). Sum of RGB (Red+Green+Blue) = 236+88+125=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC587D is #13A782. Grayscale: #888888. Windows color (decimal): -1288067 or 8214764. OLE color: 8214764.
HSL color Cylindrical-coordinate representation of color #EC587D: hue angle of 345º 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 #EC587D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 125 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 345º | 0.8% | 0.64% | - |
| HSV(B) | 345º | 0.63% | 0.93% | - |
| XYZ | 41.78 | 26.29 | 22.27 | - |
| YUV | 136.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 125 | 0 | 0.63 | 0.47 | 0.07 | 345 | 0.8 | 0.64 |
| Hex | EC | 58 | 7D | 0 | 3F | 2F | 7 | 159 | 50 | 40 |
| Octal | 354 | 130 | 175 | 0 | 77 | 57 | 7 | 531 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1111101 | 0 | 111111 | 101111 | 111 | 101011001 | 1010000 | 1000000 |
Color Harmonies of #EC587D
Complementary color
Monochromatic Colors of #EC587D
Black with #EC587D
Text Example
Text Example
White with #EC587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC587D; }
p { color: rgb(236,88,125); }
H1.HeaderClassName
{
color: #EC587D;
}
.AnyTagClassName
{
color: #EC587D;
}
</style>
background-color css
<style>
a { background-color: #EC587D; }
a { background-color: rgb(236,88,125); }
div.DivClassName
{
background-color: #EC587D;
}
.BgClassName
{
background-color: #EC587D;
}
</style>
border-color css
<style>
span { border-color: #EC587D; }
span { border-color: rgb(236,88,125); }
td.TdClassName
{
border-color: #EC587D;
}
.TagClassName
{
border-color: #EC587D;
}
</style>