Shades of Dark Pink #ED577F
Tints of Dark Pink #ED577F
RGB
CMYK
RGB Variations
Color information
#ED577F (or 0xED577F) is known color: Dark Pink. HEX triplet: ED, 57 and 7F. RGB value is (237,87,127). Sum of RGB (Red+Green+Blue) = 237+87+127=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED577F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED577F is #12A880. Grayscale: #888888. Windows color (decimal): -1222785 or 8345581. OLE color: 8345581.
HSL color Cylindrical-coordinate representation of color #ED577F: hue angle of 344º 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 #ED577F is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 127 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.07 |
| HSL | 344º | 0.81% | 0.64% | - |
| HSV(B) | 344º | 0.63% | 0.93% | - |
| XYZ | 42.16 | 26.35 | 22.94 | - |
| YUV | 136.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 127 | 0 | 0.63 | 0.46 | 0.07 | 344 | 0.81 | 0.64 |
| Hex | ED | 57 | 7F | 0 | 3F | 2E | 7 | 158 | 51 | 40 |
| Octal | 355 | 127 | 177 | 0 | 77 | 56 | 7 | 530 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1111111 | 0 | 111111 | 101110 | 111 | 101011000 | 1010001 | 1000000 |
Color Harmonies of #ED577F
Complementary color
Monochromatic Colors of #ED577F
Black with #ED577F
Text Example
Text Example
White with #ED577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED577F; }
p { color: rgb(237,87,127); }
H1.HeaderClassName
{
color: #ED577F;
}
.AnyTagClassName
{
color: #ED577F;
}
</style>
background-color css
<style>
a { background-color: #ED577F; }
a { background-color: rgb(237,87,127); }
div.DivClassName
{
background-color: #ED577F;
}
.BgClassName
{
background-color: #ED577F;
}
</style>
border-color css
<style>
span { border-color: #ED577F; }
span { border-color: rgb(237,87,127); }
td.TdClassName
{
border-color: #ED577F;
}
.TagClassName
{
border-color: #ED577F;
}
</style>