Shades of Dark Pink #ED588C
Tints of Dark Pink #ED588C
RGB
CMYK
RGB Variations
Color information
#ED588C (or 0xED588C) is known color: Dark Pink. HEX triplet: ED, 58 and 8C. RGB value is (237,88,140). Sum of RGB (Red+Green+Blue) = 237+88+140=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED588C is #12A773. Grayscale: #8A8A8A. Windows color (decimal): -1222516 or 9197805. OLE color: 9197805.
HSL color Cylindrical-coordinate representation of color #ED588C: hue angle of 339.06º 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 #ED588C is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 140 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.07 |
| HSL | 339.06º | 0.81% | 0.64% | - |
| HSV(B) | 339.06º | 0.63% | 0.93% | - |
| XYZ | 43.15 | 26.88 | 27.72 | - |
| YUV | 138.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 140 | 0 | 0.63 | 0.41 | 0.07 | 339.06 | 0.81 | 0.64 |
| Hex | ED | 58 | 8C | 0 | 3F | 29 | 7 | 153 | 51 | 40 |
| Octal | 355 | 130 | 214 | 0 | 77 | 51 | 7 | 523 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10001100 | 0 | 111111 | 101001 | 111 | 101010011 | 1010001 | 1000000 |
Color Harmonies of #ED588C
Complementary color
Monochromatic Colors of #ED588C
Black with #ED588C
Text Example
Text Example
White with #ED588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED588C; }
p { color: rgb(237,88,140); }
H1.HeaderClassName
{
color: #ED588C;
}
.AnyTagClassName
{
color: #ED588C;
}
</style>
background-color css
<style>
a { background-color: #ED588C; }
a { background-color: rgb(237,88,140); }
div.DivClassName
{
background-color: #ED588C;
}
.BgClassName
{
background-color: #ED588C;
}
</style>
border-color css
<style>
span { border-color: #ED588C; }
span { border-color: rgb(237,88,140); }
td.TdClassName
{
border-color: #ED588C;
}
.TagClassName
{
border-color: #ED588C;
}
</style>