Shades of Beauty Bush #EAB1AE
Tints of Beauty Bush #EAB1AE
RGB
CMYK
RGB Variations
Color information
#EAB1AE (or 0xEAB1AE) is known color: Beauty Bush. HEX triplet: EA, B1 and AE. RGB value is (234,177,174). Sum of RGB (Red+Green+Blue) = 234+177+174=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB1AE is #154E51. Grayscale: #C1C1C1. Windows color (decimal): -1396306 or 11448810. OLE color: 11448810.
HSL color Cylindrical-coordinate representation of color #EAB1AE: hue angle of 3º 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 #EAB1AE is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 174 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.08 |
| HSL | 3º | 0.59% | 0.8% | - |
| HSV(B) | 3º | 0.26% | 0.92% | - |
| XYZ | 57.29 | 51.99 | 47.06 | - |
| YUV | 193.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 174 | 0 | 0.24 | 0.26 | 0.08 | 3 | 0.59 | 0.8 |
| Hex | EA | B1 | AE | 0 | 18 | 1A | 8 | 3 | 3B | 50 |
| Octal | 352 | 261 | 256 | 0 | 30 | 32 | 10 | 3 | 73 | 120 |
| Binary | 11101010 | 10110001 | 10101110 | 0 | 11000 | 11010 | 1000 | 11 | 111011 | 1010000 |
Color Harmonies of #EAB1AE
Complementary color
Monochromatic Colors of #EAB1AE
Black with #EAB1AE
Text Example
Text Example
White with #EAB1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1AE; }
p { color: rgb(234,177,174); }
H1.HeaderClassName
{
color: #EAB1AE;
}
.AnyTagClassName
{
color: #EAB1AE;
}
</style>
background-color css
<style>
a { background-color: #EAB1AE; }
a { background-color: rgb(234,177,174); }
div.DivClassName
{
background-color: #EAB1AE;
}
.BgClassName
{
background-color: #EAB1AE;
}
</style>
border-color css
<style>
span { border-color: #EAB1AE; }
span { border-color: rgb(234,177,174); }
td.TdClassName
{
border-color: #EAB1AE;
}
.TagClassName
{
border-color: #EAB1AE;
}
</style>