Shades of Beauty Bush #E9B7B5
Tints of Beauty Bush #E9B7B5
RGB
CMYK
RGB Variations
Color information
#E9B7B5 (or 0xE9B7B5) is known color: Beauty Bush. HEX triplet: E9, B7 and B5. RGB value is (233,183,181). Sum of RGB (Red+Green+Blue) = 233+183+181=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B7B5 is #16484A. Grayscale: #C5C5C5. Windows color (decimal): -1460299 or 11909097. OLE color: 11909097.
HSL color Cylindrical-coordinate representation of color #E9B7B5: hue angle of 2.31º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E9B7B5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 183 | 181 | - |
CMYK | 0 | 0.21 | 0.22 | 0.09 |
HSL | 2.31º | 0.54% | 0.81% | - |
HSV(B) | 2.31º | 0.22% | 0.91% | - |
XYZ | 58.88 | 54.53 | 51.14 | - |
YUV | 197.72 | 118.57 | 153.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 183 | 181 | 0 | 0.21 | 0.22 | 0.09 | 2.31 | 0.54 | 0.81 |
Hex | E9 | B7 | B5 | 0 | 15 | 16 | 9 | 2 | 36 | 51 |
Octal | 351 | 267 | 265 | 0 | 25 | 26 | 11 | 2 | 66 | 121 |
Binary | 11101001 | 10110111 | 10110101 | 0 | 10101 | 10110 | 1001 | 10 | 110110 | 1010001 |
Color Harmonies of #E9B7B5
Complementary color
Monochromatic Colors of #E9B7B5
Black with #E9B7B5
Text Example
Text Example
White with #E9B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B7B5; }
p { color: rgb(233,183,181); }
H1.HeaderClassName
{
color: #E9B7B5;
}
.AnyTagClassName
{
color: #E9B7B5;
}
</style>
background-color css
<style>
a { background-color: #E9B7B5; }
a { background-color: rgb(233,183,181); }
div.DivClassName
{
background-color: #E9B7B5;
}
.BgClassName
{
background-color: #E9B7B5;
}
</style>
border-color css
<style>
span { border-color: #E9B7B5; }
span { border-color: rgb(233,183,181); }
td.TdClassName
{
border-color: #E9B7B5;
}
.TagClassName
{
border-color: #E9B7B5;
}
</style>