Shades of Dark Pink #EC587E
Tints of Dark Pink #EC587E
RGB
CMYK
RGB Variations
Color information
#EC587E (or 0xEC587E) is known color: Dark Pink. HEX triplet: EC, 58 and 7E. RGB value is (236,88,126). Sum of RGB (Red+Green+Blue) = 236+88+126=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC587E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC587E is #13A781. Grayscale: #888888. Windows color (decimal): -1288066 or 8280300. OLE color: 8280300.
HSL color Cylindrical-coordinate representation of color #EC587E: hue angle of 344.59º 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 #EC587E is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 126 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 344.59º | 0.8% | 0.64% | - |
| HSV(B) | 344.59º | 0.63% | 0.93% | - |
| XYZ | 41.85 | 26.32 | 22.61 | - |
| YUV | 136.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 126 | 0 | 0.63 | 0.47 | 0.07 | 344.59 | 0.8 | 0.64 |
| Hex | EC | 58 | 7E | 0 | 3F | 2F | 7 | 159 | 50 | 40 |
| Octal | 354 | 130 | 176 | 0 | 77 | 57 | 7 | 531 | 120 | 100 |
| Binary | 11101100 | 1011000 | 1111110 | 0 | 111111 | 101111 | 111 | 101011001 | 1010000 | 1000000 |
Color Harmonies of #EC587E
Complementary color
Monochromatic Colors of #EC587E
Black with #EC587E
Text Example
Text Example
White with #EC587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC587E; }
p { color: rgb(236,88,126); }
H1.HeaderClassName
{
color: #EC587E;
}
.AnyTagClassName
{
color: #EC587E;
}
</style>
background-color css
<style>
a { background-color: #EC587E; }
a { background-color: rgb(236,88,126); }
div.DivClassName
{
background-color: #EC587E;
}
.BgClassName
{
background-color: #EC587E;
}
</style>
border-color css
<style>
span { border-color: #EC587E; }
span { border-color: rgb(236,88,126); }
td.TdClassName
{
border-color: #EC587E;
}
.TagClassName
{
border-color: #EC587E;
}
</style>