Shades of Deep Blush #E87491
Tints of Deep Blush #E87491
RGB
CMYK
RGB Variations
Color information
#E87491 (or 0xE87491) is known color: Deep Blush. HEX triplet: E8, 74 and 91. RGB value is (232,116,145). Sum of RGB (Red+Green+Blue) = 232+116+145=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E87491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87491 is #178B6E. Grayscale: #999999. Windows color (decimal): -1543023 or 9532648. OLE color: 9532648.
HSL color Cylindrical-coordinate representation of color #E87491: hue angle of 345º 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 #E87491 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 145 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.09 |
| HSL | 345º | 0.72% | 0.68% | - |
| HSV(B) | 345º | 0.5% | 0.91% | - |
| XYZ | 44.63 | 31.69 | 30.55 | - |
| YUV | 153.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 145 | 0 | 0.50 | 0.38 | 0.09 | 345 | 0.72 | 0.68 |
| Hex | E8 | 74 | 91 | 0 | 32 | 26 | 9 | 159 | 48 | 44 |
| Octal | 350 | 164 | 221 | 0 | 62 | 46 | 11 | 531 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10010001 | 0 | 110010 | 100110 | 1001 | 101011001 | 1001000 | 1000100 |
Color Harmonies of #E87491
Complementary color
Monochromatic Colors of #E87491
Black with #E87491
Text Example
Text Example
White with #E87491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87491; }
p { color: rgb(232,116,145); }
H1.HeaderClassName
{
color: #E87491;
}
.AnyTagClassName
{
color: #E87491;
}
</style>
background-color css
<style>
a { background-color: #E87491; }
a { background-color: rgb(232,116,145); }
div.DivClassName
{
background-color: #E87491;
}
.BgClassName
{
background-color: #E87491;
}
</style>
border-color css
<style>
span { border-color: #E87491; }
span { border-color: rgb(232,116,145); }
td.TdClassName
{
border-color: #E87491;
}
.TagClassName
{
border-color: #E87491;
}
</style>