Shades of Deep Blush #E86C80
Tints of Deep Blush #E86C80
RGB
CMYK
RGB Variations
Color information
#E86C80 (or 0xE86C80) is known color: Deep Blush. HEX triplet: E8, 6C and 80. RGB value is (232,108,128). Sum of RGB (Red+Green+Blue) = 232+108+128=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C80 is #17937F. Grayscale: #939393. Windows color (decimal): -1545088 or 8416488. OLE color: 8416488.
HSL color Cylindrical-coordinate representation of color #E86C80: hue angle of 350.32º 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 #E86C80 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 128 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.09 |
| HSL | 350.32º | 0.73% | 0.67% | - |
| HSV(B) | 350.32º | 0.53% | 0.91% | - |
| XYZ | 42.54 | 29.44 | 23.86 | - |
| YUV | 147.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 128 | 0 | 0.53 | 0.45 | 0.09 | 350.32 | 0.73 | 0.67 |
| Hex | E8 | 6C | 80 | 0 | 35 | 2D | 9 | 15E | 49 | 43 |
| Octal | 350 | 154 | 200 | 0 | 65 | 55 | 11 | 536 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10000000 | 0 | 110101 | 101101 | 1001 | 101011110 | 1001001 | 1000011 |
Color Harmonies of #E86C80
Complementary color
Monochromatic Colors of #E86C80
Black with #E86C80
Text Example
Text Example
White with #E86C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C80; }
p { color: rgb(232,108,128); }
H1.HeaderClassName
{
color: #E86C80;
}
.AnyTagClassName
{
color: #E86C80;
}
</style>
background-color css
<style>
a { background-color: #E86C80; }
a { background-color: rgb(232,108,128); }
div.DivClassName
{
background-color: #E86C80;
}
.BgClassName
{
background-color: #E86C80;
}
</style>
border-color css
<style>
span { border-color: #E86C80; }
span { border-color: rgb(232,108,128); }
td.TdClassName
{
border-color: #E86C80;
}
.TagClassName
{
border-color: #E86C80;
}
</style>