Shades of Dark Pink #ED587F
Tints of Dark Pink #ED587F
RGB
CMYK
RGB Variations
Color information
#ED587F (or 0xED587F) is known color: Dark Pink. HEX triplet: ED, 58 and 7F. RGB value is (237,88,127). Sum of RGB (Red+Green+Blue) = 237+88+127=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED587F is #12A780. Grayscale: #888888. Windows color (decimal): -1222529 or 8345837. OLE color: 8345837.
HSL color Cylindrical-coordinate representation of color #ED587F: hue angle of 344.3º 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 #ED587F is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 127 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.07 |
| HSL | 344.3º | 0.81% | 0.64% | - |
| HSV(B) | 344.3º | 0.63% | 0.93% | - |
| XYZ | 42.25 | 26.52 | 22.97 | - |
| YUV | 137 | 122.36 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 127 | 0 | 0.63 | 0.46 | 0.07 | 344.3 | 0.81 | 0.64 |
| Hex | ED | 58 | 7F | 0 | 3F | 2E | 7 | 158 | 51 | 40 |
| Octal | 355 | 130 | 177 | 0 | 77 | 56 | 7 | 530 | 121 | 100 |
| Binary | 11101101 | 1011000 | 1111111 | 0 | 111111 | 101110 | 111 | 101011000 | 1010001 | 1000000 |
Color Harmonies of #ED587F
Complementary color
Monochromatic Colors of #ED587F
Black with #ED587F
Text Example
Text Example
White with #ED587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED587F; }
p { color: rgb(237,88,127); }
H1.HeaderClassName
{
color: #ED587F;
}
.AnyTagClassName
{
color: #ED587F;
}
</style>
background-color css
<style>
a { background-color: #ED587F; }
a { background-color: rgb(237,88,127); }
div.DivClassName
{
background-color: #ED587F;
}
.BgClassName
{
background-color: #ED587F;
}
</style>
border-color css
<style>
span { border-color: #ED587F; }
span { border-color: rgb(237,88,127); }
td.TdClassName
{
border-color: #ED587F;
}
.TagClassName
{
border-color: #ED587F;
}
</style>