Shades of Beauty Bush #E2C1BE
Tints of Beauty Bush #E2C1BE
RGB
CMYK
RGB Variations
Color information
#E2C1BE (or 0xE2C1BE) is known color: Beauty Bush. HEX triplet: E2, C1 and BE. RGB value is (226,193,190). Sum of RGB (Red+Green+Blue) = 226+193+190=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C1BE is #1D3E41. Grayscale: #CACACA. Windows color (decimal): -1916482 or 12501474. OLE color: 12501474.
HSL color Cylindrical-coordinate representation of color #E2C1BE: hue angle of 5º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2C1BE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 190 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.11 |
| HSL | 5º | 0.38% | 0.82% | - |
| HSV(B) | 5º | 0.16% | 0.89% | - |
| XYZ | 59.73 | 58.03 | 56.77 | - |
| YUV | 202.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 190 | 0 | 0.15 | 0.16 | 0.11 | 5 | 0.38 | 0.82 |
| Hex | E2 | C1 | BE | 0 | F | 10 | B | 5 | 26 | 52 |
| Octal | 342 | 301 | 276 | 0 | 17 | 20 | 13 | 5 | 46 | 122 |
| Binary | 11100010 | 11000001 | 10111110 | 0 | 1111 | 10000 | 1011 | 101 | 100110 | 1010010 |
Color Harmonies of #E2C1BE
Complementary color
Monochromatic Colors of #E2C1BE
Black with #E2C1BE
Text Example
Text Example
White with #E2C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C1BE; }
p { color: rgb(226,193,190); }
H1.HeaderClassName
{
color: #E2C1BE;
}
.AnyTagClassName
{
color: #E2C1BE;
}
</style>
background-color css
<style>
a { background-color: #E2C1BE; }
a { background-color: rgb(226,193,190); }
div.DivClassName
{
background-color: #E2C1BE;
}
.BgClassName
{
background-color: #E2C1BE;
}
</style>
border-color css
<style>
span { border-color: #E2C1BE; }
span { border-color: rgb(226,193,190); }
td.TdClassName
{
border-color: #E2C1BE;
}
.TagClassName
{
border-color: #E2C1BE;
}
</style>