Shades of Dark Pink #E1597B
Tints of Dark Pink #E1597B
RGB
CMYK
RGB Variations
Color information
#E1597B (or 0xE1597B) is known color: Dark Pink. HEX triplet: E1, 59 and 7B. RGB value is (225,89,123). Sum of RGB (Red+Green+Blue) = 225+89+123=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1597B is #1EA684. Grayscale: #858585. Windows color (decimal): -2008709 or 8083937. OLE color: 8083937.
HSL color Cylindrical-coordinate representation of color #E1597B: hue angle of 345º 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 #E1597B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 123 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.12 |
| HSL | 345º | 0.69% | 0.62% | - |
| HSV(B) | 345º | 0.6% | 0.88% | - |
| XYZ | 38.2 | 24.58 | 21.47 | - |
| YUV | 133.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 123 | 0 | 0.60 | 0.45 | 0.12 | 345 | 0.69 | 0.62 |
| Hex | E1 | 59 | 7B | 0 | 3C | 2D | C | 159 | 45 | 3E |
| Octal | 341 | 131 | 173 | 0 | 74 | 55 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011001 | 1111011 | 0 | 111100 | 101101 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E1597B
Complementary color
Monochromatic Colors of #E1597B
Black with #E1597B
Text Example
Text Example
White with #E1597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1597B; }
p { color: rgb(225,89,123); }
H1.HeaderClassName
{
color: #E1597B;
}
.AnyTagClassName
{
color: #E1597B;
}
</style>
background-color css
<style>
a { background-color: #E1597B; }
a { background-color: rgb(225,89,123); }
div.DivClassName
{
background-color: #E1597B;
}
.BgClassName
{
background-color: #E1597B;
}
</style>
border-color css
<style>
span { border-color: #E1597B; }
span { border-color: rgb(225,89,123); }
td.TdClassName
{
border-color: #E1597B;
}
.TagClassName
{
border-color: #E1597B;
}
</style>