Shades of Beauty Bush #E1C1BF
Tints of Beauty Bush #E1C1BF
RGB
CMYK
RGB Variations
Color information
#E1C1BF (or 0xE1C1BF) is known color: Beauty Bush. HEX triplet: E1, C1 and BF. RGB value is (225,193,191). Sum of RGB (Red+Green+Blue) = 225+193+191=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C1BF is #1E3E40. Grayscale: #CACACA. Windows color (decimal): -1982017 or 12567009. OLE color: 12567009.
HSL color Cylindrical-coordinate representation of color #E1C1BF: hue angle of 3.53º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C1BF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 191 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.12 |
| HSL | 3.53º | 0.36% | 0.82% | - |
| HSV(B) | 3.53º | 0.15% | 0.88% | - |
| XYZ | 59.53 | 57.91 | 57.33 | - |
| YUV | 202.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 191 | 0 | 0.14 | 0.15 | 0.12 | 3.53 | 0.36 | 0.82 |
| Hex | E1 | C1 | BF | 0 | E | F | C | 4 | 24 | 52 |
| Octal | 341 | 301 | 277 | 0 | 16 | 17 | 14 | 4 | 44 | 122 |
| Binary | 11100001 | 11000001 | 10111111 | 0 | 1110 | 1111 | 1100 | 100 | 100100 | 1010010 |
Color Harmonies of #E1C1BF
Complementary color
Monochromatic Colors of #E1C1BF
Black with #E1C1BF
Text Example
Text Example
White with #E1C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C1BF; }
p { color: rgb(225,193,191); }
H1.HeaderClassName
{
color: #E1C1BF;
}
.AnyTagClassName
{
color: #E1C1BF;
}
</style>
background-color css
<style>
a { background-color: #E1C1BF; }
a { background-color: rgb(225,193,191); }
div.DivClassName
{
background-color: #E1C1BF;
}
.BgClassName
{
background-color: #E1C1BF;
}
</style>
border-color css
<style>
span { border-color: #E1C1BF; }
span { border-color: rgb(225,193,191); }
td.TdClassName
{
border-color: #E1C1BF;
}
.TagClassName
{
border-color: #E1C1BF;
}
</style>