Shades of Dark Pink #ED588A
Tints of Dark Pink #ED588A
RGB
CMYK
RGB Variations
Color information
#ED588A (or 0xED588A) is known color: Dark Pink. HEX triplet: ED, 58 and 8A. RGB value is (237,88,138). Sum of RGB (Red+Green+Blue) = 237+88+138=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED588A is #12A775. Grayscale: #8A8A8A. Windows color (decimal): -1222518 or 9066733. OLE color: 9066733.
HSL color Cylindrical-coordinate representation of color #ED588A: hue angle of 339.87º 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 #ED588A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 138 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.07 |
| HSL | 339.87º | 0.81% | 0.64% | - |
| HSV(B) | 339.87º | 0.63% | 0.93% | - |
| XYZ | 43 | 26.82 | 26.95 | - |
| YUV | 138.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 138 | 0 | 0.63 | 0.42 | 0.07 | 339.87 | 0.81 | 0.64 |
| Hex | ED | 58 | 8A | 0 | 3F | 2A | 7 | 154 | 51 | 40 |
| Octal | 355 | 130 | 212 | 0 | 77 | 52 | 7 | 524 | 121 | 100 |
| Binary | 11101101 | 1011000 | 10001010 | 0 | 111111 | 101010 | 111 | 101010100 | 1010001 | 1000000 |
Color Harmonies of #ED588A
Complementary color
Monochromatic Colors of #ED588A
Black with #ED588A
Text Example
Text Example
White with #ED588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED588A; }
p { color: rgb(237,88,138); }
H1.HeaderClassName
{
color: #ED588A;
}
.AnyTagClassName
{
color: #ED588A;
}
</style>
background-color css
<style>
a { background-color: #ED588A; }
a { background-color: rgb(237,88,138); }
div.DivClassName
{
background-color: #ED588A;
}
.BgClassName
{
background-color: #ED588A;
}
</style>
border-color css
<style>
span { border-color: #ED588A; }
span { border-color: rgb(237,88,138); }
td.TdClassName
{
border-color: #ED588A;
}
.TagClassName
{
border-color: #ED588A;
}
</style>