Shades of Dark Pink #E7577E
Tints of Dark Pink #E7577E
RGB
CMYK
RGB Variations
Color information
#E7577E (or 0xE7577E) is known color: Dark Pink. HEX triplet: E7, 57 and 7E. RGB value is (231,87,126). Sum of RGB (Red+Green+Blue) = 231+87+126=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7577E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7577E is #18A881. Grayscale: #868686. Windows color (decimal): -1616002 or 8280039. OLE color: 8280039.
HSL color Cylindrical-coordinate representation of color #E7577E: hue angle of 343.75º 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 #E7577E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 126 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.09 |
| HSL | 343.75º | 0.75% | 0.62% | - |
| HSV(B) | 343.75º | 0.62% | 0.91% | - |
| XYZ | 40.13 | 25.31 | 22.51 | - |
| YUV | 134.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 126 | 0 | 0.62 | 0.45 | 0.09 | 343.75 | 0.75 | 0.62 |
| Hex | E7 | 57 | 7E | 0 | 3E | 2D | 9 | 158 | 4B | 3E |
| Octal | 347 | 127 | 176 | 0 | 76 | 55 | 11 | 530 | 113 | 76 |
| Binary | 11100111 | 1010111 | 1111110 | 0 | 111110 | 101101 | 1001 | 101011000 | 1001011 | 111110 |
Color Harmonies of #E7577E
Complementary color
Monochromatic Colors of #E7577E
Black with #E7577E
Text Example
Text Example
White with #E7577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7577E; }
p { color: rgb(231,87,126); }
H1.HeaderClassName
{
color: #E7577E;
}
.AnyTagClassName
{
color: #E7577E;
}
</style>
background-color css
<style>
a { background-color: #E7577E; }
a { background-color: rgb(231,87,126); }
div.DivClassName
{
background-color: #E7577E;
}
.BgClassName
{
background-color: #E7577E;
}
</style>
border-color css
<style>
span { border-color: #E7577E; }
span { border-color: rgb(231,87,126); }
td.TdClassName
{
border-color: #E7577E;
}
.TagClassName
{
border-color: #E7577E;
}
</style>