Shades of Deep Blush #E86484
Tints of Deep Blush #E86484
RGB
CMYK
RGB Variations
Color information
#E86484 (or 0xE86484) is known color: Deep Blush. HEX triplet: E8, 64 and 84. RGB value is (232,100,132). Sum of RGB (Red+Green+Blue) = 232+100+132=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E86484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86484 is #179B7B. Grayscale: #8F8F8F. Windows color (decimal): -1547132 or 8676584. OLE color: 8676584.
HSL color Cylindrical-coordinate representation of color #E86484: hue angle of 345.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E86484 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 132 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.09 |
| HSL | 345.45º | 0.74% | 0.65% | - |
| HSV(B) | 345.45º | 0.57% | 0.91% | - |
| XYZ | 42 | 27.94 | 25.01 | - |
| YUV | 143.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 132 | 0 | 0.57 | 0.43 | 0.09 | 345.45 | 0.74 | 0.65 |
| Hex | E8 | 64 | 84 | 0 | 39 | 2B | 9 | 159 | 4A | 41 |
| Octal | 350 | 144 | 204 | 0 | 71 | 53 | 11 | 531 | 112 | 101 |
| Binary | 11101000 | 1100100 | 10000100 | 0 | 111001 | 101011 | 1001 | 101011001 | 1001010 | 1000001 |
Color Harmonies of #E86484
Complementary color
Monochromatic Colors of #E86484
Black with #E86484
Text Example
Text Example
White with #E86484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86484; }
p { color: rgb(232,100,132); }
H1.HeaderClassName
{
color: #E86484;
}
.AnyTagClassName
{
color: #E86484;
}
</style>
background-color css
<style>
a { background-color: #E86484; }
a { background-color: rgb(232,100,132); }
div.DivClassName
{
background-color: #E86484;
}
.BgClassName
{
background-color: #E86484;
}
</style>
border-color css
<style>
span { border-color: #E86484; }
span { border-color: rgb(232,100,132); }
td.TdClassName
{
border-color: #E86484;
}
.TagClassName
{
border-color: #E86484;
}
</style>