Shades of Beauty Bush #EAB7B1
Tints of Beauty Bush #EAB7B1
RGB
CMYK
RGB Variations
Color information
#EAB7B1 (or 0xEAB7B1) is known color: Beauty Bush. HEX triplet: EA, B7 and B1. RGB value is (234,183,177). Sum of RGB (Red+Green+Blue) = 234+183+177=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB7B1 is #15484E. Grayscale: #C5C5C5. Windows color (decimal): -1394767 or 11646954. OLE color: 11646954.
HSL color Cylindrical-coordinate representation of color #EAB7B1: hue angle of 6.32º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB7B1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 177 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.08 |
| HSL | 6.32º | 0.58% | 0.81% | - |
| HSV(B) | 6.32º | 0.24% | 0.92% | - |
| XYZ | 58.8 | 54.53 | 49.02 | - |
| YUV | 197.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 177 | 0 | 0.22 | 0.24 | 0.08 | 6.32 | 0.58 | 0.81 |
| Hex | EA | B7 | B1 | 0 | 16 | 18 | 8 | 6 | 3A | 51 |
| Octal | 352 | 267 | 261 | 0 | 26 | 30 | 10 | 6 | 72 | 121 |
| Binary | 11101010 | 10110111 | 10110001 | 0 | 10110 | 11000 | 1000 | 110 | 111010 | 1010001 |
Color Harmonies of #EAB7B1
Complementary color
Monochromatic Colors of #EAB7B1
Black with #EAB7B1
Text Example
Text Example
White with #EAB7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7B1; }
p { color: rgb(234,183,177); }
H1.HeaderClassName
{
color: #EAB7B1;
}
.AnyTagClassName
{
color: #EAB7B1;
}
</style>
background-color css
<style>
a { background-color: #EAB7B1; }
a { background-color: rgb(234,183,177); }
div.DivClassName
{
background-color: #EAB7B1;
}
.BgClassName
{
background-color: #EAB7B1;
}
</style>
border-color css
<style>
span { border-color: #EAB7B1; }
span { border-color: rgb(234,183,177); }
td.TdClassName
{
border-color: #EAB7B1;
}
.TagClassName
{
border-color: #EAB7B1;
}
</style>