Shades of Beauty Bush #EAB9B0
Tints of Beauty Bush #EAB9B0
RGB
CMYK
RGB Variations
Color information
#EAB9B0 (or 0xEAB9B0) is known color: Beauty Bush. HEX triplet: EA, B9 and B0. RGB value is (234,185,176). Sum of RGB (Red+Green+Blue) = 234+185+176=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB9B0 is #15464F. Grayscale: #C6C6C6. Windows color (decimal): -1394256 or 11581930. OLE color: 11581930.
HSL color Cylindrical-coordinate representation of color #EAB9B0: hue angle of 9.31º 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 #EAB9B0 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 176 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.08 |
| HSL | 9.31º | 0.58% | 0.8% | - |
| HSV(B) | 9.31º | 0.25% | 0.92% | - |
| XYZ | 59.12 | 55.32 | 48.64 | - |
| YUV | 198.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 176 | 0 | 0.21 | 0.25 | 0.08 | 9.31 | 0.58 | 0.8 |
| Hex | EA | B9 | B0 | 0 | 15 | 19 | 8 | 9 | 3A | 50 |
| Octal | 352 | 271 | 260 | 0 | 25 | 31 | 10 | 11 | 72 | 120 |
| Binary | 11101010 | 10111001 | 10110000 | 0 | 10101 | 11001 | 1000 | 1001 | 111010 | 1010000 |
Color Harmonies of #EAB9B0
Complementary color
Monochromatic Colors of #EAB9B0
Black with #EAB9B0
Text Example
Text Example
White with #EAB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9B0; }
p { color: rgb(234,185,176); }
H1.HeaderClassName
{
color: #EAB9B0;
}
.AnyTagClassName
{
color: #EAB9B0;
}
</style>
background-color css
<style>
a { background-color: #EAB9B0; }
a { background-color: rgb(234,185,176); }
div.DivClassName
{
background-color: #EAB9B0;
}
.BgClassName
{
background-color: #EAB9B0;
}
</style>
border-color css
<style>
span { border-color: #EAB9B0; }
span { border-color: rgb(234,185,176); }
td.TdClassName
{
border-color: #EAB9B0;
}
.TagClassName
{
border-color: #EAB9B0;
}
</style>