Shades of Beauty Bush #E9B9B3
Tints of Beauty Bush #E9B9B3
RGB
CMYK
RGB Variations
Color information
#E9B9B3 (or 0xE9B9B3) is known color: Beauty Bush. HEX triplet: E9, B9 and B3. RGB value is (233,185,179). Sum of RGB (Red+Green+Blue) = 233+185+179=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B9B3 is #16464C. Grayscale: #C6C6C6. Windows color (decimal): -1459789 or 11778537. OLE color: 11778537.
HSL color Cylindrical-coordinate representation of color #E9B9B3: hue angle of 6.67º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9B9B3 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 185 | 179 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.09 |
| HSL | 6.67º | 0.55% | 0.81% | - |
| HSV(B) | 6.67º | 0.23% | 0.91% | - |
| XYZ | 59.09 | 55.28 | 50.2 | - |
| YUV | 198.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 185 | 179 | 0 | 0.21 | 0.23 | 0.09 | 6.67 | 0.55 | 0.81 |
| Hex | E9 | B9 | B3 | 0 | 15 | 17 | 9 | 7 | 37 | 51 |
| Octal | 351 | 271 | 263 | 0 | 25 | 27 | 11 | 7 | 67 | 121 |
| Binary | 11101001 | 10111001 | 10110011 | 0 | 10101 | 10111 | 1001 | 111 | 110111 | 1010001 |
Color Harmonies of #E9B9B3
Complementary color
Monochromatic Colors of #E9B9B3
Black with #E9B9B3
Text Example
Text Example
White with #E9B9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B9B3; }
p { color: rgb(233,185,179); }
H1.HeaderClassName
{
color: #E9B9B3;
}
.AnyTagClassName
{
color: #E9B9B3;
}
</style>
background-color css
<style>
a { background-color: #E9B9B3; }
a { background-color: rgb(233,185,179); }
div.DivClassName
{
background-color: #E9B9B3;
}
.BgClassName
{
background-color: #E9B9B3;
}
</style>
border-color css
<style>
span { border-color: #E9B9B3; }
span { border-color: rgb(233,185,179); }
td.TdClassName
{
border-color: #E9B9B3;
}
.TagClassName
{
border-color: #E9B9B3;
}
</style>