Shades of Beauty Bush #E2C2BF
Tints of Beauty Bush #E2C2BF
RGB
CMYK
RGB Variations
Color information
#E2C2BF (or 0xE2C2BF) is known color: Beauty Bush. HEX triplet: E2, C2 and BF. RGB value is (226,194,191). Sum of RGB (Red+Green+Blue) = 226+194+191=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C2BF is #1D3D40. Grayscale: #CBCBCB. Windows color (decimal): -1916225 or 12567266. OLE color: 12567266.
HSL color Cylindrical-coordinate representation of color #E2C2BF: hue angle of 5.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2C2BF is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 191 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.11 |
| HSL | 5.14º | 0.38% | 0.82% | - |
| HSV(B) | 5.14º | 0.15% | 0.89% | - |
| XYZ | 60.06 | 58.51 | 57.42 | - |
| YUV | 203.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 191 | 0 | 0.14 | 0.15 | 0.11 | 5.14 | 0.38 | 0.82 |
| Hex | E2 | C2 | BF | 0 | E | F | B | 5 | 26 | 52 |
| Octal | 342 | 302 | 277 | 0 | 16 | 17 | 13 | 5 | 46 | 122 |
| Binary | 11100010 | 11000010 | 10111111 | 0 | 1110 | 1111 | 1011 | 101 | 100110 | 1010010 |
Color Harmonies of #E2C2BF
Complementary color
Monochromatic Colors of #E2C2BF
Black with #E2C2BF
Text Example
Text Example
White with #E2C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C2BF; }
p { color: rgb(226,194,191); }
H1.HeaderClassName
{
color: #E2C2BF;
}
.AnyTagClassName
{
color: #E2C2BF;
}
</style>
background-color css
<style>
a { background-color: #E2C2BF; }
a { background-color: rgb(226,194,191); }
div.DivClassName
{
background-color: #E2C2BF;
}
.BgClassName
{
background-color: #E2C2BF;
}
</style>
border-color css
<style>
span { border-color: #E2C2BF; }
span { border-color: rgb(226,194,191); }
td.TdClassName
{
border-color: #E2C2BF;
}
.TagClassName
{
border-color: #E2C2BF;
}
</style>