Shades of Beauty Bush #EABBBA
Tints of Beauty Bush #EABBBA
RGB
CMYK
RGB Variations
Color information
#EABBBA (or 0xEABBBA) is known color: Beauty Bush. HEX triplet: EA, BB and BA. RGB value is (234,187,186). Sum of RGB (Red+Green+Blue) = 234+187+186=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBBA is #154445. Grayscale: #C8C8C8. Windows color (decimal): -1393734 or 12237802. OLE color: 12237802.
HSL color Cylindrical-coordinate representation of color #EABBBA: hue angle of 1.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABBBA is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 186 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.08 |
| HSL | 1.25º | 0.53% | 0.82% | - |
| HSV(B) | 1.25º | 0.21% | 0.92% | - |
| XYZ | 60.56 | 56.58 | 54.18 | - |
| YUV | 200.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 186 | 0 | 0.20 | 0.21 | 0.08 | 1.25 | 0.53 | 0.82 |
| Hex | EA | BB | BA | 0 | 14 | 15 | 8 | 1 | 35 | 52 |
| Octal | 352 | 273 | 272 | 0 | 24 | 25 | 10 | 1 | 65 | 122 |
| Binary | 11101010 | 10111011 | 10111010 | 0 | 10100 | 10101 | 1000 | 1 | 110101 | 1010010 |
Color Harmonies of #EABBBA
Complementary color
Monochromatic Colors of #EABBBA
Black with #EABBBA
Text Example
Text Example
White with #EABBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBBA; }
p { color: rgb(234,187,186); }
H1.HeaderClassName
{
color: #EABBBA;
}
.AnyTagClassName
{
color: #EABBBA;
}
</style>
background-color css
<style>
a { background-color: #EABBBA; }
a { background-color: rgb(234,187,186); }
div.DivClassName
{
background-color: #EABBBA;
}
.BgClassName
{
background-color: #EABBBA;
}
</style>
border-color css
<style>
span { border-color: #EABBBA; }
span { border-color: rgb(234,187,186); }
td.TdClassName
{
border-color: #EABBBA;
}
.TagClassName
{
border-color: #EABBBA;
}
</style>