Shades of Deep Blush #E86C93
Tints of Deep Blush #E86C93
RGB
CMYK
RGB Variations
Color information
#E86C93 (or 0xE86C93) is known color: Deep Blush. HEX triplet: E8, 6C and 93. RGB value is (232,108,147). Sum of RGB (Red+Green+Blue) = 232+108+147=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C93 is #17936C. Grayscale: #959595. Windows color (decimal): -1545069 or 9661672. OLE color: 9661672.
HSL color Cylindrical-coordinate representation of color #E86C93: hue angle of 341.13º 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 #E86C93 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 147 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.09 |
| HSL | 341.13º | 0.73% | 0.67% | - |
| HSV(B) | 341.13º | 0.53% | 0.91% | - |
| XYZ | 43.91 | 29.99 | 31.08 | - |
| YUV | 149.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 147 | 0 | 0.53 | 0.37 | 0.09 | 341.13 | 0.73 | 0.67 |
| Hex | E8 | 6C | 93 | 0 | 35 | 25 | 9 | 155 | 49 | 43 |
| Octal | 350 | 154 | 223 | 0 | 65 | 45 | 11 | 525 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10010011 | 0 | 110101 | 100101 | 1001 | 101010101 | 1001001 | 1000011 |
Color Harmonies of #E86C93
Complementary color
Monochromatic Colors of #E86C93
Black with #E86C93
Text Example
Text Example
White with #E86C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C93; }
p { color: rgb(232,108,147); }
H1.HeaderClassName
{
color: #E86C93;
}
.AnyTagClassName
{
color: #E86C93;
}
</style>
background-color css
<style>
a { background-color: #E86C93; }
a { background-color: rgb(232,108,147); }
div.DivClassName
{
background-color: #E86C93;
}
.BgClassName
{
background-color: #E86C93;
}
</style>
border-color css
<style>
span { border-color: #E86C93; }
span { border-color: rgb(232,108,147); }
td.TdClassName
{
border-color: #E86C93;
}
.TagClassName
{
border-color: #E86C93;
}
</style>