Shades of Dark Pink #E2597D
Tints of Dark Pink #E2597D
RGB
CMYK
RGB Variations
Color information
#E2597D (or 0xE2597D) is known color: Dark Pink. HEX triplet: E2, 59 and 7D. RGB value is (226,89,125). Sum of RGB (Red+Green+Blue) = 226+89+125=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2597D is #1DA682. Grayscale: #868686. Windows color (decimal): -1943171 or 8215010. OLE color: 8215010.
HSL color Cylindrical-coordinate representation of color #E2597D: hue angle of 344.23º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2597D is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 125 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.11 |
| HSL | 344.23º | 0.7% | 0.62% | - |
| HSV(B) | 344.23º | 0.61% | 0.89% | - |
| XYZ | 38.64 | 24.79 | 22.15 | - |
| YUV | 134.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 125 | 0 | 0.61 | 0.45 | 0.11 | 344.23 | 0.7 | 0.62 |
| Hex | E2 | 59 | 7D | 0 | 3D | 2D | B | 158 | 46 | 3E |
| Octal | 342 | 131 | 175 | 0 | 75 | 55 | 13 | 530 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1111101 | 0 | 111101 | 101101 | 1011 | 101011000 | 1000110 | 111110 |
Color Harmonies of #E2597D
Complementary color
Monochromatic Colors of #E2597D
Black with #E2597D
Text Example
Text Example
White with #E2597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2597D; }
p { color: rgb(226,89,125); }
H1.HeaderClassName
{
color: #E2597D;
}
.AnyTagClassName
{
color: #E2597D;
}
</style>
background-color css
<style>
a { background-color: #E2597D; }
a { background-color: rgb(226,89,125); }
div.DivClassName
{
background-color: #E2597D;
}
.BgClassName
{
background-color: #E2597D;
}
</style>
border-color css
<style>
span { border-color: #E2597D; }
span { border-color: rgb(226,89,125); }
td.TdClassName
{
border-color: #E2597D;
}
.TagClassName
{
border-color: #E2597D;
}
</style>