Shades of Beauty Bush #E5B1AF
Tints of Beauty Bush #E5B1AF
RGB
CMYK
RGB Variations
Color information
#E5B1AF (or 0xE5B1AF) is known color: Beauty Bush. HEX triplet: E5, B1 and AF. RGB value is (229,177,175). Sum of RGB (Red+Green+Blue) = 229+177+175=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B1AF is #1A4E50. Grayscale: #C0C0C0. Windows color (decimal): -1723985 or 11514341. OLE color: 11514341.
HSL color Cylindrical-coordinate representation of color #E5B1AF: hue angle of 2.22º 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 #E5B1AF is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 175 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.10 |
| HSL | 2.22º | 0.51% | 0.79% | - |
| HSV(B) | 2.22º | 0.24% | 0.9% | - |
| XYZ | 55.77 | 51.2 | 47.5 | - |
| YUV | 192.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 175 | 0 | 0.23 | 0.24 | 0.10 | 2.22 | 0.51 | 0.79 |
| Hex | E5 | B1 | AF | 0 | 17 | 18 | A | 2 | 33 | 4F |
| Octal | 345 | 261 | 257 | 0 | 27 | 30 | 12 | 2 | 63 | 117 |
| Binary | 11100101 | 10110001 | 10101111 | 0 | 10111 | 11000 | 1010 | 10 | 110011 | 1001111 |
Color Harmonies of #E5B1AF
Complementary color
Monochromatic Colors of #E5B1AF
Black with #E5B1AF
Text Example
Text Example
White with #E5B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1AF; }
p { color: rgb(229,177,175); }
H1.HeaderClassName
{
color: #E5B1AF;
}
.AnyTagClassName
{
color: #E5B1AF;
}
</style>
background-color css
<style>
a { background-color: #E5B1AF; }
a { background-color: rgb(229,177,175); }
div.DivClassName
{
background-color: #E5B1AF;
}
.BgClassName
{
background-color: #E5B1AF;
}
</style>
border-color css
<style>
span { border-color: #E5B1AF; }
span { border-color: rgb(229,177,175); }
td.TdClassName
{
border-color: #E5B1AF;
}
.TagClassName
{
border-color: #E5B1AF;
}
</style>