Shades of Dark Pink #E96189
Tints of Dark Pink #E96189
RGB
CMYK
RGB Variations
Color information
#E96189 (or 0xE96189) is known color: Dark Pink. HEX triplet: E9, 61 and 89. RGB value is (233,97,137). Sum of RGB (Red+Green+Blue) = 233+97+137=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E96189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96189 is #169E76. Grayscale: #8E8E8E. Windows color (decimal): -1482359 or 9003497. OLE color: 9003497.
HSL color Cylindrical-coordinate representation of color #E96189: hue angle of 342.35º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96189 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 137 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.09 |
| HSL | 342.35º | 0.76% | 0.65% | - |
| HSV(B) | 342.35º | 0.58% | 0.91% | - |
| XYZ | 42.39 | 27.68 | 26.78 | - |
| YUV | 142.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 137 | 0 | 0.58 | 0.41 | 0.09 | 342.35 | 0.76 | 0.65 |
| Hex | E9 | 61 | 89 | 0 | 3A | 29 | 9 | 156 | 4C | 41 |
| Octal | 351 | 141 | 211 | 0 | 72 | 51 | 11 | 526 | 114 | 101 |
| Binary | 11101001 | 1100001 | 10001001 | 0 | 111010 | 101001 | 1001 | 101010110 | 1001100 | 1000001 |
Color Harmonies of #E96189
Complementary color
Monochromatic Colors of #E96189
Black with #E96189
Text Example
Text Example
White with #E96189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96189; }
p { color: rgb(233,97,137); }
H1.HeaderClassName
{
color: #E96189;
}
.AnyTagClassName
{
color: #E96189;
}
</style>
background-color css
<style>
a { background-color: #E96189; }
a { background-color: rgb(233,97,137); }
div.DivClassName
{
background-color: #E96189;
}
.BgClassName
{
background-color: #E96189;
}
</style>
border-color css
<style>
span { border-color: #E96189; }
span { border-color: rgb(233,97,137); }
td.TdClassName
{
border-color: #E96189;
}
.TagClassName
{
border-color: #E96189;
}
</style>