Shades of Beauty Bush #E5B1AE
Tints of Beauty Bush #E5B1AE
RGB
CMYK
RGB Variations
Color information
#E5B1AE (or 0xE5B1AE) is known color: Beauty Bush. HEX triplet: E5, B1 and AE. RGB value is (229,177,174). Sum of RGB (Red+Green+Blue) = 229+177+174=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B1AE is #1A4E51. Grayscale: #C0C0C0. Windows color (decimal): -1723986 or 11448805. OLE color: 11448805.
HSL color Cylindrical-coordinate representation of color #E5B1AE: hue angle of 3.27º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B1AE is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 174 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.10 |
| HSL | 3.27º | 0.51% | 0.79% | - |
| HSV(B) | 3.27º | 0.24% | 0.9% | - |
| XYZ | 55.68 | 51.16 | 46.98 | - |
| YUV | 192.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 174 | 0 | 0.23 | 0.24 | 0.10 | 3.27 | 0.51 | 0.79 |
| Hex | E5 | B1 | AE | 0 | 17 | 18 | A | 3 | 33 | 4F |
| Octal | 345 | 261 | 256 | 0 | 27 | 30 | 12 | 3 | 63 | 117 |
| Binary | 11100101 | 10110001 | 10101110 | 0 | 10111 | 11000 | 1010 | 11 | 110011 | 1001111 |
Color Harmonies of #E5B1AE
Complementary color
Monochromatic Colors of #E5B1AE
Black with #E5B1AE
Text Example
Text Example
White with #E5B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1AE; }
p { color: rgb(229,177,174); }
H1.HeaderClassName
{
color: #E5B1AE;
}
.AnyTagClassName
{
color: #E5B1AE;
}
</style>
background-color css
<style>
a { background-color: #E5B1AE; }
a { background-color: rgb(229,177,174); }
div.DivClassName
{
background-color: #E5B1AE;
}
.BgClassName
{
background-color: #E5B1AE;
}
</style>
border-color css
<style>
span { border-color: #E5B1AE; }
span { border-color: rgb(229,177,174); }
td.TdClassName
{
border-color: #E5B1AE;
}
.TagClassName
{
border-color: #E5B1AE;
}
</style>