Shades of Beauty Bush #EABAB0
Tints of Beauty Bush #EABAB0
RGB
CMYK
RGB Variations
Color information
#EABAB0 (or 0xEABAB0) is known color: Beauty Bush. HEX triplet: EA, BA and B0. RGB value is (234,186,176). Sum of RGB (Red+Green+Blue) = 234+186+176=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAB0 is #15454F. Grayscale: #C7C7C7. Windows color (decimal): -1394000 or 11582186. OLE color: 11582186.
HSL color Cylindrical-coordinate representation of color #EABAB0: hue angle of 10.34º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABAB0 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 176 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.08 |
| HSL | 10.34º | 0.58% | 0.8% | - |
| HSV(B) | 10.34º | 0.25% | 0.92% | - |
| XYZ | 59.33 | 55.74 | 48.71 | - |
| YUV | 199.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 176 | 0 | 0.21 | 0.25 | 0.08 | 10.34 | 0.58 | 0.8 |
| Hex | EA | BA | B0 | 0 | 15 | 19 | 8 | A | 3A | 50 |
| Octal | 352 | 272 | 260 | 0 | 25 | 31 | 10 | 12 | 72 | 120 |
| Binary | 11101010 | 10111010 | 10110000 | 0 | 10101 | 11001 | 1000 | 1010 | 111010 | 1010000 |
Color Harmonies of #EABAB0
Complementary color
Monochromatic Colors of #EABAB0
Black with #EABAB0
Text Example
Text Example
White with #EABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAB0; }
p { color: rgb(234,186,176); }
H1.HeaderClassName
{
color: #EABAB0;
}
.AnyTagClassName
{
color: #EABAB0;
}
</style>
background-color css
<style>
a { background-color: #EABAB0; }
a { background-color: rgb(234,186,176); }
div.DivClassName
{
background-color: #EABAB0;
}
.BgClassName
{
background-color: #EABAB0;
}
</style>
border-color css
<style>
span { border-color: #EABAB0; }
span { border-color: rgb(234,186,176); }
td.TdClassName
{
border-color: #EABAB0;
}
.TagClassName
{
border-color: #EABAB0;
}
</style>