Shades of Deep Blush #E77087
Tints of Deep Blush #E77087
RGB
CMYK
RGB Variations
Color information
#E77087 (or 0xE77087) is known color: Deep Blush. HEX triplet: E7, 70 and 87. RGB value is (231,112,135). Sum of RGB (Red+Green+Blue) = 231+112+135=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E77087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77087 is #188F78. Grayscale: #969696. Windows color (decimal): -1609593 or 8876263. OLE color: 8876263.
HSL color Cylindrical-coordinate representation of color #E77087: hue angle of 348.4º 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 #E77087 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 135 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.09 |
| HSL | 348.4º | 0.71% | 0.67% | - |
| HSV(B) | 348.4º | 0.52% | 0.91% | - |
| XYZ | 43.12 | 30.33 | 26.5 | - |
| YUV | 150.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 135 | 0 | 0.52 | 0.42 | 0.09 | 348.4 | 0.71 | 0.67 |
| Hex | E7 | 70 | 87 | 0 | 34 | 2A | 9 | 15C | 47 | 43 |
| Octal | 347 | 160 | 207 | 0 | 64 | 52 | 11 | 534 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10000111 | 0 | 110100 | 101010 | 1001 | 101011100 | 1000111 | 1000011 |
Color Harmonies of #E77087
Complementary color
Monochromatic Colors of #E77087
Black with #E77087
Text Example
Text Example
White with #E77087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77087; }
p { color: rgb(231,112,135); }
H1.HeaderClassName
{
color: #E77087;
}
.AnyTagClassName
{
color: #E77087;
}
</style>
background-color css
<style>
a { background-color: #E77087; }
a { background-color: rgb(231,112,135); }
div.DivClassName
{
background-color: #E77087;
}
.BgClassName
{
background-color: #E77087;
}
</style>
border-color css
<style>
span { border-color: #E77087; }
span { border-color: rgb(231,112,135); }
td.TdClassName
{
border-color: #E77087;
}
.TagClassName
{
border-color: #E77087;
}
</style>