Shades of Beauty Bush #E5B6B4
Tints of Beauty Bush #E5B6B4
RGB
CMYK
RGB Variations
Color information
#E5B6B4 (or 0xE5B6B4) is known color: Beauty Bush. HEX triplet: E5, B6 and B4. RGB value is (229,182,180). Sum of RGB (Red+Green+Blue) = 229+182+180=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B6B4 is #1A494B. Grayscale: #C3C3C3. Windows color (decimal): -1722700 or 11843301. OLE color: 11843301.
HSL color Cylindrical-coordinate representation of color #E5B6B4: hue angle of 2.45º 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 #E5B6B4 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 180 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.10 |
| HSL | 2.45º | 0.49% | 0.8% | - |
| HSV(B) | 2.45º | 0.21% | 0.9% | - |
| XYZ | 57.28 | 53.41 | 50.47 | - |
| YUV | 195.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 180 | 0 | 0.21 | 0.21 | 0.10 | 2.45 | 0.49 | 0.8 |
| Hex | E5 | B6 | B4 | 0 | 15 | 15 | A | 2 | 31 | 50 |
| Octal | 345 | 266 | 264 | 0 | 25 | 25 | 12 | 2 | 61 | 120 |
| Binary | 11100101 | 10110110 | 10110100 | 0 | 10101 | 10101 | 1010 | 10 | 110001 | 1010000 |
Color Harmonies of #E5B6B4
Complementary color
Monochromatic Colors of #E5B6B4
Black with #E5B6B4
Text Example
Text Example
White with #E5B6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B6B4; }
p { color: rgb(229,182,180); }
H1.HeaderClassName
{
color: #E5B6B4;
}
.AnyTagClassName
{
color: #E5B6B4;
}
</style>
background-color css
<style>
a { background-color: #E5B6B4; }
a { background-color: rgb(229,182,180); }
div.DivClassName
{
background-color: #E5B6B4;
}
.BgClassName
{
background-color: #E5B6B4;
}
</style>
border-color css
<style>
span { border-color: #E5B6B4; }
span { border-color: rgb(229,182,180); }
td.TdClassName
{
border-color: #E5B6B4;
}
.TagClassName
{
border-color: #E5B6B4;
}
</style>