Shades of Dark Pink #E7577C
Tints of Dark Pink #E7577C
RGB
CMYK
RGB Variations
Color information
#E7577C (or 0xE7577C) is known color: Dark Pink. HEX triplet: E7, 57 and 7C. RGB value is (231,87,124). Sum of RGB (Red+Green+Blue) = 231+87+124=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7577C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7577C is #18A883. Grayscale: #868686. Windows color (decimal): -1616004 or 8148967. OLE color: 8148967.
HSL color Cylindrical-coordinate representation of color #E7577C: hue angle of 344.58º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7577C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 124 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.09 |
| HSL | 344.58º | 0.75% | 0.62% | - |
| HSV(B) | 344.58º | 0.62% | 0.91% | - |
| XYZ | 40 | 25.26 | 21.84 | - |
| YUV | 134.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 124 | 0 | 0.62 | 0.46 | 0.09 | 344.58 | 0.75 | 0.62 |
| Hex | E7 | 57 | 7C | 0 | 3E | 2E | 9 | 159 | 4B | 3E |
| Octal | 347 | 127 | 174 | 0 | 76 | 56 | 11 | 531 | 113 | 76 |
| Binary | 11100111 | 1010111 | 1111100 | 0 | 111110 | 101110 | 1001 | 101011001 | 1001011 | 111110 |
Color Harmonies of #E7577C
Complementary color
Monochromatic Colors of #E7577C
Black with #E7577C
Text Example
Text Example
White with #E7577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7577C; }
p { color: rgb(231,87,124); }
H1.HeaderClassName
{
color: #E7577C;
}
.AnyTagClassName
{
color: #E7577C;
}
</style>
background-color css
<style>
a { background-color: #E7577C; }
a { background-color: rgb(231,87,124); }
div.DivClassName
{
background-color: #E7577C;
}
.BgClassName
{
background-color: #E7577C;
}
</style>
border-color css
<style>
span { border-color: #E7577C; }
span { border-color: rgb(231,87,124); }
td.TdClassName
{
border-color: #E7577C;
}
.TagClassName
{
border-color: #E7577C;
}
</style>