Shades of Beauty Bush #EABBAE
Tints of Beauty Bush #EABBAE
RGB
CMYK
RGB Variations
Color information
#EABBAE (or 0xEABBAE) is known color: Beauty Bush. HEX triplet: EA, BB and AE. RGB value is (234,187,174). Sum of RGB (Red+Green+Blue) = 234+187+174=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBAE is #154451. Grayscale: #C7C7C7. Windows color (decimal): -1393746 or 11451370. OLE color: 11451370.
HSL color Cylindrical-coordinate representation of color #EABBAE: hue angle of 13º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABBAE is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 174 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.08 |
| HSL | 13º | 0.59% | 0.8% | - |
| HSV(B) | 13º | 0.26% | 0.92% | - |
| XYZ | 59.34 | 56.09 | 47.74 | - |
| YUV | 199.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 174 | 0 | 0.20 | 0.26 | 0.08 | 13 | 0.59 | 0.8 |
| Hex | EA | BB | AE | 0 | 14 | 1A | 8 | D | 3B | 50 |
| Octal | 352 | 273 | 256 | 0 | 24 | 32 | 10 | 15 | 73 | 120 |
| Binary | 11101010 | 10111011 | 10101110 | 0 | 10100 | 11010 | 1000 | 1101 | 111011 | 1010000 |
Color Harmonies of #EABBAE
Complementary color
Monochromatic Colors of #EABBAE
Black with #EABBAE
Text Example
Text Example
White with #EABBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBAE; }
p { color: rgb(234,187,174); }
H1.HeaderClassName
{
color: #EABBAE;
}
.AnyTagClassName
{
color: #EABBAE;
}
</style>
background-color css
<style>
a { background-color: #EABBAE; }
a { background-color: rgb(234,187,174); }
div.DivClassName
{
background-color: #EABBAE;
}
.BgClassName
{
background-color: #EABBAE;
}
</style>
border-color css
<style>
span { border-color: #EABBAE; }
span { border-color: rgb(234,187,174); }
td.TdClassName
{
border-color: #EABBAE;
}
.TagClassName
{
border-color: #EABBAE;
}
</style>