Shades of Dark Pink #E7597F
Tints of Dark Pink #E7597F
RGB
CMYK
RGB Variations
Color information
#E7597F (or 0xE7597F) is known color: Dark Pink. HEX triplet: E7, 59 and 7F. RGB value is (231,89,127). Sum of RGB (Red+Green+Blue) = 231+89+127=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E7597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7597F is #18A680. Grayscale: #878787. Windows color (decimal): -1615489 or 8346087. OLE color: 8346087.
HSL color Cylindrical-coordinate representation of color #E7597F: hue angle of 343.94º 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 #E7597F is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 127 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.09 |
| HSL | 343.94º | 0.75% | 0.63% | - |
| HSV(B) | 343.94º | 0.61% | 0.91% | - |
| XYZ | 40.36 | 25.67 | 22.91 | - |
| YUV | 135.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 127 | 0 | 0.61 | 0.45 | 0.09 | 343.94 | 0.75 | 0.63 |
| Hex | E7 | 59 | 7F | 0 | 3D | 2D | 9 | 158 | 4B | 3F |
| Octal | 347 | 131 | 177 | 0 | 75 | 55 | 11 | 530 | 113 | 77 |
| Binary | 11100111 | 1011001 | 1111111 | 0 | 111101 | 101101 | 1001 | 101011000 | 1001011 | 111111 |
Color Harmonies of #E7597F
Complementary color
Monochromatic Colors of #E7597F
Black with #E7597F
Text Example
Text Example
White with #E7597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7597F; }
p { color: rgb(231,89,127); }
H1.HeaderClassName
{
color: #E7597F;
}
.AnyTagClassName
{
color: #E7597F;
}
</style>
background-color css
<style>
a { background-color: #E7597F; }
a { background-color: rgb(231,89,127); }
div.DivClassName
{
background-color: #E7597F;
}
.BgClassName
{
background-color: #E7597F;
}
</style>
border-color css
<style>
span { border-color: #E7597F; }
span { border-color: rgb(231,89,127); }
td.TdClassName
{
border-color: #E7597F;
}
.TagClassName
{
border-color: #E7597F;
}
</style>