Shades of Deep Blush #E86A81
Tints of Deep Blush #E86A81
RGB
CMYK
RGB Variations
Color information
#E86A81 (or 0xE86A81) is known color: Deep Blush. HEX triplet: E8, 6A and 81. RGB value is (232,106,129). Sum of RGB (Red+Green+Blue) = 232+106+129=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86A81 is #17957E. Grayscale: #929292. Windows color (decimal): -1545599 or 8481512. OLE color: 8481512.
HSL color Cylindrical-coordinate representation of color #E86A81: hue angle of 349.05º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86A81 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 106 | 129 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.09 |
| HSL | 349.05º | 0.73% | 0.66% | - |
| HSV(B) | 349.05º | 0.54% | 0.91% | - |
| XYZ | 42.4 | 29.05 | 24.14 | - |
| YUV | 146.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 106 | 129 | 0 | 0.54 | 0.44 | 0.09 | 349.05 | 0.73 | 0.66 |
| Hex | E8 | 6A | 81 | 0 | 36 | 2C | 9 | 15D | 49 | 42 |
| Octal | 350 | 152 | 201 | 0 | 66 | 54 | 11 | 535 | 111 | 102 |
| Binary | 11101000 | 1101010 | 10000001 | 0 | 110110 | 101100 | 1001 | 101011101 | 1001001 | 1000010 |
Color Harmonies of #E86A81
Complementary color
Monochromatic Colors of #E86A81
Black with #E86A81
Text Example
Text Example
White with #E86A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86A81; }
p { color: rgb(232,106,129); }
H1.HeaderClassName
{
color: #E86A81;
}
.AnyTagClassName
{
color: #E86A81;
}
</style>
background-color css
<style>
a { background-color: #E86A81; }
a { background-color: rgb(232,106,129); }
div.DivClassName
{
background-color: #E86A81;
}
.BgClassName
{
background-color: #E86A81;
}
</style>
border-color css
<style>
span { border-color: #E86A81; }
span { border-color: rgb(232,106,129); }
td.TdClassName
{
border-color: #E86A81;
}
.TagClassName
{
border-color: #E86A81;
}
</style>