Shades of Beauty Bush #EABBB3
Tints of Beauty Bush #EABBB3
RGB
CMYK
RGB Variations
Color information
#EABBB3 (or 0xEABBB3) is known color: Beauty Bush. HEX triplet: EA, BB and B3. RGB value is (234,187,179). Sum of RGB (Red+Green+Blue) = 234+187+179=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBB3 is #15444C. Grayscale: #C8C8C8. Windows color (decimal): -1393741 or 11779050. OLE color: 11779050.
HSL color Cylindrical-coordinate representation of color #EABBB3: hue angle of 8.73º 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 #EABBB3 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 179 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.08 |
| HSL | 8.73º | 0.57% | 0.81% | - |
| HSV(B) | 8.73º | 0.24% | 0.92% | - |
| XYZ | 59.84 | 56.29 | 50.36 | - |
| YUV | 200.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 179 | 0 | 0.20 | 0.24 | 0.08 | 8.73 | 0.57 | 0.81 |
| Hex | EA | BB | B3 | 0 | 14 | 18 | 8 | 9 | 39 | 51 |
| Octal | 352 | 273 | 263 | 0 | 24 | 30 | 10 | 11 | 71 | 121 |
| Binary | 11101010 | 10111011 | 10110011 | 0 | 10100 | 11000 | 1000 | 1001 | 111001 | 1010001 |
Color Harmonies of #EABBB3
Complementary color
Monochromatic Colors of #EABBB3
Black with #EABBB3
Text Example
Text Example
White with #EABBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBB3; }
p { color: rgb(234,187,179); }
H1.HeaderClassName
{
color: #EABBB3;
}
.AnyTagClassName
{
color: #EABBB3;
}
</style>
background-color css
<style>
a { background-color: #EABBB3; }
a { background-color: rgb(234,187,179); }
div.DivClassName
{
background-color: #EABBB3;
}
.BgClassName
{
background-color: #EABBB3;
}
</style>
border-color css
<style>
span { border-color: #EABBB3; }
span { border-color: rgb(234,187,179); }
td.TdClassName
{
border-color: #EABBB3;
}
.TagClassName
{
border-color: #EABBB3;
}
</style>