Shades of Deep Blush #E97086
Tints of Deep Blush #E97086
RGB
CMYK
RGB Variations
Color information
#E97086 (or 0xE97086) is known color: Deep Blush. HEX triplet: E9, 70 and 86. RGB value is (233,112,134). Sum of RGB (Red+Green+Blue) = 233+112+134=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E97086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97086 is #168F79. Grayscale: #969696. Windows color (decimal): -1478522 or 8810729. OLE color: 8810729.
HSL color Cylindrical-coordinate representation of color #E97086: hue angle of 349.09º 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 #E97086 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 134 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.09 |
| HSL | 349.09º | 0.73% | 0.68% | - |
| HSV(B) | 349.09º | 0.52% | 0.91% | - |
| XYZ | 43.7 | 30.63 | 26.16 | - |
| YUV | 150.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 134 | 0 | 0.52 | 0.42 | 0.09 | 349.09 | 0.73 | 0.68 |
| Hex | E9 | 70 | 86 | 0 | 34 | 2A | 9 | 15D | 49 | 44 |
| Octal | 351 | 160 | 206 | 0 | 64 | 52 | 11 | 535 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10000110 | 0 | 110100 | 101010 | 1001 | 101011101 | 1001001 | 1000100 |
Color Harmonies of #E97086
Complementary color
Monochromatic Colors of #E97086
Black with #E97086
Text Example
Text Example
White with #E97086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97086; }
p { color: rgb(233,112,134); }
H1.HeaderClassName
{
color: #E97086;
}
.AnyTagClassName
{
color: #E97086;
}
</style>
background-color css
<style>
a { background-color: #E97086; }
a { background-color: rgb(233,112,134); }
div.DivClassName
{
background-color: #E97086;
}
.BgClassName
{
background-color: #E97086;
}
</style>
border-color css
<style>
span { border-color: #E97086; }
span { border-color: rgb(233,112,134); }
td.TdClassName
{
border-color: #E97086;
}
.TagClassName
{
border-color: #E97086;
}
</style>