Shades of Dark Pink #E8577C
Tints of Dark Pink #E8577C
RGB
CMYK
RGB Variations
Color information
#E8577C (or 0xE8577C) is known color: Dark Pink. HEX triplet: E8, 57 and 7C. RGB value is (232,87,124). Sum of RGB (Red+Green+Blue) = 232+87+124=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8577C is #17A883. Grayscale: #868686. Windows color (decimal): -1550468 or 8148968. OLE color: 8148968.
HSL color Cylindrical-coordinate representation of color #E8577C: hue angle of 344.69º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E8577C is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 87 | 124 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.09 |
| HSL | 344.69º | 0.76% | 0.63% | - |
| HSV(B) | 344.69º | 0.63% | 0.91% | - |
| XYZ | 40.33 | 25.43 | 21.85 | - |
| YUV | 134.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 87 | 124 | 0 | 0.62 | 0.47 | 0.09 | 344.69 | 0.76 | 0.63 |
| Hex | E8 | 57 | 7C | 0 | 3E | 2F | 9 | 159 | 4C | 3F |
| Octal | 350 | 127 | 174 | 0 | 76 | 57 | 11 | 531 | 114 | 77 |
| Binary | 11101000 | 1010111 | 1111100 | 0 | 111110 | 101111 | 1001 | 101011001 | 1001100 | 111111 |
Color Harmonies of #E8577C
Complementary color
Monochromatic Colors of #E8577C
Black with #E8577C
Text Example
Text Example
White with #E8577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8577C; }
p { color: rgb(232,87,124); }
H1.HeaderClassName
{
color: #E8577C;
}
.AnyTagClassName
{
color: #E8577C;
}
</style>
background-color css
<style>
a { background-color: #E8577C; }
a { background-color: rgb(232,87,124); }
div.DivClassName
{
background-color: #E8577C;
}
.BgClassName
{
background-color: #E8577C;
}
</style>
border-color css
<style>
span { border-color: #E8577C; }
span { border-color: rgb(232,87,124); }
td.TdClassName
{
border-color: #E8577C;
}
.TagClassName
{
border-color: #E8577C;
}
</style>