Shades of Dark Pink #E1597C
Tints of Dark Pink #E1597C
RGB
CMYK
RGB Variations
Color information
#E1597C (or 0xE1597C) is known color: Dark Pink. HEX triplet: E1, 59 and 7C. RGB value is (225,89,124). Sum of RGB (Red+Green+Blue) = 225+89+124=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1597C is #1EA683. Grayscale: #858585. Windows color (decimal): -2008708 or 8149473. OLE color: 8149473.
HSL color Cylindrical-coordinate representation of color #E1597C: hue angle of 344.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1597C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 124 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.12 |
| HSL | 344.56º | 0.69% | 0.62% | - |
| HSV(B) | 344.56º | 0.6% | 0.88% | - |
| XYZ | 38.26 | 24.61 | 21.8 | - |
| YUV | 133.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 124 | 0 | 0.60 | 0.45 | 0.12 | 344.56 | 0.69 | 0.62 |
| Hex | E1 | 59 | 7C | 0 | 3C | 2D | C | 159 | 45 | 3E |
| Octal | 341 | 131 | 174 | 0 | 74 | 55 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011001 | 1111100 | 0 | 111100 | 101101 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E1597C
Complementary color
Monochromatic Colors of #E1597C
Black with #E1597C
Text Example
Text Example
White with #E1597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1597C; }
p { color: rgb(225,89,124); }
H1.HeaderClassName
{
color: #E1597C;
}
.AnyTagClassName
{
color: #E1597C;
}
</style>
background-color css
<style>
a { background-color: #E1597C; }
a { background-color: rgb(225,89,124); }
div.DivClassName
{
background-color: #E1597C;
}
.BgClassName
{
background-color: #E1597C;
}
</style>
border-color css
<style>
span { border-color: #E1597C; }
span { border-color: rgb(225,89,124); }
td.TdClassName
{
border-color: #E1597C;
}
.TagClassName
{
border-color: #E1597C;
}
</style>