Shades of Deep Blush #E87494
Tints of Deep Blush #E87494
RGB
CMYK
RGB Variations
Color information
#E87494 (or 0xE87494) is known color: Deep Blush. HEX triplet: E8, 74 and 94. RGB value is (232,116,148). Sum of RGB (Red+Green+Blue) = 232+116+148=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E87494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87494 is #178B6B. Grayscale: #9A9A9A. Windows color (decimal): -1543020 or 9729256. OLE color: 9729256.
HSL color Cylindrical-coordinate representation of color #E87494: hue angle of 343.45º 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 #E87494 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 148 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.09 |
| HSL | 343.45º | 0.72% | 0.68% | - |
| HSV(B) | 343.45º | 0.5% | 0.91% | - |
| XYZ | 44.87 | 31.78 | 31.79 | - |
| YUV | 154.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 148 | 0 | 0.50 | 0.36 | 0.09 | 343.45 | 0.72 | 0.68 |
| Hex | E8 | 74 | 94 | 0 | 32 | 24 | 9 | 157 | 48 | 44 |
| Octal | 350 | 164 | 224 | 0 | 62 | 44 | 11 | 527 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10010100 | 0 | 110010 | 100100 | 1001 | 101010111 | 1001000 | 1000100 |
Color Harmonies of #E87494
Complementary color
Monochromatic Colors of #E87494
Black with #E87494
Text Example
Text Example
White with #E87494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87494; }
p { color: rgb(232,116,148); }
H1.HeaderClassName
{
color: #E87494;
}
.AnyTagClassName
{
color: #E87494;
}
</style>
background-color css
<style>
a { background-color: #E87494; }
a { background-color: rgb(232,116,148); }
div.DivClassName
{
background-color: #E87494;
}
.BgClassName
{
background-color: #E87494;
}
</style>
border-color css
<style>
span { border-color: #E87494; }
span { border-color: rgb(232,116,148); }
td.TdClassName
{
border-color: #E87494;
}
.TagClassName
{
border-color: #E87494;
}
</style>