Shades of Deep Blush #E87C84
Tints of Deep Blush #E87C84
RGB
CMYK
RGB Variations
Color information
#E87C84 (or 0xE87C84) is known color: Deep Blush. HEX triplet: E8, 7C and 84. RGB value is (232,124,132). Sum of RGB (Red+Green+Blue) = 232+124+132=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87C84 is #17837B. Grayscale: #9D9D9D. Windows color (decimal): -1540988 or 8682728. OLE color: 8682728.
HSL color Cylindrical-coordinate representation of color #E87C84: hue angle of 355.56º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87C84 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 132 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.09 |
| HSL | 355.56º | 0.7% | 0.7% | - |
| HSV(B) | 355.56º | 0.47% | 0.91% | - |
| XYZ | 44.65 | 33.24 | 25.89 | - |
| YUV | 157.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 132 | 0 | 0.47 | 0.43 | 0.09 | 355.56 | 0.7 | 0.7 |
| Hex | E8 | 7C | 84 | 0 | 2F | 2B | 9 | 164 | 46 | 46 |
| Octal | 350 | 174 | 204 | 0 | 57 | 53 | 11 | 544 | 106 | 106 |
| Binary | 11101000 | 1111100 | 10000100 | 0 | 101111 | 101011 | 1001 | 101100100 | 1000110 | 1000110 |
Color Harmonies of #E87C84
Complementary color
Monochromatic Colors of #E87C84
Black with #E87C84
Text Example
Text Example
White with #E87C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C84; }
p { color: rgb(232,124,132); }
H1.HeaderClassName
{
color: #E87C84;
}
.AnyTagClassName
{
color: #E87C84;
}
</style>
background-color css
<style>
a { background-color: #E87C84; }
a { background-color: rgb(232,124,132); }
div.DivClassName
{
background-color: #E87C84;
}
.BgClassName
{
background-color: #E87C84;
}
</style>
border-color css
<style>
span { border-color: #E87C84; }
span { border-color: rgb(232,124,132); }
td.TdClassName
{
border-color: #E87C84;
}
.TagClassName
{
border-color: #E87C84;
}
</style>