Shades of Deep Blush #E97081
Tints of Deep Blush #E97081
RGB
CMYK
RGB Variations
Color information
#E97081 (or 0xE97081) is known color: Deep Blush. HEX triplet: E9, 70 and 81. RGB value is (233,112,129). Sum of RGB (Red+Green+Blue) = 233+112+129=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E97081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97081 is #168F7E. Grayscale: #969696. Windows color (decimal): -1478527 or 8483049. OLE color: 8483049.
HSL color Cylindrical-coordinate representation of color #E97081: hue angle of 351.57º 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 #E97081 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 129 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.09 |
| HSL | 351.57º | 0.73% | 0.68% | - |
| HSV(B) | 351.57º | 0.52% | 0.91% | - |
| XYZ | 43.36 | 30.5 | 24.37 | - |
| YUV | 150.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 129 | 0 | 0.52 | 0.45 | 0.09 | 351.57 | 0.73 | 0.68 |
| Hex | E9 | 70 | 81 | 0 | 34 | 2D | 9 | 160 | 49 | 44 |
| Octal | 351 | 160 | 201 | 0 | 64 | 55 | 11 | 540 | 111 | 104 |
| Binary | 11101001 | 1110000 | 10000001 | 0 | 110100 | 101101 | 1001 | 101100000 | 1001001 | 1000100 |
Color Harmonies of #E97081
Complementary color
Monochromatic Colors of #E97081
Black with #E97081
Text Example
Text Example
White with #E97081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97081; }
p { color: rgb(233,112,129); }
H1.HeaderClassName
{
color: #E97081;
}
.AnyTagClassName
{
color: #E97081;
}
</style>
background-color css
<style>
a { background-color: #E97081; }
a { background-color: rgb(233,112,129); }
div.DivClassName
{
background-color: #E97081;
}
.BgClassName
{
background-color: #E97081;
}
</style>
border-color css
<style>
span { border-color: #E97081; }
span { border-color: rgb(233,112,129); }
td.TdClassName
{
border-color: #E97081;
}
.TagClassName
{
border-color: #E97081;
}
</style>