Shades of Dark Pink #ED587E
Tints of Dark Pink #ED587E
RGB
CMYK
RGB Variations
Color information
#ED587E (or 0xED587E) is known color: Dark Pink. HEX triplet: ED, 58 and 7E. RGB value is (237,88,126). Sum of RGB (Red+Green+Blue) = 237+88+126=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED587E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED587E is #12A781. Grayscale: #888888. Windows color (decimal): -1222530 or 8280301. OLE color: 8280301.
HSL color Cylindrical-coordinate representation of color #ED587E: hue angle of 344.7º degrees, saturation: 0.81, 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 #ED587E is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 126 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 344.7º | 0.81% | 0.64% | - |
| HSV(B) | 344.7º | 0.63% | 0.93% | - |
| XYZ | 42.18 | 26.49 | 22.63 | - |
| YUV | 136.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 126 | 0 | 0.63 | 0.47 | 0.07 | 344.7 | 0.81 | 0.64 |
| Hex | ED | 58 | 7E | 0 | 3F | 2F | 7 | 159 | 51 | 40 |
| Octal | 355 | 130 | 176 | 0 | 77 | 57 | 7 | 531 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1111110 | 0 | 111111 | 101111 | 111 | 101011001 | 1010001 | 1000000 |
Color Harmonies of #ED587E
Complementary color
Monochromatic Colors of #ED587E
Black with #ED587E
Text Example
Text Example
White with #ED587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED587E; }
p { color: rgb(237,88,126); }
H1.HeaderClassName
{
color: #ED587E;
}
.AnyTagClassName
{
color: #ED587E;
}
</style>
background-color css
<style>
a { background-color: #ED587E; }
a { background-color: rgb(237,88,126); }
div.DivClassName
{
background-color: #ED587E;
}
.BgClassName
{
background-color: #ED587E;
}
</style>
border-color css
<style>
span { border-color: #ED587E; }
span { border-color: rgb(237,88,126); }
td.TdClassName
{
border-color: #ED587E;
}
.TagClassName
{
border-color: #ED587E;
}
</style>