Shades of Beauty Bush #EABDBD
Tints of Beauty Bush #EABDBD
RGB
CMYK
RGB Variations
Color information
#EABDBD (or 0xEABDBD) is known color: Beauty Bush. HEX triplet: EA, BD and BD. RGB value is (234,189,189). Sum of RGB (Red+Green+Blue) = 234+189+189=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDBD is #154242. Grayscale: #CACACA. Windows color (decimal): -1393219 or 12434922. OLE color: 12434922.
HSL color Cylindrical-coordinate representation of color #EABDBD: hue angle of 0º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABDBD is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 189 | 189 | - |
CMYK | 0 | 0.19 | 0.19 | 0.08 |
HSL | 0º | 0.52% | 0.83% | - |
HSV(B) | 0º | 0.19% | 0.92% | - |
XYZ | 61.31 | 57.56 | 56.02 | - |
YUV | 202.46 | 120.41 | 150.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 189 | 189 | 0 | 0.19 | 0.19 | 0.08 | 0 | 0.52 | 0.83 |
Hex | EA | BD | BD | 0 | 13 | 13 | 8 | 0 | 34 | 53 |
Octal | 352 | 275 | 275 | 0 | 23 | 23 | 10 | 0 | 64 | 123 |
Binary | 11101010 | 10111101 | 10111101 | 0 | 10011 | 10011 | 1000 | 0 | 110100 | 1010011 |
Color Harmonies of #EABDBD
Complementary color
Monochromatic Colors of #EABDBD
Black with #EABDBD
Text Example
Text Example
White with #EABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDBD; }
p { color: rgb(234,189,189); }
H1.HeaderClassName
{
color: #EABDBD;
}
.AnyTagClassName
{
color: #EABDBD;
}
</style>
background-color css
<style>
a { background-color: #EABDBD; }
a { background-color: rgb(234,189,189); }
div.DivClassName
{
background-color: #EABDBD;
}
.BgClassName
{
background-color: #EABDBD;
}
</style>
border-color css
<style>
span { border-color: #EABDBD; }
span { border-color: rgb(234,189,189); }
td.TdClassName
{
border-color: #EABDBD;
}
.TagClassName
{
border-color: #EABDBD;
}
</style>