Shades of Beauty Bush #E1BDBC
Tints of Beauty Bush #E1BDBC
RGB
CMYK
RGB Variations
Color information
#E1BDBC (or 0xE1BDBC) is known color: Beauty Bush. HEX triplet: E1, BD and BC. RGB value is (225,189,188). Sum of RGB (Red+Green+Blue) = 225+189+188=602 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.38% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BDBC is #1E4243. Grayscale: #C7C7C7. Windows color (decimal): -1983044 or 12369377. OLE color: 12369377.
HSL color Cylindrical-coordinate representation of color #E1BDBC: hue angle of 1.62º 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 #E1BDBC is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 188 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.12 |
| HSL | 1.62º | 0.38% | 0.81% | - |
| HSV(B) | 1.62º | 0.16% | 0.88% | - |
| XYZ | 58.33 | 56.03 | 55.32 | - |
| YUV | 199.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 188 | 0 | 0.16 | 0.16 | 0.12 | 1.62 | 0.38 | 0.81 |
| Hex | E1 | BD | BC | 0 | 10 | 10 | C | 2 | 26 | 51 |
| Octal | 341 | 275 | 274 | 0 | 20 | 20 | 14 | 2 | 46 | 121 |
| Binary | 11100001 | 10111101 | 10111100 | 0 | 10000 | 10000 | 1100 | 10 | 100110 | 1010001 |
Color Harmonies of #E1BDBC
Complementary color
Monochromatic Colors of #E1BDBC
Black with #E1BDBC
Text Example
Text Example
White with #E1BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BDBC; }
p { color: rgb(225,189,188); }
H1.HeaderClassName
{
color: #E1BDBC;
}
.AnyTagClassName
{
color: #E1BDBC;
}
</style>
background-color css
<style>
a { background-color: #E1BDBC; }
a { background-color: rgb(225,189,188); }
div.DivClassName
{
background-color: #E1BDBC;
}
.BgClassName
{
background-color: #E1BDBC;
}
</style>
border-color css
<style>
span { border-color: #E1BDBC; }
span { border-color: rgb(225,189,188); }
td.TdClassName
{
border-color: #E1BDBC;
}
.TagClassName
{
border-color: #E1BDBC;
}
</style>