Shades of Beauty Bush #E8C2BB
Tints of Beauty Bush #E8C2BB
RGB
CMYK
RGB Variations
Color information
#E8C2BB (or 0xE8C2BB) is known color: Beauty Bush. HEX triplet: E8, C2 and BB. RGB value is (232,194,187). Sum of RGB (Red+Green+Blue) = 232+194+187=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C2BB is #173D44. Grayscale: #CCCCCC. Windows color (decimal): -1523013 or 12305128. OLE color: 12305128.
HSL color Cylindrical-coordinate representation of color #E8C2BB: hue angle of 9.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8C2BB is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 187 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.09 |
| HSL | 9.33º | 0.49% | 0.82% | - |
| HSV(B) | 9.33º | 0.19% | 0.91% | - |
| XYZ | 61.54 | 59.33 | 55.22 | - |
| YUV | 204.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 187 | 0 | 0.16 | 0.19 | 0.09 | 9.33 | 0.49 | 0.82 |
| Hex | E8 | C2 | BB | 0 | 10 | 13 | 9 | 9 | 31 | 52 |
| Octal | 350 | 302 | 273 | 0 | 20 | 23 | 11 | 11 | 61 | 122 |
| Binary | 11101000 | 11000010 | 10111011 | 0 | 10000 | 10011 | 1001 | 1001 | 110001 | 1010010 |
Color Harmonies of #E8C2BB
Complementary color
Monochromatic Colors of #E8C2BB
Black with #E8C2BB
Text Example
Text Example
White with #E8C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C2BB; }
p { color: rgb(232,194,187); }
H1.HeaderClassName
{
color: #E8C2BB;
}
.AnyTagClassName
{
color: #E8C2BB;
}
</style>
background-color css
<style>
a { background-color: #E8C2BB; }
a { background-color: rgb(232,194,187); }
div.DivClassName
{
background-color: #E8C2BB;
}
.BgClassName
{
background-color: #E8C2BB;
}
</style>
border-color css
<style>
span { border-color: #E8C2BB; }
span { border-color: rgb(232,194,187); }
td.TdClassName
{
border-color: #E8C2BB;
}
.TagClassName
{
border-color: #E8C2BB;
}
</style>