Shades of Beauty Bush #EABCB9
Tints of Beauty Bush #EABCB9
RGB
CMYK
RGB Variations
Color information
#EABCB9 (or 0xEABCB9) is known color: Beauty Bush. HEX triplet: EA, BC and B9. RGB value is (234,188,185). Sum of RGB (Red+Green+Blue) = 234+188+185=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCB9 is #154346. Grayscale: #C9C9C9. Windows color (decimal): -1393479 or 12172522. OLE color: 12172522.
HSL color Cylindrical-coordinate representation of color #EABCB9: hue angle of 3.67º degrees, saturation: 0.54, 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 #EABCB9 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 185 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.08 |
| HSL | 3.67º | 0.54% | 0.82% | - |
| HSV(B) | 3.67º | 0.21% | 0.92% | - |
| XYZ | 60.67 | 56.96 | 53.7 | - |
| YUV | 201.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 185 | 0 | 0.20 | 0.21 | 0.08 | 3.67 | 0.54 | 0.82 |
| Hex | EA | BC | B9 | 0 | 14 | 15 | 8 | 4 | 36 | 52 |
| Octal | 352 | 274 | 271 | 0 | 24 | 25 | 10 | 4 | 66 | 122 |
| Binary | 11101010 | 10111100 | 10111001 | 0 | 10100 | 10101 | 1000 | 100 | 110110 | 1010010 |
Color Harmonies of #EABCB9
Complementary color
Monochromatic Colors of #EABCB9
Black with #EABCB9
Text Example
Text Example
White with #EABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCB9; }
p { color: rgb(234,188,185); }
H1.HeaderClassName
{
color: #EABCB9;
}
.AnyTagClassName
{
color: #EABCB9;
}
</style>
background-color css
<style>
a { background-color: #EABCB9; }
a { background-color: rgb(234,188,185); }
div.DivClassName
{
background-color: #EABCB9;
}
.BgClassName
{
background-color: #EABCB9;
}
</style>
border-color css
<style>
span { border-color: #EABCB9; }
span { border-color: rgb(234,188,185); }
td.TdClassName
{
border-color: #EABCB9;
}
.TagClassName
{
border-color: #EABCB9;
}
</style>