Shades of Dark Pink #E7597C
Tints of Dark Pink #E7597C
RGB
CMYK
RGB Variations
Color information
#E7597C (or 0xE7597C) is known color: Dark Pink. HEX triplet: E7, 59 and 7C. RGB value is (231,89,124). Sum of RGB (Red+Green+Blue) = 231+89+124=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7597C is #18A683. Grayscale: #878787. Windows color (decimal): -1615492 or 8149479. OLE color: 8149479.
HSL color Cylindrical-coordinate representation of color #E7597C: hue angle of 345.21º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7597C is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 124 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.09 |
| HSL | 345.21º | 0.75% | 0.63% | - |
| HSV(B) | 345.21º | 0.61% | 0.91% | - |
| XYZ | 40.17 | 25.59 | 21.89 | - |
| YUV | 135.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 124 | 0 | 0.61 | 0.46 | 0.09 | 345.21 | 0.75 | 0.63 |
| Hex | E7 | 59 | 7C | 0 | 3D | 2E | 9 | 159 | 4B | 3F |
| Octal | 347 | 131 | 174 | 0 | 75 | 56 | 11 | 531 | 113 | 77 |
| Binary | 11100111 | 1011001 | 1111100 | 0 | 111101 | 101110 | 1001 | 101011001 | 1001011 | 111111 |
Color Harmonies of #E7597C
Complementary color
Monochromatic Colors of #E7597C
Black with #E7597C
Text Example
Text Example
White with #E7597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7597C; }
p { color: rgb(231,89,124); }
H1.HeaderClassName
{
color: #E7597C;
}
.AnyTagClassName
{
color: #E7597C;
}
</style>
background-color css
<style>
a { background-color: #E7597C; }
a { background-color: rgb(231,89,124); }
div.DivClassName
{
background-color: #E7597C;
}
.BgClassName
{
background-color: #E7597C;
}
</style>
border-color css
<style>
span { border-color: #E7597C; }
span { border-color: rgb(231,89,124); }
td.TdClassName
{
border-color: #E7597C;
}
.TagClassName
{
border-color: #E7597C;
}
</style>