Shades of Deep Blush #E86586
Tints of Deep Blush #E86586
RGB
CMYK
RGB Variations
Color information
#E86586 (or 0xE86586) is known color: Deep Blush. HEX triplet: E8, 65 and 86. RGB value is (232,101,134). Sum of RGB (Red+Green+Blue) = 232+101+134=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E86586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86586 is #179A79. Grayscale: #8F8F8F. Windows color (decimal): -1546874 or 8807912. OLE color: 8807912.
HSL color Cylindrical-coordinate representation of color #E86586: hue angle of 344.89º 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 #E86586 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 134 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.09 |
| HSL | 344.89º | 0.74% | 0.65% | - |
| HSV(B) | 344.89º | 0.56% | 0.91% | - |
| XYZ | 42.24 | 28.18 | 25.77 | - |
| YUV | 143.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 134 | 0 | 0.56 | 0.42 | 0.09 | 344.89 | 0.74 | 0.65 |
| Hex | E8 | 65 | 86 | 0 | 38 | 2A | 9 | 159 | 4A | 41 |
| Octal | 350 | 145 | 206 | 0 | 70 | 52 | 11 | 531 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10000110 | 0 | 111000 | 101010 | 1001 | 101011001 | 1001010 | 1000001 |
Color Harmonies of #E86586
Complementary color
Monochromatic Colors of #E86586
Black with #E86586
Text Example
Text Example
White with #E86586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86586; }
p { color: rgb(232,101,134); }
H1.HeaderClassName
{
color: #E86586;
}
.AnyTagClassName
{
color: #E86586;
}
</style>
background-color css
<style>
a { background-color: #E86586; }
a { background-color: rgb(232,101,134); }
div.DivClassName
{
background-color: #E86586;
}
.BgClassName
{
background-color: #E86586;
}
</style>
border-color css
<style>
span { border-color: #E86586; }
span { border-color: rgb(232,101,134); }
td.TdClassName
{
border-color: #E86586;
}
.TagClassName
{
border-color: #E86586;
}
</style>