Shades of Beauty Bush #EABDBB
Tints of Beauty Bush #EABDBB
RGB
CMYK
RGB Variations
Color information
#EABDBB (or 0xEABDBB) is known color: Beauty Bush. HEX triplet: EA, BD and BB. RGB value is (234,189,187). Sum of RGB (Red+Green+Blue) = 234+189+187=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBB is #154244. Grayscale: #CACACA. Windows color (decimal): -1393221 or 12303850. OLE color: 12303850.
HSL color Cylindrical-coordinate representation of color #EABDBB: hue angle of 2.55º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABDBB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 187 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.08 |
| HSL | 2.55º | 0.53% | 0.83% | - |
| HSV(B) | 2.55º | 0.2% | 0.92% | - |
| XYZ | 61.1 | 57.48 | 54.89 | - |
| YUV | 202.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 187 | 0 | 0.19 | 0.20 | 0.08 | 2.55 | 0.53 | 0.83 |
| Hex | EA | BD | BB | 0 | 13 | 14 | 8 | 3 | 35 | 53 |
| Octal | 352 | 275 | 273 | 0 | 23 | 24 | 10 | 3 | 65 | 123 |
| Binary | 11101010 | 10111101 | 10111011 | 0 | 10011 | 10100 | 1000 | 11 | 110101 | 1010011 |
Color Harmonies of #EABDBB
Complementary color
Monochromatic Colors of #EABDBB
Black with #EABDBB
Text Example
Text Example
White with #EABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDBB; }
p { color: rgb(234,189,187); }
H1.HeaderClassName
{
color: #EABDBB;
}
.AnyTagClassName
{
color: #EABDBB;
}
</style>
background-color css
<style>
a { background-color: #EABDBB; }
a { background-color: rgb(234,189,187); }
div.DivClassName
{
background-color: #EABDBB;
}
.BgClassName
{
background-color: #EABDBB;
}
</style>
border-color css
<style>
span { border-color: #EABDBB; }
span { border-color: rgb(234,189,187); }
td.TdClassName
{
border-color: #EABDBB;
}
.TagClassName
{
border-color: #EABDBB;
}
</style>