Shades of Dark Pink #ED577B
Tints of Dark Pink #ED577B
RGB
CMYK
RGB Variations
Color information
#ED577B (or 0xED577B) is known color: Dark Pink. HEX triplet: ED, 57 and 7B. RGB value is (237,87,123). Sum of RGB (Red+Green+Blue) = 237+87+123=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED577B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED577B is #12A884. Grayscale: #878787. Windows color (decimal): -1222789 or 8083437. OLE color: 8083437.
HSL color Cylindrical-coordinate representation of color #ED577B: hue angle of 345.6º 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 #ED577B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 123 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.07 |
| HSL | 345.6º | 0.81% | 0.64% | - |
| HSV(B) | 345.6º | 0.63% | 0.93% | - |
| XYZ | 41.91 | 26.25 | 21.6 | - |
| YUV | 135.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 123 | 0 | 0.63 | 0.48 | 0.07 | 345.6 | 0.81 | 0.64 |
| Hex | ED | 57 | 7B | 0 | 3F | 30 | 7 | 15A | 51 | 40 |
| Octal | 355 | 127 | 173 | 0 | 77 | 60 | 7 | 532 | 121 | 100 |
| Binary | 11101101 | 1010111 | 1111011 | 0 | 111111 | 110000 | 111 | 101011010 | 1010001 | 1000000 |
Color Harmonies of #ED577B
Complementary color
Monochromatic Colors of #ED577B
Black with #ED577B
Text Example
Text Example
White with #ED577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED577B; }
p { color: rgb(237,87,123); }
H1.HeaderClassName
{
color: #ED577B;
}
.AnyTagClassName
{
color: #ED577B;
}
</style>
background-color css
<style>
a { background-color: #ED577B; }
a { background-color: rgb(237,87,123); }
div.DivClassName
{
background-color: #ED577B;
}
.BgClassName
{
background-color: #ED577B;
}
</style>
border-color css
<style>
span { border-color: #ED577B; }
span { border-color: rgb(237,87,123); }
td.TdClassName
{
border-color: #ED577B;
}
.TagClassName
{
border-color: #ED577B;
}
</style>