Shades of Deep Blush #E97984
Tints of Deep Blush #E97984
RGB
CMYK
RGB Variations
Color information
#E97984 (or 0xE97984) is known color: Deep Blush. HEX triplet: E9, 79 and 84. RGB value is (233,121,132). Sum of RGB (Red+Green+Blue) = 233+121+132=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E97984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97984 is #16867B. Grayscale: #9B9B9B. Windows color (decimal): -1476220 or 8681961. OLE color: 8681961.
HSL color Cylindrical-coordinate representation of color #E97984: hue angle of 354.11º 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 #E97984 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 132 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.09 |
| HSL | 354.11º | 0.72% | 0.69% | - |
| HSV(B) | 354.11º | 0.48% | 0.91% | - |
| XYZ | 44.61 | 32.66 | 25.78 | - |
| YUV | 155.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 132 | 0 | 0.48 | 0.43 | 0.09 | 354.11 | 0.72 | 0.69 |
| Hex | E9 | 79 | 84 | 0 | 30 | 2B | 9 | 162 | 48 | 45 |
| Octal | 351 | 171 | 204 | 0 | 60 | 53 | 11 | 542 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10000100 | 0 | 110000 | 101011 | 1001 | 101100010 | 1001000 | 1000101 |
Color Harmonies of #E97984
Complementary color
Monochromatic Colors of #E97984
Black with #E97984
Text Example
Text Example
White with #E97984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97984; }
p { color: rgb(233,121,132); }
H1.HeaderClassName
{
color: #E97984;
}
.AnyTagClassName
{
color: #E97984;
}
</style>
background-color css
<style>
a { background-color: #E97984; }
a { background-color: rgb(233,121,132); }
div.DivClassName
{
background-color: #E97984;
}
.BgClassName
{
background-color: #E97984;
}
</style>
border-color css
<style>
span { border-color: #E97984; }
span { border-color: rgb(233,121,132); }
td.TdClassName
{
border-color: #E97984;
}
.TagClassName
{
border-color: #E97984;
}
</style>