Shades of Dark Pink #E9596F
Tints of Dark Pink #E9596F
RGB
CMYK
RGB Variations
Color information
#E9596F (or 0xE9596F) is known color: Dark Pink. HEX triplet: E9, 59 and 6F. RGB value is (233,89,111). Sum of RGB (Red+Green+Blue) = 233+89+111=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9596F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9596F is #16A690. Grayscale: #868686. Windows color (decimal): -1484433 or 7297513. OLE color: 7297513.
HSL color Cylindrical-coordinate representation of color #E9596F: hue angle of 350.83º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9596F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 111 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.09 |
| HSL | 350.83º | 0.77% | 0.63% | - |
| HSV(B) | 350.83º | 0.62% | 0.91% | - |
| XYZ | 40.05 | 25.62 | 17.87 | - |
| YUV | 134.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 111 | 0 | 0.62 | 0.52 | 0.09 | 350.83 | 0.77 | 0.63 |
| Hex | E9 | 59 | 6F | 0 | 3E | 34 | 9 | 15F | 4D | 3F |
| Octal | 351 | 131 | 157 | 0 | 76 | 64 | 11 | 537 | 115 | 77 |
| Binary | 11101001 | 1011001 | 1101111 | 0 | 111110 | 110100 | 1001 | 101011111 | 1001101 | 111111 |
Color Harmonies of #E9596F
Complementary color
Monochromatic Colors of #E9596F
Black with #E9596F
Text Example
Text Example
White with #E9596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9596F; }
p { color: rgb(233,89,111); }
H1.HeaderClassName
{
color: #E9596F;
}
.AnyTagClassName
{
color: #E9596F;
}
</style>
background-color css
<style>
a { background-color: #E9596F; }
a { background-color: rgb(233,89,111); }
div.DivClassName
{
background-color: #E9596F;
}
.BgClassName
{
background-color: #E9596F;
}
</style>
border-color css
<style>
span { border-color: #E9596F; }
span { border-color: rgb(233,89,111); }
td.TdClassName
{
border-color: #E9596F;
}
.TagClassName
{
border-color: #E9596F;
}
</style>