Shades of Deep Blush #E87984
Tints of Deep Blush #E87984
RGB
CMYK
RGB Variations
Color information
#E87984 (or 0xE87984) is known color: Deep Blush. HEX triplet: E8, 79 and 84. RGB value is (232,121,132). Sum of RGB (Red+Green+Blue) = 232+121+132=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 232 - color contains mainly: red. Hex color #E87984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87984 is #17867B. Grayscale: #9B9B9B. Windows color (decimal): -1541756 or 8681960. OLE color: 8681960.
HSL color Cylindrical-coordinate representation of color #E87984: hue angle of 354.05º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E87984 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 132 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.09 |
| HSL | 354.05º | 0.71% | 0.69% | - |
| HSV(B) | 354.05º | 0.48% | 0.91% | - |
| XYZ | 44.28 | 32.5 | 25.77 | - |
| YUV | 155.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 132 | 0 | 0.48 | 0.43 | 0.09 | 354.05 | 0.71 | 0.69 |
| Hex | E8 | 79 | 84 | 0 | 30 | 2B | 9 | 162 | 47 | 45 |
| Octal | 350 | 171 | 204 | 0 | 60 | 53 | 11 | 542 | 107 | 105 |
| Binary | 11101000 | 1111001 | 10000100 | 0 | 110000 | 101011 | 1001 | 101100010 | 1000111 | 1000101 |
Color Harmonies of #E87984
Complementary color
Monochromatic Colors of #E87984
Black with #E87984
Text Example
Text Example
White with #E87984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87984; }
p { color: rgb(232,121,132); }
H1.HeaderClassName
{
color: #E87984;
}
.AnyTagClassName
{
color: #E87984;
}
</style>
background-color css
<style>
a { background-color: #E87984; }
a { background-color: rgb(232,121,132); }
div.DivClassName
{
background-color: #E87984;
}
.BgClassName
{
background-color: #E87984;
}
</style>
border-color css
<style>
span { border-color: #E87984; }
span { border-color: rgb(232,121,132); }
td.TdClassName
{
border-color: #E87984;
}
.TagClassName
{
border-color: #E87984;
}
</style>