Shades of Deep Blush #E97385
Tints of Deep Blush #E97385
RGB
CMYK
RGB Variations
Color information
#E97385 (or 0xE97385) is known color: Deep Blush. HEX triplet: E9, 73 and 85. RGB value is (233,115,133). Sum of RGB (Red+Green+Blue) = 233+115+133=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E97385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97385 is #168C7A. Grayscale: #989898. Windows color (decimal): -1477755 or 8745961. OLE color: 8745961.
HSL color Cylindrical-coordinate representation of color #E97385: hue angle of 350.85º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E97385 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 115 | 133 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.09 |
| HSL | 350.85º | 0.73% | 0.68% | - |
| HSV(B) | 350.85º | 0.51% | 0.91% | - |
| XYZ | 43.97 | 31.28 | 25.91 | - |
| YUV | 152.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 115 | 133 | 0 | 0.51 | 0.43 | 0.09 | 350.85 | 0.73 | 0.68 |
| Hex | E9 | 73 | 85 | 0 | 33 | 2B | 9 | 15F | 49 | 44 |
| Octal | 351 | 163 | 205 | 0 | 63 | 53 | 11 | 537 | 111 | 104 |
| Binary | 11101001 | 1110011 | 10000101 | 0 | 110011 | 101011 | 1001 | 101011111 | 1001001 | 1000100 |
Color Harmonies of #E97385
Complementary color
Monochromatic Colors of #E97385
Black with #E97385
Text Example
Text Example
White with #E97385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97385; }
p { color: rgb(233,115,133); }
H1.HeaderClassName
{
color: #E97385;
}
.AnyTagClassName
{
color: #E97385;
}
</style>
background-color css
<style>
a { background-color: #E97385; }
a { background-color: rgb(233,115,133); }
div.DivClassName
{
background-color: #E97385;
}
.BgClassName
{
background-color: #E97385;
}
</style>
border-color css
<style>
span { border-color: #E97385; }
span { border-color: rgb(233,115,133); }
td.TdClassName
{
border-color: #E97385;
}
.TagClassName
{
border-color: #E97385;
}
</style>