Shades of Deep Blush #E86E90
Tints of Deep Blush #E86E90
RGB
CMYK
RGB Variations
Color information
#E86E90 (or 0xE86E90) is known color: Deep Blush. HEX triplet: E8, 6E and 90. RGB value is (232,110,144). Sum of RGB (Red+Green+Blue) = 232+110+144=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E90 is #17916F. Grayscale: #969696. Windows color (decimal): -1544560 or 9465576. OLE color: 9465576.
HSL color Cylindrical-coordinate representation of color #E86E90: hue angle of 343.28º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86E90 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 144 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.09 |
| HSL | 343.28º | 0.73% | 0.67% | - |
| HSV(B) | 343.28º | 0.53% | 0.91% | - |
| XYZ | 43.89 | 30.32 | 29.92 | - |
| YUV | 150.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 144 | 0 | 0.53 | 0.38 | 0.09 | 343.28 | 0.73 | 0.67 |
| Hex | E8 | 6E | 90 | 0 | 35 | 26 | 9 | 157 | 49 | 43 |
| Octal | 350 | 156 | 220 | 0 | 65 | 46 | 11 | 527 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10010000 | 0 | 110101 | 100110 | 1001 | 101010111 | 1001001 | 1000011 |
Color Harmonies of #E86E90
Complementary color
Monochromatic Colors of #E86E90
Black with #E86E90
Text Example
Text Example
White with #E86E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E90; }
p { color: rgb(232,110,144); }
H1.HeaderClassName
{
color: #E86E90;
}
.AnyTagClassName
{
color: #E86E90;
}
</style>
background-color css
<style>
a { background-color: #E86E90; }
a { background-color: rgb(232,110,144); }
div.DivClassName
{
background-color: #E86E90;
}
.BgClassName
{
background-color: #E86E90;
}
</style>
border-color css
<style>
span { border-color: #E86E90; }
span { border-color: rgb(232,110,144); }
td.TdClassName
{
border-color: #E86E90;
}
.TagClassName
{
border-color: #E86E90;
}
</style>