Shades of Dark Pink #E0597E
Tints of Dark Pink #E0597E
RGB
CMYK
RGB Variations
Color information
#E0597E (or 0xE0597E) is known color: Dark Pink. HEX triplet: E0, 59 and 7E. RGB value is (224,89,126). Sum of RGB (Red+Green+Blue) = 224+89+126=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0597E is #1FA681. Grayscale: #858585. Windows color (decimal): -2074242 or 8280544. OLE color: 8280544.
HSL color Cylindrical-coordinate representation of color #E0597E: hue angle of 343.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0597E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 126 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.12 |
| HSL | 343.56º | 0.69% | 0.61% | - |
| HSV(B) | 343.56º | 0.6% | 0.88% | - |
| XYZ | 38.08 | 24.5 | 22.46 | - |
| YUV | 133.58 | 123.73 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 126 | 0 | 0.60 | 0.44 | 0.12 | 343.56 | 0.69 | 0.61 |
| Hex | E0 | 59 | 7E | 0 | 3C | 2C | C | 158 | 45 | 3D |
| Octal | 340 | 131 | 176 | 0 | 74 | 54 | 14 | 530 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1111110 | 0 | 111100 | 101100 | 1100 | 101011000 | 1000101 | 111101 |
Color Harmonies of #E0597E
Complementary color
Monochromatic Colors of #E0597E
Black with #E0597E
Text Example
Text Example
White with #E0597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0597E; }
p { color: rgb(224,89,126); }
H1.HeaderClassName
{
color: #E0597E;
}
.AnyTagClassName
{
color: #E0597E;
}
</style>
background-color css
<style>
a { background-color: #E0597E; }
a { background-color: rgb(224,89,126); }
div.DivClassName
{
background-color: #E0597E;
}
.BgClassName
{
background-color: #E0597E;
}
</style>
border-color css
<style>
span { border-color: #E0597E; }
span { border-color: rgb(224,89,126); }
td.TdClassName
{
border-color: #E0597E;
}
.TagClassName
{
border-color: #E0597E;
}
</style>