Shades of Deep Blush #E97281
Tints of Deep Blush #E97281
RGB
CMYK
RGB Variations
Color information
#E97281 (or 0xE97281) is known color: Deep Blush. HEX triplet: E9, 72 and 81. RGB value is (233,114,129). Sum of RGB (Red+Green+Blue) = 233+114+129=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E97281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97281 is #168D7E. Grayscale: #979797. Windows color (decimal): -1478015 or 8483561. OLE color: 8483561.
HSL color Cylindrical-coordinate representation of color #E97281: hue angle of 352.44º 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 #E97281 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 114 | 129 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.09 |
| HSL | 352.44º | 0.73% | 0.68% | - |
| HSV(B) | 352.44º | 0.51% | 0.91% | - |
| XYZ | 43.58 | 30.94 | 24.44 | - |
| YUV | 151.29 | 115.42 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 114 | 129 | 0 | 0.51 | 0.45 | 0.09 | 352.44 | 0.73 | 0.68 |
| Hex | E9 | 72 | 81 | 0 | 33 | 2D | 9 | 160 | 49 | 44 |
| Octal | 351 | 162 | 201 | 0 | 63 | 55 | 11 | 540 | 111 | 104 |
| Binary | 11101001 | 1110010 | 10000001 | 0 | 110011 | 101101 | 1001 | 101100000 | 1001001 | 1000100 |
Color Harmonies of #E97281
Complementary color
Monochromatic Colors of #E97281
Black with #E97281
Text Example
Text Example
White with #E97281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97281; }
p { color: rgb(233,114,129); }
H1.HeaderClassName
{
color: #E97281;
}
.AnyTagClassName
{
color: #E97281;
}
</style>
background-color css
<style>
a { background-color: #E97281; }
a { background-color: rgb(233,114,129); }
div.DivClassName
{
background-color: #E97281;
}
.BgClassName
{
background-color: #E97281;
}
</style>
border-color css
<style>
span { border-color: #E97281; }
span { border-color: rgb(233,114,129); }
td.TdClassName
{
border-color: #E97281;
}
.TagClassName
{
border-color: #E97281;
}
</style>