Shades of Deep Blush #E87495
Tints of Deep Blush #E87495
RGB
CMYK
RGB Variations
Color information
#E87495 (or 0xE87495) is known color: Deep Blush. HEX triplet: E8, 74 and 95. RGB value is (232,116,149). Sum of RGB (Red+Green+Blue) = 232+116+149=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E87495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87495 is #178B6A. Grayscale: #9A9A9A. Windows color (decimal): -1543019 or 9794792. OLE color: 9794792.
HSL color Cylindrical-coordinate representation of color #E87495: hue angle of 342.93º degrees, saturation: 0.72, 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 #E87495 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 149 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.09 |
| HSL | 342.93º | 0.72% | 0.68% | - |
| HSV(B) | 342.93º | 0.5% | 0.91% | - |
| XYZ | 44.95 | 31.82 | 32.21 | - |
| YUV | 154.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 149 | 0 | 0.50 | 0.36 | 0.09 | 342.93 | 0.72 | 0.68 |
| Hex | E8 | 74 | 95 | 0 | 32 | 24 | 9 | 157 | 48 | 44 |
| Octal | 350 | 164 | 225 | 0 | 62 | 44 | 11 | 527 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10010101 | 0 | 110010 | 100100 | 1001 | 101010111 | 1001000 | 1000100 |
Color Harmonies of #E87495
Complementary color
Monochromatic Colors of #E87495
Black with #E87495
Text Example
Text Example
White with #E87495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87495; }
p { color: rgb(232,116,149); }
H1.HeaderClassName
{
color: #E87495;
}
.AnyTagClassName
{
color: #E87495;
}
</style>
background-color css
<style>
a { background-color: #E87495; }
a { background-color: rgb(232,116,149); }
div.DivClassName
{
background-color: #E87495;
}
.BgClassName
{
background-color: #E87495;
}
</style>
border-color css
<style>
span { border-color: #E87495; }
span { border-color: rgb(232,116,149); }
td.TdClassName
{
border-color: #E87495;
}
.TagClassName
{
border-color: #E87495;
}
</style>