Shades of Dark Pink #E2597B
Tints of Dark Pink #E2597B
RGB
CMYK
RGB Variations
Color information
#E2597B (or 0xE2597B) is known color: Dark Pink. HEX triplet: E2, 59 and 7B. RGB value is (226,89,123). Sum of RGB (Red+Green+Blue) = 226+89+123=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2597B is #1DA684. Grayscale: #858585. Windows color (decimal): -1943173 or 8083938. OLE color: 8083938.
HSL color Cylindrical-coordinate representation of color #E2597B: hue angle of 345.11º 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 #E2597B is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 123 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.11 |
| HSL | 345.11º | 0.7% | 0.62% | - |
| HSV(B) | 345.11º | 0.61% | 0.89% | - |
| XYZ | 38.51 | 24.74 | 21.49 | - |
| YUV | 133.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 123 | 0 | 0.61 | 0.46 | 0.11 | 345.11 | 0.7 | 0.62 |
| Hex | E2 | 59 | 7B | 0 | 3D | 2E | B | 159 | 46 | 3E |
| Octal | 342 | 131 | 173 | 0 | 75 | 56 | 13 | 531 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1111011 | 0 | 111101 | 101110 | 1011 | 101011001 | 1000110 | 111110 |
Color Harmonies of #E2597B
Complementary color
Monochromatic Colors of #E2597B
Black with #E2597B
Text Example
Text Example
White with #E2597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2597B; }
p { color: rgb(226,89,123); }
H1.HeaderClassName
{
color: #E2597B;
}
.AnyTagClassName
{
color: #E2597B;
}
</style>
background-color css
<style>
a { background-color: #E2597B; }
a { background-color: rgb(226,89,123); }
div.DivClassName
{
background-color: #E2597B;
}
.BgClassName
{
background-color: #E2597B;
}
</style>
border-color css
<style>
span { border-color: #E2597B; }
span { border-color: rgb(226,89,123); }
td.TdClassName
{
border-color: #E2597B;
}
.TagClassName
{
border-color: #E2597B;
}
</style>