Shades of Deep Blush #E97091
Tints of Deep Blush #E97091
RGB
CMYK
RGB Variations
Color information
#E97091 (or 0xE97091) is known color: Deep Blush. HEX triplet: E9, 70 and 91. RGB value is (233,112,145). Sum of RGB (Red+Green+Blue) = 233+112+145=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E97091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97091 is #168F6E. Grayscale: #979797. Windows color (decimal): -1478511 or 9531625. OLE color: 9531625.
HSL color Cylindrical-coordinate representation of color #E97091: hue angle of 343.64º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97091 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 145 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.09 |
| HSL | 343.64º | 0.73% | 0.68% | - |
| HSV(B) | 343.64º | 0.52% | 0.91% | - |
| XYZ | 44.51 | 30.96 | 30.42 | - |
| YUV | 151.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 145 | 0 | 0.52 | 0.38 | 0.09 | 343.64 | 0.73 | 0.68 |
| Hex | E9 | 70 | 91 | 0 | 34 | 26 | 9 | 158 | 49 | 44 |
| Octal | 351 | 160 | 221 | 0 | 64 | 46 | 11 | 530 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10010001 | 0 | 110100 | 100110 | 1001 | 101011000 | 1001001 | 1000100 |
Color Harmonies of #E97091
Complementary color
Monochromatic Colors of #E97091
Black with #E97091
Text Example
Text Example
White with #E97091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97091; }
p { color: rgb(233,112,145); }
H1.HeaderClassName
{
color: #E97091;
}
.AnyTagClassName
{
color: #E97091;
}
</style>
background-color css
<style>
a { background-color: #E97091; }
a { background-color: rgb(233,112,145); }
div.DivClassName
{
background-color: #E97091;
}
.BgClassName
{
background-color: #E97091;
}
</style>
border-color css
<style>
span { border-color: #E97091; }
span { border-color: rgb(233,112,145); }
td.TdClassName
{
border-color: #E97091;
}
.TagClassName
{
border-color: #E97091;
}
</style>