Shades of Deep Blush #E86584
Tints of Deep Blush #E86584
RGB
CMYK
RGB Variations
Color information
#E86584 (or 0xE86584) is known color: Deep Blush. HEX triplet: E8, 65 and 84. RGB value is (232,101,132). Sum of RGB (Red+Green+Blue) = 232+101+132=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E86584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86584 is #179A7B. Grayscale: #8F8F8F. Windows color (decimal): -1546876 or 8676840. OLE color: 8676840.
HSL color Cylindrical-coordinate representation of color #E86584: hue angle of 345.8º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86584 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 132 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.09 |
| HSL | 345.8º | 0.74% | 0.65% | - |
| HSV(B) | 345.8º | 0.56% | 0.91% | - |
| XYZ | 42.1 | 28.13 | 25.04 | - |
| YUV | 143.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 132 | 0 | 0.56 | 0.43 | 0.09 | 345.8 | 0.74 | 0.65 |
| Hex | E8 | 65 | 84 | 0 | 38 | 2B | 9 | 15A | 4A | 41 |
| Octal | 350 | 145 | 204 | 0 | 70 | 53 | 11 | 532 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10000100 | 0 | 111000 | 101011 | 1001 | 101011010 | 1001010 | 1000001 |
Color Harmonies of #E86584
Complementary color
Monochromatic Colors of #E86584
Black with #E86584
Text Example
Text Example
White with #E86584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86584; }
p { color: rgb(232,101,132); }
H1.HeaderClassName
{
color: #E86584;
}
.AnyTagClassName
{
color: #E86584;
}
</style>
background-color css
<style>
a { background-color: #E86584; }
a { background-color: rgb(232,101,132); }
div.DivClassName
{
background-color: #E86584;
}
.BgClassName
{
background-color: #E86584;
}
</style>
border-color css
<style>
span { border-color: #E86584; }
span { border-color: rgb(232,101,132); }
td.TdClassName
{
border-color: #E86584;
}
.TagClassName
{
border-color: #E86584;
}
</style>