Shades of Dark Pink #ED577C
Tints of Dark Pink #ED577C
RGB
CMYK
RGB Variations
Color information
#ED577C (or 0xED577C) is known color: Dark Pink. HEX triplet: ED, 57 and 7C. RGB value is (237,87,124). Sum of RGB (Red+Green+Blue) = 237+87+124=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED577C is #12A883. Grayscale: #888888. Windows color (decimal): -1222788 or 8148973. OLE color: 8148973.
HSL color Cylindrical-coordinate representation of color #ED577C: hue angle of 345.2º 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 #ED577C is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 124 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.07 |
| HSL | 345.2º | 0.81% | 0.64% | - |
| HSV(B) | 345.2º | 0.63% | 0.93% | - |
| XYZ | 41.97 | 26.28 | 21.93 | - |
| YUV | 136.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 124 | 0 | 0.63 | 0.48 | 0.07 | 345.2 | 0.81 | 0.64 |
| Hex | ED | 57 | 7C | 0 | 3F | 30 | 7 | 159 | 51 | 40 |
| Octal | 355 | 127 | 174 | 0 | 77 | 60 | 7 | 531 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1111100 | 0 | 111111 | 110000 | 111 | 101011001 | 1010001 | 1000000 |
Color Harmonies of #ED577C
Complementary color
Monochromatic Colors of #ED577C
Black with #ED577C
Text Example
Text Example
White with #ED577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED577C; }
p { color: rgb(237,87,124); }
H1.HeaderClassName
{
color: #ED577C;
}
.AnyTagClassName
{
color: #ED577C;
}
</style>
background-color css
<style>
a { background-color: #ED577C; }
a { background-color: rgb(237,87,124); }
div.DivClassName
{
background-color: #ED577C;
}
.BgClassName
{
background-color: #ED577C;
}
</style>
border-color css
<style>
span { border-color: #ED577C; }
span { border-color: rgb(237,87,124); }
td.TdClassName
{
border-color: #ED577C;
}
.TagClassName
{
border-color: #ED577C;
}
</style>