Shades of Deep Blush #E97986
Tints of Deep Blush #E97986
RGB
CMYK
RGB Variations
Color information
#E97986 (or 0xE97986) is known color: Deep Blush. HEX triplet: E9, 79 and 86. RGB value is (233,121,134). Sum of RGB (Red+Green+Blue) = 233+121+134=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E97986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97986 is #168679. Grayscale: #9C9C9C. Windows color (decimal): -1476218 or 8813033. OLE color: 8813033.
HSL color Cylindrical-coordinate representation of color #E97986: hue angle of 353.04º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97986 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 134 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.09 |
| HSL | 353.04º | 0.72% | 0.69% | - |
| HSV(B) | 353.04º | 0.48% | 0.91% | - |
| XYZ | 44.74 | 32.72 | 26.51 | - |
| YUV | 155.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 134 | 0 | 0.48 | 0.42 | 0.09 | 353.04 | 0.72 | 0.69 |
| Hex | E9 | 79 | 86 | 0 | 30 | 2A | 9 | 161 | 48 | 45 |
| Octal | 351 | 171 | 206 | 0 | 60 | 52 | 11 | 541 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10000110 | 0 | 110000 | 101010 | 1001 | 101100001 | 1001000 | 1000101 |
Color Harmonies of #E97986
Complementary color
Monochromatic Colors of #E97986
Black with #E97986
Text Example
Text Example
White with #E97986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97986; }
p { color: rgb(233,121,134); }
H1.HeaderClassName
{
color: #E97986;
}
.AnyTagClassName
{
color: #E97986;
}
</style>
background-color css
<style>
a { background-color: #E97986; }
a { background-color: rgb(233,121,134); }
div.DivClassName
{
background-color: #E97986;
}
.BgClassName
{
background-color: #E97986;
}
</style>
border-color css
<style>
span { border-color: #E97986; }
span { border-color: rgb(233,121,134); }
td.TdClassName
{
border-color: #E97986;
}
.TagClassName
{
border-color: #E97986;
}
</style>