Shades of Deep Blush #E86993
Tints of Deep Blush #E86993
RGB
CMYK
RGB Variations
Color information
#E86993 (or 0xE86993) is known color: Deep Blush. HEX triplet: E8, 69 and 93. RGB value is (232,105,147). Sum of RGB (Red+Green+Blue) = 232+105+147=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86993 is #17966C. Grayscale: #939393. Windows color (decimal): -1545837 or 9660904. OLE color: 9660904.
HSL color Cylindrical-coordinate representation of color #E86993: hue angle of 340.16º 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 #E86993 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 147 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.09 |
| HSL | 340.16º | 0.73% | 0.66% | - |
| HSV(B) | 340.16º | 0.55% | 0.91% | - |
| XYZ | 43.6 | 29.37 | 30.97 | - |
| YUV | 147.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 147 | 0 | 0.55 | 0.37 | 0.09 | 340.16 | 0.73 | 0.66 |
| Hex | E8 | 69 | 93 | 0 | 37 | 25 | 9 | 154 | 49 | 42 |
| Octal | 350 | 151 | 223 | 0 | 67 | 45 | 11 | 524 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10010011 | 0 | 110111 | 100101 | 1001 | 101010100 | 1001001 | 1000010 |
Color Harmonies of #E86993
Complementary color
Monochromatic Colors of #E86993
Black with #E86993
Text Example
Text Example
White with #E86993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86993; }
p { color: rgb(232,105,147); }
H1.HeaderClassName
{
color: #E86993;
}
.AnyTagClassName
{
color: #E86993;
}
</style>
background-color css
<style>
a { background-color: #E86993; }
a { background-color: rgb(232,105,147); }
div.DivClassName
{
background-color: #E86993;
}
.BgClassName
{
background-color: #E86993;
}
</style>
border-color css
<style>
span { border-color: #E86993; }
span { border-color: rgb(232,105,147); }
td.TdClassName
{
border-color: #E86993;
}
.TagClassName
{
border-color: #E86993;
}
</style>