Shades of Deep Blush #E97389
Tints of Deep Blush #E97389
RGB
CMYK
RGB Variations
Color information
#E97389 (or 0xE97389) is known color: Deep Blush. HEX triplet: E9, 73 and 89. RGB value is (233,115,137). Sum of RGB (Red+Green+Blue) = 233+115+137=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E97389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97389 is #168C76. Grayscale: #989898. Windows color (decimal): -1477751 or 9008105. OLE color: 9008105.
HSL color Cylindrical-coordinate representation of color #E97389: hue angle of 348.81º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97389 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 137 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.09 |
| HSL | 348.81º | 0.73% | 0.68% | - |
| HSV(B) | 348.81º | 0.51% | 0.91% | - |
| XYZ | 44.25 | 31.39 | 27.39 | - |
| YUV | 152.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 137 | 0 | 0.51 | 0.41 | 0.09 | 348.81 | 0.73 | 0.68 |
| Hex | E9 | 73 | 89 | 0 | 33 | 29 | 9 | 15D | 49 | 44 |
| Octal | 351 | 163 | 211 | 0 | 63 | 51 | 11 | 535 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10001001 | 0 | 110011 | 101001 | 1001 | 101011101 | 1001001 | 1000100 |
Color Harmonies of #E97389
Complementary color
Monochromatic Colors of #E97389
Black with #E97389
Text Example
Text Example
White with #E97389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97389; }
p { color: rgb(233,115,137); }
H1.HeaderClassName
{
color: #E97389;
}
.AnyTagClassName
{
color: #E97389;
}
</style>
background-color css
<style>
a { background-color: #E97389; }
a { background-color: rgb(233,115,137); }
div.DivClassName
{
background-color: #E97389;
}
.BgClassName
{
background-color: #E97389;
}
</style>
border-color css
<style>
span { border-color: #E97389; }
span { border-color: rgb(233,115,137); }
td.TdClassName
{
border-color: #E97389;
}
.TagClassName
{
border-color: #E97389;
}
</style>