Shades of Beauty Bush #E9BBBA
Tints of Beauty Bush #E9BBBA
RGB
CMYK
RGB Variations
Color information
#E9BBBA (or 0xE9BBBA) is known color: Beauty Bush. HEX triplet: E9, BB and BA. RGB value is (233,187,186). Sum of RGB (Red+Green+Blue) = 233+187+186=606 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.45% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BBBA is #164445. Grayscale: #C8C8C8. Windows color (decimal): -1459270 or 12237801. OLE color: 12237801.
HSL color Cylindrical-coordinate representation of color #E9BBBA: hue angle of 1.28º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9BBBA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 187 | 186 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.09 |
| HSL | 1.28º | 0.52% | 0.82% | - |
| HSV(B) | 1.28º | 0.2% | 0.91% | - |
| XYZ | 60.24 | 56.41 | 54.17 | - |
| YUV | 200.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 187 | 186 | 0 | 0.20 | 0.20 | 0.09 | 1.28 | 0.52 | 0.82 |
| Hex | E9 | BB | BA | 0 | 14 | 14 | 9 | 1 | 34 | 52 |
| Octal | 351 | 273 | 272 | 0 | 24 | 24 | 11 | 1 | 64 | 122 |
| Binary | 11101001 | 10111011 | 10111010 | 0 | 10100 | 10100 | 1001 | 1 | 110100 | 1010010 |
Color Harmonies of #E9BBBA
Complementary color
Monochromatic Colors of #E9BBBA
Black with #E9BBBA
Text Example
Text Example
White with #E9BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BBBA; }
p { color: rgb(233,187,186); }
H1.HeaderClassName
{
color: #E9BBBA;
}
.AnyTagClassName
{
color: #E9BBBA;
}
</style>
background-color css
<style>
a { background-color: #E9BBBA; }
a { background-color: rgb(233,187,186); }
div.DivClassName
{
background-color: #E9BBBA;
}
.BgClassName
{
background-color: #E9BBBA;
}
</style>
border-color css
<style>
span { border-color: #E9BBBA; }
span { border-color: rgb(233,187,186); }
td.TdClassName
{
border-color: #E9BBBA;
}
.TagClassName
{
border-color: #E9BBBA;
}
</style>