Shades of Deep Blush #E77086
Tints of Deep Blush #E77086
RGB
CMYK
RGB Variations
Color information
#E77086 (or 0xE77086) is known color: Deep Blush. HEX triplet: E7, 70 and 86. RGB value is (231,112,134). Sum of RGB (Red+Green+Blue) = 231+112+134=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E77086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77086 is #188F79. Grayscale: #969696. Windows color (decimal): -1609594 or 8810727. OLE color: 8810727.
HSL color Cylindrical-coordinate representation of color #E77086: hue angle of 348.91º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E77086 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 134 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.09 |
| HSL | 348.91º | 0.71% | 0.67% | - |
| HSV(B) | 348.91º | 0.52% | 0.91% | - |
| XYZ | 43.05 | 30.3 | 26.13 | - |
| YUV | 150.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 134 | 0 | 0.52 | 0.42 | 0.09 | 348.91 | 0.71 | 0.67 |
| Hex | E7 | 70 | 86 | 0 | 34 | 2A | 9 | 15D | 47 | 43 |
| Octal | 347 | 160 | 206 | 0 | 64 | 52 | 11 | 535 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10000110 | 0 | 110100 | 101010 | 1001 | 101011101 | 1000111 | 1000011 |
Color Harmonies of #E77086
Complementary color
Monochromatic Colors of #E77086
Black with #E77086
Text Example
Text Example
White with #E77086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77086; }
p { color: rgb(231,112,134); }
H1.HeaderClassName
{
color: #E77086;
}
.AnyTagClassName
{
color: #E77086;
}
</style>
background-color css
<style>
a { background-color: #E77086; }
a { background-color: rgb(231,112,134); }
div.DivClassName
{
background-color: #E77086;
}
.BgClassName
{
background-color: #E77086;
}
</style>
border-color css
<style>
span { border-color: #E77086; }
span { border-color: rgb(231,112,134); }
td.TdClassName
{
border-color: #E77086;
}
.TagClassName
{
border-color: #E77086;
}
</style>