Shades of Beauty Bush #EABDB3
Tints of Beauty Bush #EABDB3
RGB
CMYK
RGB Variations
Color information
#EABDB3 (or 0xEABDB3) is known color: Beauty Bush. HEX triplet: EA, BD and B3. RGB value is (234,189,179). Sum of RGB (Red+Green+Blue) = 234+189+179=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDB3 is #15424C. Grayscale: #C9C9C9. Windows color (decimal): -1393229 or 11779562. OLE color: 11779562.
HSL color Cylindrical-coordinate representation of color #EABDB3: hue angle of 10.91º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABDB3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 179 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.08 |
| HSL | 10.91º | 0.57% | 0.81% | - |
| HSV(B) | 10.91º | 0.24% | 0.92% | - |
| XYZ | 60.27 | 57.14 | 50.5 | - |
| YUV | 201.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 179 | 0 | 0.19 | 0.24 | 0.08 | 10.91 | 0.57 | 0.81 |
| Hex | EA | BD | B3 | 0 | 13 | 18 | 8 | B | 39 | 51 |
| Octal | 352 | 275 | 263 | 0 | 23 | 30 | 10 | 13 | 71 | 121 |
| Binary | 11101010 | 10111101 | 10110011 | 0 | 10011 | 11000 | 1000 | 1011 | 111001 | 1010001 |
Color Harmonies of #EABDB3
Complementary color
Monochromatic Colors of #EABDB3
Black with #EABDB3
Text Example
Text Example
White with #EABDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDB3; }
p { color: rgb(234,189,179); }
H1.HeaderClassName
{
color: #EABDB3;
}
.AnyTagClassName
{
color: #EABDB3;
}
</style>
background-color css
<style>
a { background-color: #EABDB3; }
a { background-color: rgb(234,189,179); }
div.DivClassName
{
background-color: #EABDB3;
}
.BgClassName
{
background-color: #EABDB3;
}
</style>
border-color css
<style>
span { border-color: #EABDB3; }
span { border-color: rgb(234,189,179); }
td.TdClassName
{
border-color: #EABDB3;
}
.TagClassName
{
border-color: #EABDB3;
}
</style>