Shades of Deep Blush #E97490
Tints of Deep Blush #E97490
RGB
CMYK
RGB Variations
Color information
#E97490 (or 0xE97490) is known color: Deep Blush. HEX triplet: E9, 74 and 90. RGB value is (233,116,144). Sum of RGB (Red+Green+Blue) = 233+116+144=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E97490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97490 is #168B6F. Grayscale: #9A9A9A. Windows color (decimal): -1477488 or 9467113. OLE color: 9467113.
HSL color Cylindrical-coordinate representation of color #E97490: hue angle of 345.64º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E97490 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 116 | 144 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.09 |
| HSL | 345.64º | 0.73% | 0.68% | - |
| HSV(B) | 345.64º | 0.5% | 0.91% | - |
| XYZ | 44.88 | 31.83 | 30.16 | - |
| YUV | 154.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 116 | 144 | 0 | 0.50 | 0.38 | 0.09 | 345.64 | 0.73 | 0.68 |
| Hex | E9 | 74 | 90 | 0 | 32 | 26 | 9 | 15A | 49 | 44 |
| Octal | 351 | 164 | 220 | 0 | 62 | 46 | 11 | 532 | 111 | 104 |
| Binary | 11101001 | 1110100 | 10010000 | 0 | 110010 | 100110 | 1001 | 101011010 | 1001001 | 1000100 |
Color Harmonies of #E97490
Complementary color
Monochromatic Colors of #E97490
Black with #E97490
Text Example
Text Example
White with #E97490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97490; }
p { color: rgb(233,116,144); }
H1.HeaderClassName
{
color: #E97490;
}
.AnyTagClassName
{
color: #E97490;
}
</style>
background-color css
<style>
a { background-color: #E97490; }
a { background-color: rgb(233,116,144); }
div.DivClassName
{
background-color: #E97490;
}
.BgClassName
{
background-color: #E97490;
}
</style>
border-color css
<style>
span { border-color: #E97490; }
span { border-color: rgb(233,116,144); }
td.TdClassName
{
border-color: #E97490;
}
.TagClassName
{
border-color: #E97490;
}
</style>