Shades of Beauty Bush #EABBAF
Tints of Beauty Bush #EABBAF
RGB
CMYK
RGB Variations
Color information
#EABBAF (or 0xEABBAF) is known color: Beauty Bush. HEX triplet: EA, BB and AF. RGB value is (234,187,175). Sum of RGB (Red+Green+Blue) = 234+187+175=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBAF is #154450. Grayscale: #C7C7C7. Windows color (decimal): -1393745 or 11516906. OLE color: 11516906.
HSL color Cylindrical-coordinate representation of color #EABBAF: hue angle of 12.2º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABBAF is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 175 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.08 |
| HSL | 12.2º | 0.58% | 0.8% | - |
| HSV(B) | 12.2º | 0.25% | 0.92% | - |
| XYZ | 59.44 | 56.13 | 48.26 | - |
| YUV | 199.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 175 | 0 | 0.20 | 0.25 | 0.08 | 12.2 | 0.58 | 0.8 |
| Hex | EA | BB | AF | 0 | 14 | 19 | 8 | C | 3A | 50 |
| Octal | 352 | 273 | 257 | 0 | 24 | 31 | 10 | 14 | 72 | 120 |
| Binary | 11101010 | 10111011 | 10101111 | 0 | 10100 | 11001 | 1000 | 1100 | 111010 | 1010000 |
Color Harmonies of #EABBAF
Complementary color
Monochromatic Colors of #EABBAF
Black with #EABBAF
Text Example
Text Example
White with #EABBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBAF; }
p { color: rgb(234,187,175); }
H1.HeaderClassName
{
color: #EABBAF;
}
.AnyTagClassName
{
color: #EABBAF;
}
</style>
background-color css
<style>
a { background-color: #EABBAF; }
a { background-color: rgb(234,187,175); }
div.DivClassName
{
background-color: #EABBAF;
}
.BgClassName
{
background-color: #EABBAF;
}
</style>
border-color css
<style>
span { border-color: #EABBAF; }
span { border-color: rgb(234,187,175); }
td.TdClassName
{
border-color: #EABBAF;
}
.TagClassName
{
border-color: #EABBAF;
}
</style>