Shades of Deep Blush #E86991
Tints of Deep Blush #E86991
RGB
CMYK
RGB Variations
Color information
#E86991 (or 0xE86991) is known color: Deep Blush. HEX triplet: E8, 69 and 91. RGB value is (232,105,145). Sum of RGB (Red+Green+Blue) = 232+105+145=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86991 is #17966E. Grayscale: #939393. Windows color (decimal): -1545839 or 9529832. OLE color: 9529832.
HSL color Cylindrical-coordinate representation of color #E86991: hue angle of 341.1º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E86991 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 145 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.09 |
| HSL | 341.1º | 0.73% | 0.66% | - |
| HSV(B) | 341.1º | 0.55% | 0.91% | - |
| XYZ | 43.44 | 29.3 | 30.15 | - |
| YUV | 147.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 145 | 0 | 0.55 | 0.38 | 0.09 | 341.1 | 0.73 | 0.66 |
| Hex | E8 | 69 | 91 | 0 | 37 | 26 | 9 | 155 | 49 | 42 |
| Octal | 350 | 151 | 221 | 0 | 67 | 46 | 11 | 525 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10010001 | 0 | 110111 | 100110 | 1001 | 101010101 | 1001001 | 1000010 |
Color Harmonies of #E86991
Complementary color
Monochromatic Colors of #E86991
Black with #E86991
Text Example
Text Example
White with #E86991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86991; }
p { color: rgb(232,105,145); }
H1.HeaderClassName
{
color: #E86991;
}
.AnyTagClassName
{
color: #E86991;
}
</style>
background-color css
<style>
a { background-color: #E86991; }
a { background-color: rgb(232,105,145); }
div.DivClassName
{
background-color: #E86991;
}
.BgClassName
{
background-color: #E86991;
}
</style>
border-color css
<style>
span { border-color: #E86991; }
span { border-color: rgb(232,105,145); }
td.TdClassName
{
border-color: #E86991;
}
.TagClassName
{
border-color: #E86991;
}
</style>