Shades of Beauty Bush #EABAB3
Tints of Beauty Bush #EABAB3
RGB
CMYK
RGB Variations
Color information
#EABAB3 (or 0xEABAB3) is known color: Beauty Bush. HEX triplet: EA, BA and B3. RGB value is (234,186,179). Sum of RGB (Red+Green+Blue) = 234+186+179=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAB3 is #15454C. Grayscale: #C7C7C7. Windows color (decimal): -1393997 or 11778794. OLE color: 11778794.
HSL color Cylindrical-coordinate representation of color #EABAB3: hue angle of 7.64º 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 #EABAB3 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 179 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.08 |
| HSL | 7.64º | 0.57% | 0.81% | - |
| HSV(B) | 7.64º | 0.24% | 0.92% | - |
| XYZ | 59.63 | 55.86 | 50.29 | - |
| YUV | 199.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 179 | 0 | 0.21 | 0.24 | 0.08 | 7.64 | 0.57 | 0.81 |
| Hex | EA | BA | B3 | 0 | 15 | 18 | 8 | 8 | 39 | 51 |
| Octal | 352 | 272 | 263 | 0 | 25 | 30 | 10 | 10 | 71 | 121 |
| Binary | 11101010 | 10111010 | 10110011 | 0 | 10101 | 11000 | 1000 | 1000 | 111001 | 1010001 |
Color Harmonies of #EABAB3
Complementary color
Monochromatic Colors of #EABAB3
Black with #EABAB3
Text Example
Text Example
White with #EABAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAB3; }
p { color: rgb(234,186,179); }
H1.HeaderClassName
{
color: #EABAB3;
}
.AnyTagClassName
{
color: #EABAB3;
}
</style>
background-color css
<style>
a { background-color: #EABAB3; }
a { background-color: rgb(234,186,179); }
div.DivClassName
{
background-color: #EABAB3;
}
.BgClassName
{
background-color: #EABAB3;
}
</style>
border-color css
<style>
span { border-color: #EABAB3; }
span { border-color: rgb(234,186,179); }
td.TdClassName
{
border-color: #EABAB3;
}
.TagClassName
{
border-color: #EABAB3;
}
</style>