Shades of Dark Pink #ED5579
Tints of Dark Pink #ED5579
RGB
CMYK
RGB Variations
Color information
#ED5579 (or 0xED5579) is known color: Dark Pink. HEX triplet: ED, 55 and 79. RGB value is (237,85,121). Sum of RGB (Red+Green+Blue) = 237+85+121=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5579 is #12AA86. Grayscale: #868686. Windows color (decimal): -1223303 or 7951853. OLE color: 7951853.
HSL color Cylindrical-coordinate representation of color #ED5579: hue angle of 345.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED5579 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 121 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.07 |
| HSL | 345.79º | 0.81% | 0.63% | - |
| HSV(B) | 345.79º | 0.64% | 0.93% | - |
| XYZ | 41.62 | 25.88 | 20.89 | - |
| YUV | 134.55 | 120.36 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 121 | 0 | 0.64 | 0.49 | 0.07 | 345.79 | 0.81 | 0.63 |
| Hex | ED | 55 | 79 | 0 | 40 | 31 | 7 | 15A | 51 | 3F |
| Octal | 355 | 125 | 171 | 0 | 100 | 61 | 7 | 532 | 121 | 77 |
| Binary | 11101101 | 1010101 | 1111001 | 0 | 1000000 | 110001 | 111 | 101011010 | 1010001 | 111111 |
Color Harmonies of #ED5579
Complementary color
Monochromatic Colors of #ED5579
Black with #ED5579
Text Example
Text Example
White with #ED5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5579; }
p { color: rgb(237,85,121); }
H1.HeaderClassName
{
color: #ED5579;
}
.AnyTagClassName
{
color: #ED5579;
}
</style>
background-color css
<style>
a { background-color: #ED5579; }
a { background-color: rgb(237,85,121); }
div.DivClassName
{
background-color: #ED5579;
}
.BgClassName
{
background-color: #ED5579;
}
</style>
border-color css
<style>
span { border-color: #ED5579; }
span { border-color: rgb(237,85,121); }
td.TdClassName
{
border-color: #ED5579;
}
.TagClassName
{
border-color: #ED5579;
}
</style>