Shades of Beauty Bush #E9BAB9
Tints of Beauty Bush #E9BAB9
RGB
CMYK
RGB Variations
Color information
#E9BAB9 (or 0xE9BAB9) is known color: Beauty Bush. HEX triplet: E9, BA and B9. RGB value is (233,186,185). Sum of RGB (Red+Green+Blue) = 233+186+185=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAB9 is #164546. Grayscale: #C7C7C7. Windows color (decimal): -1459527 or 12172009. OLE color: 12172009.
HSL color Cylindrical-coordinate representation of color #E9BAB9: hue angle of 1.25º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9BAB9 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 185 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.09 |
| HSL | 1.25º | 0.52% | 0.82% | - |
| HSV(B) | 1.25º | 0.21% | 0.91% | - |
| XYZ | 59.92 | 55.94 | 53.54 | - |
| YUV | 199.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 185 | 0 | 0.20 | 0.21 | 0.09 | 1.25 | 0.52 | 0.82 |
| Hex | E9 | BA | B9 | 0 | 14 | 15 | 9 | 1 | 34 | 52 |
| Octal | 351 | 272 | 271 | 0 | 24 | 25 | 11 | 1 | 64 | 122 |
| Binary | 11101001 | 10111010 | 10111001 | 0 | 10100 | 10101 | 1001 | 1 | 110100 | 1010010 |
Color Harmonies of #E9BAB9
Complementary color
Monochromatic Colors of #E9BAB9
Black with #E9BAB9
Text Example
Text Example
White with #E9BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BAB9; }
p { color: rgb(233,186,185); }
H1.HeaderClassName
{
color: #E9BAB9;
}
.AnyTagClassName
{
color: #E9BAB9;
}
</style>
background-color css
<style>
a { background-color: #E9BAB9; }
a { background-color: rgb(233,186,185); }
div.DivClassName
{
background-color: #E9BAB9;
}
.BgClassName
{
background-color: #E9BAB9;
}
</style>
border-color css
<style>
span { border-color: #E9BAB9; }
span { border-color: rgb(233,186,185); }
td.TdClassName
{
border-color: #E9BAB9;
}
.TagClassName
{
border-color: #E9BAB9;
}
</style>