Shades of Deep Blush #E77A85
Tints of Deep Blush #E77A85
RGB
CMYK
RGB Variations
Color information
#E77A85 (or 0xE77A85) is known color: Deep Blush. HEX triplet: E7, 7A and 85. RGB value is (231,122,133). Sum of RGB (Red+Green+Blue) = 231+122+133=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A85 is #18857A. Grayscale: #9B9B9B. Windows color (decimal): -1607035 or 8747751. OLE color: 8747751.
HSL color Cylindrical-coordinate representation of color #E77A85: hue angle of 353.94º 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 #E77A85 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 133 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.09 |
| HSL | 353.94º | 0.69% | 0.69% | - |
| HSV(B) | 353.94º | 0.47% | 0.91% | - |
| XYZ | 44.15 | 32.6 | 26.16 | - |
| YUV | 155.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 133 | 0 | 0.47 | 0.42 | 0.09 | 353.94 | 0.69 | 0.69 |
| Hex | E7 | 7A | 85 | 0 | 2F | 2A | 9 | 162 | 45 | 45 |
| Octal | 347 | 172 | 205 | 0 | 57 | 52 | 11 | 542 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10000101 | 0 | 101111 | 101010 | 1001 | 101100010 | 1000101 | 1000101 |
Color Harmonies of #E77A85
Complementary color
Monochromatic Colors of #E77A85
Black with #E77A85
Text Example
Text Example
White with #E77A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A85; }
p { color: rgb(231,122,133); }
H1.HeaderClassName
{
color: #E77A85;
}
.AnyTagClassName
{
color: #E77A85;
}
</style>
background-color css
<style>
a { background-color: #E77A85; }
a { background-color: rgb(231,122,133); }
div.DivClassName
{
background-color: #E77A85;
}
.BgClassName
{
background-color: #E77A85;
}
</style>
border-color css
<style>
span { border-color: #E77A85; }
span { border-color: rgb(231,122,133); }
td.TdClassName
{
border-color: #E77A85;
}
.TagClassName
{
border-color: #E77A85;
}
</style>