Shades of Deep Blush #E77089
Tints of Deep Blush #E77089
RGB
CMYK
RGB Variations
Color information
#E77089 (or 0xE77089) is known color: Deep Blush. HEX triplet: E7, 70 and 89. RGB value is (231,112,137). Sum of RGB (Red+Green+Blue) = 231+112+137=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E77089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77089 is #188F76. Grayscale: #969696. Windows color (decimal): -1609591 or 9007335. OLE color: 9007335.
HSL color Cylindrical-coordinate representation of color #E77089: hue angle of 347.39º 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 #E77089 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 137 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.09 |
| HSL | 347.4º | 0.71% | 0.67% | - |
| HSV(B) | 347.4º | 0.52% | 0.91% | - |
| XYZ | 43.26 | 30.38 | 27.25 | - |
| YUV | 150.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 137 | 0 | 0.52 | 0.41 | 0.09 | 347.4 | 0.71 | 0.67 |
| Hex | E7 | 70 | 89 | 0 | 34 | 29 | 9 | 15B | 47 | 43 |
| Octal | 347 | 160 | 211 | 0 | 64 | 51 | 11 | 533 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10001001 | 0 | 110100 | 101001 | 1001 | 101011011 | 1000111 | 1000011 |
Color Harmonies of #E77089
Complementary color
Monochromatic Colors of #E77089
Black with #E77089
Text Example
Text Example
White with #E77089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77089; }
p { color: rgb(231,112,137); }
H1.HeaderClassName
{
color: #E77089;
}
.AnyTagClassName
{
color: #E77089;
}
</style>
background-color css
<style>
a { background-color: #E77089; }
a { background-color: rgb(231,112,137); }
div.DivClassName
{
background-color: #E77089;
}
.BgClassName
{
background-color: #E77089;
}
</style>
border-color css
<style>
span { border-color: #E77089; }
span { border-color: rgb(231,112,137); }
td.TdClassName
{
border-color: #E77089;
}
.TagClassName
{
border-color: #E77089;
}
</style>