Shades of Deep Blush #E97092
Tints of Deep Blush #E97092
RGB
CMYK
RGB Variations
Color information
#E97092 (or 0xE97092) is known color: Deep Blush. HEX triplet: E9, 70 and 92. RGB value is (233,112,146). Sum of RGB (Red+Green+Blue) = 233+112+146=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E97092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97092 is #168F6D. Grayscale: #989898. Windows color (decimal): -1478510 or 9597161. OLE color: 9597161.
HSL color Cylindrical-coordinate representation of color #E97092: hue angle of 343.14º 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 #E97092 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 146 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.09 |
| HSL | 343.14º | 0.73% | 0.68% | - |
| HSV(B) | 343.14º | 0.52% | 0.91% | - |
| XYZ | 44.59 | 30.99 | 30.83 | - |
| YUV | 152.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 146 | 0 | 0.52 | 0.37 | 0.09 | 343.14 | 0.73 | 0.68 |
| Hex | E9 | 70 | 92 | 0 | 34 | 25 | 9 | 157 | 49 | 44 |
| Octal | 351 | 160 | 222 | 0 | 64 | 45 | 11 | 527 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10010010 | 0 | 110100 | 100101 | 1001 | 101010111 | 1001001 | 1000100 |
Color Harmonies of #E97092
Complementary color
Monochromatic Colors of #E97092
Black with #E97092
Text Example
Text Example
White with #E97092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97092; }
p { color: rgb(233,112,146); }
H1.HeaderClassName
{
color: #E97092;
}
.AnyTagClassName
{
color: #E97092;
}
</style>
background-color css
<style>
a { background-color: #E97092; }
a { background-color: rgb(233,112,146); }
div.DivClassName
{
background-color: #E97092;
}
.BgClassName
{
background-color: #E97092;
}
</style>
border-color css
<style>
span { border-color: #E97092; }
span { border-color: rgb(233,112,146); }
td.TdClassName
{
border-color: #E97092;
}
.TagClassName
{
border-color: #E97092;
}
</style>