Shades of Beauty Bush #EABAB1
Tints of Beauty Bush #EABAB1
RGB
CMYK
RGB Variations
Color information
#EABAB1 (or 0xEABAB1) is known color: Beauty Bush. HEX triplet: EA, BA and B1. RGB value is (234,186,177). Sum of RGB (Red+Green+Blue) = 234+186+177=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAB1 is #15454E. Grayscale: #C7C7C7. Windows color (decimal): -1393999 or 11647722. OLE color: 11647722.
HSL color Cylindrical-coordinate representation of color #EABAB1: hue angle of 9.47º 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 #EABAB1 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 177 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.08 |
| HSL | 9.47º | 0.58% | 0.81% | - |
| HSV(B) | 9.47º | 0.24% | 0.92% | - |
| XYZ | 59.43 | 55.78 | 49.23 | - |
| YUV | 199.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 177 | 0 | 0.21 | 0.24 | 0.08 | 9.47 | 0.58 | 0.81 |
| Hex | EA | BA | B1 | 0 | 15 | 18 | 8 | 9 | 3A | 51 |
| Octal | 352 | 272 | 261 | 0 | 25 | 30 | 10 | 11 | 72 | 121 |
| Binary | 11101010 | 10111010 | 10110001 | 0 | 10101 | 11000 | 1000 | 1001 | 111010 | 1010001 |
Color Harmonies of #EABAB1
Complementary color
Monochromatic Colors of #EABAB1
Black with #EABAB1
Text Example
Text Example
White with #EABAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAB1; }
p { color: rgb(234,186,177); }
H1.HeaderClassName
{
color: #EABAB1;
}
.AnyTagClassName
{
color: #EABAB1;
}
</style>
background-color css
<style>
a { background-color: #EABAB1; }
a { background-color: rgb(234,186,177); }
div.DivClassName
{
background-color: #EABAB1;
}
.BgClassName
{
background-color: #EABAB1;
}
</style>
border-color css
<style>
span { border-color: #EABAB1; }
span { border-color: rgb(234,186,177); }
td.TdClassName
{
border-color: #EABAB1;
}
.TagClassName
{
border-color: #EABAB1;
}
</style>