Shades of Deep Blush #E87482
Tints of Deep Blush #E87482
RGB
CMYK
RGB Variations
Color information
#E87482 (or 0xE87482) is known color: Deep Blush. HEX triplet: E8, 74 and 82. RGB value is (232,116,130). Sum of RGB (Red+Green+Blue) = 232+116+130=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E87482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87482 is #178B7D. Grayscale: #989898. Windows color (decimal): -1543038 or 8549608. OLE color: 8549608.
HSL color Cylindrical-coordinate representation of color #E87482: hue angle of 352.76º 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 #E87482 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 130 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.09 |
| HSL | 352.76º | 0.72% | 0.68% | - |
| HSV(B) | 352.76º | 0.5% | 0.91% | - |
| XYZ | 43.55 | 31.26 | 24.86 | - |
| YUV | 152.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 130 | 0 | 0.50 | 0.44 | 0.09 | 352.76 | 0.72 | 0.68 |
| Hex | E8 | 74 | 82 | 0 | 32 | 2C | 9 | 161 | 48 | 44 |
| Octal | 350 | 164 | 202 | 0 | 62 | 54 | 11 | 541 | 110 | 104 |
| Binary | 11101000 | 1110100 | 10000010 | 0 | 110010 | 101100 | 1001 | 101100001 | 1001000 | 1000100 |
Color Harmonies of #E87482
Complementary color
Monochromatic Colors of #E87482
Black with #E87482
Text Example
Text Example
White with #E87482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87482; }
p { color: rgb(232,116,130); }
H1.HeaderClassName
{
color: #E87482;
}
.AnyTagClassName
{
color: #E87482;
}
</style>
background-color css
<style>
a { background-color: #E87482; }
a { background-color: rgb(232,116,130); }
div.DivClassName
{
background-color: #E87482;
}
.BgClassName
{
background-color: #E87482;
}
</style>
border-color css
<style>
span { border-color: #E87482; }
span { border-color: rgb(232,116,130); }
td.TdClassName
{
border-color: #E87482;
}
.TagClassName
{
border-color: #E87482;
}
</style>