Shades of Deep Blush #E77181
Tints of Deep Blush #E77181
RGB
CMYK
RGB Variations
Color information
#E77181 (or 0xE77181) is known color: Deep Blush. HEX triplet: E7, 71 and 81. RGB value is (231,113,129). Sum of RGB (Red+Green+Blue) = 231+113+129=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E77181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77181 is #188E7E. Grayscale: #969696. Windows color (decimal): -1609343 or 8483303. OLE color: 8483303.
HSL color Cylindrical-coordinate representation of color #E77181: hue angle of 351.86º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77181 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 129 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.09 |
| HSL | 351.86º | 0.71% | 0.67% | - |
| HSV(B) | 351.86º | 0.51% | 0.91% | - |
| XYZ | 42.82 | 30.38 | 24.38 | - |
| YUV | 150.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 129 | 0 | 0.51 | 0.44 | 0.09 | 351.86 | 0.71 | 0.67 |
| Hex | E7 | 71 | 81 | 0 | 33 | 2C | 9 | 160 | 47 | 43 |
| Octal | 347 | 161 | 201 | 0 | 63 | 54 | 11 | 540 | 107 | 103 |
| Binary | 11100111 | 1110001 | 10000001 | 0 | 110011 | 101100 | 1001 | 101100000 | 1000111 | 1000011 |
Color Harmonies of #E77181
Complementary color
Monochromatic Colors of #E77181
Black with #E77181
Text Example
Text Example
White with #E77181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77181; }
p { color: rgb(231,113,129); }
H1.HeaderClassName
{
color: #E77181;
}
.AnyTagClassName
{
color: #E77181;
}
</style>
background-color css
<style>
a { background-color: #E77181; }
a { background-color: rgb(231,113,129); }
div.DivClassName
{
background-color: #E77181;
}
.BgClassName
{
background-color: #E77181;
}
</style>
border-color css
<style>
span { border-color: #E77181; }
span { border-color: rgb(231,113,129); }
td.TdClassName
{
border-color: #E77181;
}
.TagClassName
{
border-color: #E77181;
}
</style>