Shades of Beauty Bush #E8BDB4
Tints of Beauty Bush #E8BDB4
RGB
CMYK
RGB Variations
Color information
#E8BDB4 (or 0xE8BDB4) is known color: Beauty Bush. HEX triplet: E8, BD and B4. RGB value is (232,189,180). Sum of RGB (Red+Green+Blue) = 232+189+180=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BDB4 is #17424B. Grayscale: #C8C8C8. Windows color (decimal): -1524300 or 11845096. OLE color: 11845096.
HSL color Cylindrical-coordinate representation of color #E8BDB4: hue angle of 10.38º 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 #E8BDB4 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 180 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.09 |
| HSL | 10.38º | 0.53% | 0.81% | - |
| HSV(B) | 10.38º | 0.22% | 0.91% | - |
| XYZ | 59.71 | 56.85 | 51.01 | - |
| YUV | 200.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 180 | 0 | 0.19 | 0.22 | 0.09 | 10.38 | 0.53 | 0.81 |
| Hex | E8 | BD | B4 | 0 | 13 | 16 | 9 | A | 35 | 51 |
| Octal | 350 | 275 | 264 | 0 | 23 | 26 | 11 | 12 | 65 | 121 |
| Binary | 11101000 | 10111101 | 10110100 | 0 | 10011 | 10110 | 1001 | 1010 | 110101 | 1010001 |
Color Harmonies of #E8BDB4
Complementary color
Monochromatic Colors of #E8BDB4
Black with #E8BDB4
Text Example
Text Example
White with #E8BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BDB4; }
p { color: rgb(232,189,180); }
H1.HeaderClassName
{
color: #E8BDB4;
}
.AnyTagClassName
{
color: #E8BDB4;
}
</style>
background-color css
<style>
a { background-color: #E8BDB4; }
a { background-color: rgb(232,189,180); }
div.DivClassName
{
background-color: #E8BDB4;
}
.BgClassName
{
background-color: #E8BDB4;
}
</style>
border-color css
<style>
span { border-color: #E8BDB4; }
span { border-color: rgb(232,189,180); }
td.TdClassName
{
border-color: #E8BDB4;
}
.TagClassName
{
border-color: #E8BDB4;
}
</style>