Shades of Beauty Bush #EABCBA
Tints of Beauty Bush #EABCBA
RGB
CMYK
RGB Variations
Color information
#EABCBA (or 0xEABCBA) is known color: Beauty Bush. HEX triplet: EA, BC and BA. RGB value is (234,188,186). Sum of RGB (Red+Green+Blue) = 234+188+186=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBA is #154345. Grayscale: #C9C9C9. Windows color (decimal): -1393478 or 12238058. OLE color: 12238058.
HSL color Cylindrical-coordinate representation of color #EABCBA: hue angle of 2.5º degrees, saturation: 0.53, 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 #EABCBA is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 186 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.08 |
| HSL | 2.5º | 0.53% | 0.82% | - |
| HSV(B) | 2.5º | 0.21% | 0.92% | - |
| XYZ | 60.78 | 57 | 54.25 | - |
| YUV | 201.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 186 | 0 | 0.20 | 0.21 | 0.08 | 2.5 | 0.53 | 0.82 |
| Hex | EA | BC | BA | 0 | 14 | 15 | 8 | 2 | 35 | 52 |
| Octal | 352 | 274 | 272 | 0 | 24 | 25 | 10 | 2 | 65 | 122 |
| Binary | 11101010 | 10111100 | 10111010 | 0 | 10100 | 10101 | 1000 | 10 | 110101 | 1010010 |
Color Harmonies of #EABCBA
Complementary color
Monochromatic Colors of #EABCBA
Black with #EABCBA
Text Example
Text Example
White with #EABCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCBA; }
p { color: rgb(234,188,186); }
H1.HeaderClassName
{
color: #EABCBA;
}
.AnyTagClassName
{
color: #EABCBA;
}
</style>
background-color css
<style>
a { background-color: #EABCBA; }
a { background-color: rgb(234,188,186); }
div.DivClassName
{
background-color: #EABCBA;
}
.BgClassName
{
background-color: #EABCBA;
}
</style>
border-color css
<style>
span { border-color: #EABCBA; }
span { border-color: rgb(234,188,186); }
td.TdClassName
{
border-color: #EABCBA;
}
.TagClassName
{
border-color: #EABCBA;
}
</style>