Shades of Beauty Bush #E8BAB4
Tints of Beauty Bush #E8BAB4
RGB
CMYK
RGB Variations
Color information
#E8BAB4 (or 0xE8BAB4) is known color: Beauty Bush. HEX triplet: E8, BA and B4. RGB value is (232,186,180). Sum of RGB (Red+Green+Blue) = 232+186+180=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAB4 is #17454B. Grayscale: #C7C7C7. Windows color (decimal): -1525068 or 11844328. OLE color: 11844328.
HSL color Cylindrical-coordinate representation of color #E8BAB4: hue angle of 6.92º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8BAB4 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 180 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.09 |
| HSL | 6.92º | 0.53% | 0.81% | - |
| HSV(B) | 6.92º | 0.22% | 0.91% | - |
| XYZ | 59.08 | 55.57 | 50.79 | - |
| YUV | 199.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 180 | 0 | 0.20 | 0.22 | 0.09 | 6.92 | 0.53 | 0.81 |
| Hex | E8 | BA | B4 | 0 | 14 | 16 | 9 | 7 | 35 | 51 |
| Octal | 350 | 272 | 264 | 0 | 24 | 26 | 11 | 7 | 65 | 121 |
| Binary | 11101000 | 10111010 | 10110100 | 0 | 10100 | 10110 | 1001 | 111 | 110101 | 1010001 |
Color Harmonies of #E8BAB4
Complementary color
Monochromatic Colors of #E8BAB4
Black with #E8BAB4
Text Example
Text Example
White with #E8BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAB4; }
p { color: rgb(232,186,180); }
H1.HeaderClassName
{
color: #E8BAB4;
}
.AnyTagClassName
{
color: #E8BAB4;
}
</style>
background-color css
<style>
a { background-color: #E8BAB4; }
a { background-color: rgb(232,186,180); }
div.DivClassName
{
background-color: #E8BAB4;
}
.BgClassName
{
background-color: #E8BAB4;
}
</style>
border-color css
<style>
span { border-color: #E8BAB4; }
span { border-color: rgb(232,186,180); }
td.TdClassName
{
border-color: #E8BAB4;
}
.TagClassName
{
border-color: #E8BAB4;
}
</style>