Shades of Beauty Bush #E1BDBD
Tints of Beauty Bush #E1BDBD
RGB
CMYK
RGB Variations
Color information
#E1BDBD (or 0xE1BDBD) is known color: Beauty Bush. HEX triplet: E1, BD and BD. RGB value is (225,189,189). Sum of RGB (Red+Green+Blue) = 225+189+189=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDBD is #1E4242. Grayscale: #C7C7C7. Windows color (decimal): -1983043 or 12434913. OLE color: 12434913.
HSL color Cylindrical-coordinate representation of color #E1BDBD: hue angle of 0º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1BDBD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 189 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 0º | 0.38% | 0.81% | - |
| HSV(B) | 0º | 0.16% | 0.88% | - |
| XYZ | 58.43 | 56.08 | 55.89 | - |
| YUV | 199.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 189 | 0 | 0.16 | 0.16 | 0.12 | 0 | 0.38 | 0.81 |
| Hex | E1 | BD | BD | 0 | 10 | 10 | C | 0 | 26 | 51 |
| Octal | 341 | 275 | 275 | 0 | 20 | 20 | 14 | 0 | 46 | 121 |
| Binary | 11100001 | 10111101 | 10111101 | 0 | 10000 | 10000 | 1100 | 0 | 100110 | 1010001 |
Color Harmonies of #E1BDBD
Complementary color
Monochromatic Colors of #E1BDBD
Black with #E1BDBD
Text Example
Text Example
White with #E1BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDBD; }
p { color: rgb(225,189,189); }
H1.HeaderClassName
{
color: #E1BDBD;
}
.AnyTagClassName
{
color: #E1BDBD;
}
</style>
background-color css
<style>
a { background-color: #E1BDBD; }
a { background-color: rgb(225,189,189); }
div.DivClassName
{
background-color: #E1BDBD;
}
.BgClassName
{
background-color: #E1BDBD;
}
</style>
border-color css
<style>
span { border-color: #E1BDBD; }
span { border-color: rgb(225,189,189); }
td.TdClassName
{
border-color: #E1BDBD;
}
.TagClassName
{
border-color: #E1BDBD;
}
</style>