Shades of Beauty Bush #EAB5B0
Tints of Beauty Bush #EAB5B0
RGB
CMYK
RGB Variations
Color information
#EAB5B0 (or 0xEAB5B0) is known color: Beauty Bush. HEX triplet: EA, B5 and B0. RGB value is (234,181,176). Sum of RGB (Red+Green+Blue) = 234+181+176=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5B0 is #154A4F. Grayscale: #C4C4C4. Windows color (decimal): -1395280 or 11580906. OLE color: 11580906.
HSL color Cylindrical-coordinate representation of color #EAB5B0: hue angle of 5.17º 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 #EAB5B0 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 176 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.08 |
| HSL | 5.17º | 0.58% | 0.8% | - |
| HSV(B) | 5.17º | 0.25% | 0.92% | - |
| XYZ | 58.29 | 53.67 | 48.36 | - |
| YUV | 196.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 176 | 0 | 0.23 | 0.25 | 0.08 | 5.17 | 0.58 | 0.8 |
| Hex | EA | B5 | B0 | 0 | 17 | 19 | 8 | 5 | 3A | 50 |
| Octal | 352 | 265 | 260 | 0 | 27 | 31 | 10 | 5 | 72 | 120 |
| Binary | 11101010 | 10110101 | 10110000 | 0 | 10111 | 11001 | 1000 | 101 | 111010 | 1010000 |
Color Harmonies of #EAB5B0
Complementary color
Monochromatic Colors of #EAB5B0
Black with #EAB5B0
Text Example
Text Example
White with #EAB5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5B0; }
p { color: rgb(234,181,176); }
H1.HeaderClassName
{
color: #EAB5B0;
}
.AnyTagClassName
{
color: #EAB5B0;
}
</style>
background-color css
<style>
a { background-color: #EAB5B0; }
a { background-color: rgb(234,181,176); }
div.DivClassName
{
background-color: #EAB5B0;
}
.BgClassName
{
background-color: #EAB5B0;
}
</style>
border-color css
<style>
span { border-color: #EAB5B0; }
span { border-color: rgb(234,181,176); }
td.TdClassName
{
border-color: #EAB5B0;
}
.TagClassName
{
border-color: #EAB5B0;
}
</style>