Shades of Deep Blush #E86D88
Tints of Deep Blush #E86D88
RGB
CMYK
RGB Variations
Color information
#E86D88 (or 0xE86D88) is known color: Deep Blush. HEX triplet: E8, 6D and 88. RGB value is (232,109,136). Sum of RGB (Red+Green+Blue) = 232+109+136=477 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.64% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86D88 is #179277. Grayscale: #949494. Windows color (decimal): -1544824 or 8941032. OLE color: 8941032.
HSL color Cylindrical-coordinate representation of color #E86D88: hue angle of 346.83º 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 #E86D88 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 136 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.09 |
| HSL | 346.83º | 0.73% | 0.67% | - |
| HSV(B) | 346.83º | 0.53% | 0.91% | - |
| XYZ | 43.19 | 29.87 | 26.78 | - |
| YUV | 148.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 136 | 0 | 0.53 | 0.41 | 0.09 | 346.83 | 0.73 | 0.67 |
| Hex | E8 | 6D | 88 | 0 | 35 | 29 | 9 | 15B | 49 | 43 |
| Octal | 350 | 155 | 210 | 0 | 65 | 51 | 11 | 533 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10001000 | 0 | 110101 | 101001 | 1001 | 101011011 | 1001001 | 1000011 |
Color Harmonies of #E86D88
Complementary color
Monochromatic Colors of #E86D88
Black with #E86D88
Text Example
Text Example
White with #E86D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D88; }
p { color: rgb(232,109,136); }
H1.HeaderClassName
{
color: #E86D88;
}
.AnyTagClassName
{
color: #E86D88;
}
</style>
background-color css
<style>
a { background-color: #E86D88; }
a { background-color: rgb(232,109,136); }
div.DivClassName
{
background-color: #E86D88;
}
.BgClassName
{
background-color: #E86D88;
}
</style>
border-color css
<style>
span { border-color: #E86D88; }
span { border-color: rgb(232,109,136); }
td.TdClassName
{
border-color: #E86D88;
}
.TagClassName
{
border-color: #E86D88;
}
</style>