Shades of Deep Blush #E77B87
Tints of Deep Blush #E77B87
RGB
CMYK
RGB Variations
Color information
#E77B87 (or 0xE77B87) is known color: Deep Blush. HEX triplet: E7, 7B and 87. RGB value is (231,123,135). Sum of RGB (Red+Green+Blue) = 231+123+135=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77B87 is #188478. Grayscale: #9C9C9C. Windows color (decimal): -1606777 or 8879079. OLE color: 8879079.
HSL color Cylindrical-coordinate representation of color #E77B87: hue angle of 353.33º 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 #E77B87 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 135 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.09 |
| HSL | 353.33º | 0.69% | 0.69% | - |
| HSV(B) | 353.33º | 0.47% | 0.91% | - |
| XYZ | 44.41 | 32.9 | 26.93 | - |
| YUV | 156.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 135 | 0 | 0.47 | 0.42 | 0.09 | 353.33 | 0.69 | 0.69 |
| Hex | E7 | 7B | 87 | 0 | 2F | 2A | 9 | 161 | 45 | 45 |
| Octal | 347 | 173 | 207 | 0 | 57 | 52 | 11 | 541 | 105 | 105 |
| Binary | 11100111 | 1111011 | 10000111 | 0 | 101111 | 101010 | 1001 | 101100001 | 1000101 | 1000101 |
Color Harmonies of #E77B87
Complementary color
Monochromatic Colors of #E77B87
Black with #E77B87
Text Example
Text Example
White with #E77B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B87; }
p { color: rgb(231,123,135); }
H1.HeaderClassName
{
color: #E77B87;
}
.AnyTagClassName
{
color: #E77B87;
}
</style>
background-color css
<style>
a { background-color: #E77B87; }
a { background-color: rgb(231,123,135); }
div.DivClassName
{
background-color: #E77B87;
}
.BgClassName
{
background-color: #E77B87;
}
</style>
border-color css
<style>
span { border-color: #E77B87; }
span { border-color: rgb(231,123,135); }
td.TdClassName
{
border-color: #E77B87;
}
.TagClassName
{
border-color: #E77B87;
}
</style>