Shades of Beauty Bush #E5B7B4
Tints of Beauty Bush #E5B7B4
RGB
CMYK
RGB Variations
Color information
#E5B7B4 (or 0xE5B7B4) is known color: Beauty Bush. HEX triplet: E5, B7 and B4. RGB value is (229,183,180). Sum of RGB (Red+Green+Blue) = 229+183+180=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 183 (71.88% from 255 or 30.91% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B7B4 is #1A484B. Grayscale: #C4C4C4. Windows color (decimal): -1722444 or 11843557. OLE color: 11843557.
HSL color Cylindrical-coordinate representation of color #E5B7B4: hue angle of 3.67º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B7B4 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 180 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.10 |
| HSL | 3.67º | 0.49% | 0.8% | - |
| HSV(B) | 3.67º | 0.21% | 0.9% | - |
| XYZ | 57.48 | 53.82 | 50.54 | - |
| YUV | 196.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 180 | 0 | 0.20 | 0.21 | 0.10 | 3.67 | 0.49 | 0.8 |
| Hex | E5 | B7 | B4 | 0 | 14 | 15 | A | 4 | 31 | 50 |
| Octal | 345 | 267 | 264 | 0 | 24 | 25 | 12 | 4 | 61 | 120 |
| Binary | 11100101 | 10110111 | 10110100 | 0 | 10100 | 10101 | 1010 | 100 | 110001 | 1010000 |
Color Harmonies of #E5B7B4
Complementary color
Monochromatic Colors of #E5B7B4
Black with #E5B7B4
Text Example
Text Example
White with #E5B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7B4; }
p { color: rgb(229,183,180); }
H1.HeaderClassName
{
color: #E5B7B4;
}
.AnyTagClassName
{
color: #E5B7B4;
}
</style>
background-color css
<style>
a { background-color: #E5B7B4; }
a { background-color: rgb(229,183,180); }
div.DivClassName
{
background-color: #E5B7B4;
}
.BgClassName
{
background-color: #E5B7B4;
}
</style>
border-color css
<style>
span { border-color: #E5B7B4; }
span { border-color: rgb(229,183,180); }
td.TdClassName
{
border-color: #E5B7B4;
}
.TagClassName
{
border-color: #E5B7B4;
}
</style>