Shades of Deep Blush #E77589
Tints of Deep Blush #E77589
RGB
CMYK
RGB Variations
Color information
#E77589 (or 0xE77589) is known color: Deep Blush. HEX triplet: E7, 75 and 89. RGB value is (231,117,137). Sum of RGB (Red+Green+Blue) = 231+117+137=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E77589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77589 is #188A76. Grayscale: #999999. Windows color (decimal): -1608311 or 9008615. OLE color: 9008615.
HSL color Cylindrical-coordinate representation of color #E77589: hue angle of 349.47º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E77589 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 137 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.09 |
| HSL | 349.47º | 0.7% | 0.68% | - |
| HSV(B) | 349.47º | 0.49% | 0.91% | - |
| XYZ | 43.83 | 31.52 | 27.44 | - |
| YUV | 153.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 137 | 0 | 0.49 | 0.41 | 0.09 | 349.47 | 0.7 | 0.68 |
| Hex | E7 | 75 | 89 | 0 | 31 | 29 | 9 | 15D | 46 | 44 |
| Octal | 347 | 165 | 211 | 0 | 61 | 51 | 11 | 535 | 106 | 104 |
| Binary | 11100111 | 1110101 | 10001001 | 0 | 110001 | 101001 | 1001 | 101011101 | 1000110 | 1000100 |
Color Harmonies of #E77589
Complementary color
Monochromatic Colors of #E77589
Black with #E77589
Text Example
Text Example
White with #E77589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77589; }
p { color: rgb(231,117,137); }
H1.HeaderClassName
{
color: #E77589;
}
.AnyTagClassName
{
color: #E77589;
}
</style>
background-color css
<style>
a { background-color: #E77589; }
a { background-color: rgb(231,117,137); }
div.DivClassName
{
background-color: #E77589;
}
.BgClassName
{
background-color: #E77589;
}
</style>
border-color css
<style>
span { border-color: #E77589; }
span { border-color: rgb(231,117,137); }
td.TdClassName
{
border-color: #E77589;
}
.TagClassName
{
border-color: #E77589;
}
</style>