Shades of Deep Blush #E77A89
Tints of Deep Blush #E77A89
RGB
CMYK
RGB Variations
Color information
#E77A89 (or 0xE77A89) is known color: Deep Blush. HEX triplet: E7, 7A and 89. RGB value is (231,122,137). Sum of RGB (Red+Green+Blue) = 231+122+137=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A89 is #188576. Grayscale: #9C9C9C. Windows color (decimal): -1607031 or 9009895. OLE color: 9009895.
HSL color Cylindrical-coordinate representation of color #E77A89: hue angle of 351.74º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77A89 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 137 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.09 |
| HSL | 351.74º | 0.69% | 0.69% | - |
| HSV(B) | 351.74º | 0.47% | 0.91% | - |
| XYZ | 44.43 | 32.71 | 27.64 | - |
| YUV | 156.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 137 | 0 | 0.47 | 0.41 | 0.09 | 351.74 | 0.69 | 0.69 |
| Hex | E7 | 7A | 89 | 0 | 2F | 29 | 9 | 160 | 45 | 45 |
| Octal | 347 | 172 | 211 | 0 | 57 | 51 | 11 | 540 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10001001 | 0 | 101111 | 101001 | 1001 | 101100000 | 1000101 | 1000101 |
Color Harmonies of #E77A89
Complementary color
Monochromatic Colors of #E77A89
Black with #E77A89
Text Example
Text Example
White with #E77A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A89; }
p { color: rgb(231,122,137); }
H1.HeaderClassName
{
color: #E77A89;
}
.AnyTagClassName
{
color: #E77A89;
}
</style>
background-color css
<style>
a { background-color: #E77A89; }
a { background-color: rgb(231,122,137); }
div.DivClassName
{
background-color: #E77A89;
}
.BgClassName
{
background-color: #E77A89;
}
</style>
border-color css
<style>
span { border-color: #E77A89; }
span { border-color: rgb(231,122,137); }
td.TdClassName
{
border-color: #E77A89;
}
.TagClassName
{
border-color: #E77A89;
}
</style>