Shades of Beauty Bush #E5BAB5
Tints of Beauty Bush #E5BAB5
RGB
CMYK
RGB Variations
Color information
#E5BAB5 (or 0xE5BAB5) is known color: Beauty Bush. HEX triplet: E5, BA and B5. RGB value is (229,186,181). Sum of RGB (Red+Green+Blue) = 229+186+181=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAB5 is #1A454A. Grayscale: #C6C6C6. Windows color (decimal): -1721675 or 11909861. OLE color: 11909861.
HSL color Cylindrical-coordinate representation of color #E5BAB5: hue angle of 6.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BAB5 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 186 | 181 | - |
CMYK | 0 | 0.19 | 0.21 | 0.10 |
HSL | 6.25º | 0.48% | 0.8% | - |
HSV(B) | 6.25º | 0.21% | 0.9% | - |
XYZ | 58.21 | 55.11 | 51.29 | - |
YUV | 198.29 | 118.25 | 149.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 186 | 181 | 0 | 0.19 | 0.21 | 0.10 | 6.25 | 0.48 | 0.8 |
Hex | E5 | BA | B5 | 0 | 13 | 15 | A | 6 | 30 | 50 |
Octal | 345 | 272 | 265 | 0 | 23 | 25 | 12 | 6 | 60 | 120 |
Binary | 11100101 | 10111010 | 10110101 | 0 | 10011 | 10101 | 1010 | 110 | 110000 | 1010000 |
Color Harmonies of #E5BAB5
Complementary color
Monochromatic Colors of #E5BAB5
Black with #E5BAB5
Text Example
Text Example
White with #E5BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAB5; }
p { color: rgb(229,186,181); }
H1.HeaderClassName
{
color: #E5BAB5;
}
.AnyTagClassName
{
color: #E5BAB5;
}
</style>
background-color css
<style>
a { background-color: #E5BAB5; }
a { background-color: rgb(229,186,181); }
div.DivClassName
{
background-color: #E5BAB5;
}
.BgClassName
{
background-color: #E5BAB5;
}
</style>
border-color css
<style>
span { border-color: #E5BAB5; }
span { border-color: rgb(229,186,181); }
td.TdClassName
{
border-color: #E5BAB5;
}
.TagClassName
{
border-color: #E5BAB5;
}
</style>