Shades of Beauty Bush #EABBB4
Tints of Beauty Bush #EABBB4
RGB
CMYK
RGB Variations
Color information
#EABBB4 (or 0xEABBB4) is known color: Beauty Bush. HEX triplet: EA, BB and B4. RGB value is (234,187,180). Sum of RGB (Red+Green+Blue) = 234+187+180=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABBB4 is #15444B. Grayscale: #C8C8C8. Windows color (decimal): -1393740 or 11844586. OLE color: 11844586.
HSL color Cylindrical-coordinate representation of color #EABBB4: hue angle of 7.78º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABBB4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 180 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.08 |
| HSL | 7.78º | 0.56% | 0.81% | - |
| HSV(B) | 7.78º | 0.23% | 0.92% | - |
| XYZ | 59.94 | 56.33 | 50.89 | - |
| YUV | 200.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 180 | 0 | 0.20 | 0.23 | 0.08 | 7.78 | 0.56 | 0.81 |
| Hex | EA | BB | B4 | 0 | 14 | 17 | 8 | 8 | 38 | 51 |
| Octal | 352 | 273 | 264 | 0 | 24 | 27 | 10 | 10 | 70 | 121 |
| Binary | 11101010 | 10111011 | 10110100 | 0 | 10100 | 10111 | 1000 | 1000 | 111000 | 1010001 |
Color Harmonies of #EABBB4
Complementary color
Monochromatic Colors of #EABBB4
Black with #EABBB4
Text Example
Text Example
White with #EABBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBB4; }
p { color: rgb(234,187,180); }
H1.HeaderClassName
{
color: #EABBB4;
}
.AnyTagClassName
{
color: #EABBB4;
}
</style>
background-color css
<style>
a { background-color: #EABBB4; }
a { background-color: rgb(234,187,180); }
div.DivClassName
{
background-color: #EABBB4;
}
.BgClassName
{
background-color: #EABBB4;
}
</style>
border-color css
<style>
span { border-color: #EABBB4; }
span { border-color: rgb(234,187,180); }
td.TdClassName
{
border-color: #EABBB4;
}
.TagClassName
{
border-color: #EABBB4;
}
</style>