Shades of Dark Pink #E1597E
Tints of Dark Pink #E1597E
RGB
CMYK
RGB Variations
Color information
#E1597E (or 0xE1597E) is known color: Dark Pink. HEX triplet: E1, 59 and 7E. RGB value is (225,89,126). Sum of RGB (Red+Green+Blue) = 225+89+126=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1597E is #1EA681. Grayscale: #858585. Windows color (decimal): -2008706 or 8280545. OLE color: 8280545.
HSL color Cylindrical-coordinate representation of color #E1597E: hue angle of 343.68º 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 #E1597E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 126 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.12 |
| HSL | 343.68º | 0.69% | 0.62% | - |
| HSV(B) | 343.68º | 0.6% | 0.88% | - |
| XYZ | 38.39 | 24.66 | 22.47 | - |
| YUV | 133.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 126 | 0 | 0.60 | 0.44 | 0.12 | 343.68 | 0.69 | 0.62 |
| Hex | E1 | 59 | 7E | 0 | 3C | 2C | C | 158 | 45 | 3E |
| Octal | 341 | 131 | 176 | 0 | 74 | 54 | 14 | 530 | 105 | 76 |
| Binary | 11100001 | 1011001 | 1111110 | 0 | 111100 | 101100 | 1100 | 101011000 | 1000101 | 111110 |
Color Harmonies of #E1597E
Complementary color
Monochromatic Colors of #E1597E
Black with #E1597E
Text Example
Text Example
White with #E1597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1597E; }
p { color: rgb(225,89,126); }
H1.HeaderClassName
{
color: #E1597E;
}
.AnyTagClassName
{
color: #E1597E;
}
</style>
background-color css
<style>
a { background-color: #E1597E; }
a { background-color: rgb(225,89,126); }
div.DivClassName
{
background-color: #E1597E;
}
.BgClassName
{
background-color: #E1597E;
}
</style>
border-color css
<style>
span { border-color: #E1597E; }
span { border-color: rgb(225,89,126); }
td.TdClassName
{
border-color: #E1597E;
}
.TagClassName
{
border-color: #E1597E;
}
</style>