Shades of Deep Blush #E97085
Tints of Deep Blush #E97085
RGB
CMYK
RGB Variations
Color information
#E97085 (or 0xE97085) is known color: Deep Blush. HEX triplet: E9, 70 and 85. RGB value is (233,112,133). Sum of RGB (Red+Green+Blue) = 233+112+133=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E97085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97085 is #168F7A. Grayscale: #969696. Windows color (decimal): -1478523 or 8745193. OLE color: 8745193.
HSL color Cylindrical-coordinate representation of color #E97085: hue angle of 349.59º 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 #E97085 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 133 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.09 |
| HSL | 349.59º | 0.73% | 0.68% | - |
| HSV(B) | 349.59º | 0.52% | 0.91% | - |
| XYZ | 43.63 | 30.61 | 25.8 | - |
| YUV | 150.57 | 118.09 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 133 | 0 | 0.52 | 0.43 | 0.09 | 349.59 | 0.73 | 0.68 |
| Hex | E9 | 70 | 85 | 0 | 34 | 2B | 9 | 15E | 49 | 44 |
| Octal | 351 | 160 | 205 | 0 | 64 | 53 | 11 | 536 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10000101 | 0 | 110100 | 101011 | 1001 | 101011110 | 1001001 | 1000100 |
Color Harmonies of #E97085
Complementary color
Monochromatic Colors of #E97085
Black with #E97085
Text Example
Text Example
White with #E97085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97085; }
p { color: rgb(233,112,133); }
H1.HeaderClassName
{
color: #E97085;
}
.AnyTagClassName
{
color: #E97085;
}
</style>
background-color css
<style>
a { background-color: #E97085; }
a { background-color: rgb(233,112,133); }
div.DivClassName
{
background-color: #E97085;
}
.BgClassName
{
background-color: #E97085;
}
</style>
border-color css
<style>
span { border-color: #E97085; }
span { border-color: rgb(233,112,133); }
td.TdClassName
{
border-color: #E97085;
}
.TagClassName
{
border-color: #E97085;
}
</style>