Shades of Deep Blush #E77082
Tints of Deep Blush #E77082
RGB
CMYK
RGB Variations
Color information
#E77082 (or 0xE77082) is known color: Deep Blush. HEX triplet: E7, 70 and 82. RGB value is (231,112,130). Sum of RGB (Red+Green+Blue) = 231+112+130=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E77082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77082 is #188F7D. Grayscale: #959595. Windows color (decimal): -1609598 or 8548583. OLE color: 8548583.
HSL color Cylindrical-coordinate representation of color #E77082: hue angle of 350.92º 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 #E77082 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 130 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.09 |
| HSL | 350.92º | 0.71% | 0.67% | - |
| HSV(B) | 350.92º | 0.52% | 0.91% | - |
| XYZ | 42.78 | 30.19 | 24.69 | - |
| YUV | 149.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 130 | 0 | 0.52 | 0.44 | 0.09 | 350.92 | 0.71 | 0.67 |
| Hex | E7 | 70 | 82 | 0 | 34 | 2C | 9 | 15F | 47 | 43 |
| Octal | 347 | 160 | 202 | 0 | 64 | 54 | 11 | 537 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10000010 | 0 | 110100 | 101100 | 1001 | 101011111 | 1000111 | 1000011 |
Color Harmonies of #E77082
Complementary color
Monochromatic Colors of #E77082
Black with #E77082
Text Example
Text Example
White with #E77082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77082; }
p { color: rgb(231,112,130); }
H1.HeaderClassName
{
color: #E77082;
}
.AnyTagClassName
{
color: #E77082;
}
</style>
background-color css
<style>
a { background-color: #E77082; }
a { background-color: rgb(231,112,130); }
div.DivClassName
{
background-color: #E77082;
}
.BgClassName
{
background-color: #E77082;
}
</style>
border-color css
<style>
span { border-color: #E77082; }
span { border-color: rgb(231,112,130); }
td.TdClassName
{
border-color: #E77082;
}
.TagClassName
{
border-color: #E77082;
}
</style>