Shades of Beauty Bush #EABDB8
Tints of Beauty Bush #EABDB8
RGB
CMYK
RGB Variations
Color information
#EABDB8 (or 0xEABDB8) is known color: Beauty Bush. HEX triplet: EA, BD and B8. RGB value is (234,189,184). Sum of RGB (Red+Green+Blue) = 234+189+184=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDB8 is #154247. Grayscale: #C9C9C9. Windows color (decimal): -1393224 or 12107242. OLE color: 12107242.
HSL color Cylindrical-coordinate representation of color #EABDB8: hue angle of 6º 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 #EABDB8 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 184 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.08 |
| HSL | 6º | 0.54% | 0.82% | - |
| HSV(B) | 6º | 0.21% | 0.92% | - |
| XYZ | 60.78 | 57.35 | 53.21 | - |
| YUV | 201.89 | 117.91 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 184 | 0 | 0.19 | 0.21 | 0.08 | 6 | 0.54 | 0.82 |
| Hex | EA | BD | B8 | 0 | 13 | 15 | 8 | 6 | 36 | 52 |
| Octal | 352 | 275 | 270 | 0 | 23 | 25 | 10 | 6 | 66 | 122 |
| Binary | 11101010 | 10111101 | 10111000 | 0 | 10011 | 10101 | 1000 | 110 | 110110 | 1010010 |
Color Harmonies of #EABDB8
Complementary color
Monochromatic Colors of #EABDB8
Black with #EABDB8
Text Example
Text Example
White with #EABDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDB8; }
p { color: rgb(234,189,184); }
H1.HeaderClassName
{
color: #EABDB8;
}
.AnyTagClassName
{
color: #EABDB8;
}
</style>
background-color css
<style>
a { background-color: #EABDB8; }
a { background-color: rgb(234,189,184); }
div.DivClassName
{
background-color: #EABDB8;
}
.BgClassName
{
background-color: #EABDB8;
}
</style>
border-color css
<style>
span { border-color: #EABDB8; }
span { border-color: rgb(234,189,184); }
td.TdClassName
{
border-color: #EABDB8;
}
.TagClassName
{
border-color: #EABDB8;
}
</style>