Shades of Deep Blush #E97391
Tints of Deep Blush #E97391
RGB
CMYK
RGB Variations
Color information
#E97391 (or 0xE97391) is known color: Deep Blush. HEX triplet: E9, 73 and 91. RGB value is (233,115,145). Sum of RGB (Red+Green+Blue) = 233+115+145=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E97391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97391 is #168C6E. Grayscale: #999999. Windows color (decimal): -1477743 or 9532393. OLE color: 9532393.
HSL color Cylindrical-coordinate representation of color #E97391: hue angle of 344.75º 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 #E97391 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 145 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.09 |
| HSL | 344.75º | 0.73% | 0.68% | - |
| HSV(B) | 344.75º | 0.51% | 0.91% | - |
| XYZ | 44.85 | 31.63 | 30.53 | - |
| YUV | 153.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 145 | 0 | 0.51 | 0.38 | 0.09 | 344.75 | 0.73 | 0.68 |
| Hex | E9 | 73 | 91 | 0 | 33 | 26 | 9 | 159 | 49 | 44 |
| Octal | 351 | 163 | 221 | 0 | 63 | 46 | 11 | 531 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10010001 | 0 | 110011 | 100110 | 1001 | 101011001 | 1001001 | 1000100 |
Color Harmonies of #E97391
Complementary color
Monochromatic Colors of #E97391
Black with #E97391
Text Example
Text Example
White with #E97391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97391; }
p { color: rgb(233,115,145); }
H1.HeaderClassName
{
color: #E97391;
}
.AnyTagClassName
{
color: #E97391;
}
</style>
background-color css
<style>
a { background-color: #E97391; }
a { background-color: rgb(233,115,145); }
div.DivClassName
{
background-color: #E97391;
}
.BgClassName
{
background-color: #E97391;
}
</style>
border-color css
<style>
span { border-color: #E97391; }
span { border-color: rgb(233,115,145); }
td.TdClassName
{
border-color: #E97391;
}
.TagClassName
{
border-color: #E97391;
}
</style>