Shades of Beauty Bush #EABBB2
Tints of Beauty Bush #EABBB2
RGB
CMYK
RGB Variations
Color information
#EABBB2 (or 0xEABBB2) is known color: Beauty Bush. HEX triplet: EA, BB and B2. RGB value is (234,187,178). Sum of RGB (Red+Green+Blue) = 234+187+178=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 178 (69.92% from 255 or 29.72% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBB2 is #15444D. Grayscale: #C8C8C8. Windows color (decimal): -1393742 or 11713514. OLE color: 11713514.
HSL color Cylindrical-coordinate representation of color #EABBB2: hue angle of 9.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 #EABBB2 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 178 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.08 |
| HSL | 9.64º | 0.57% | 0.81% | - |
| HSV(B) | 9.64º | 0.24% | 0.92% | - |
| XYZ | 59.74 | 56.25 | 49.83 | - |
| YUV | 200.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 178 | 0 | 0.20 | 0.24 | 0.08 | 9.64 | 0.57 | 0.81 |
| Hex | EA | BB | B2 | 0 | 14 | 18 | 8 | A | 39 | 51 |
| Octal | 352 | 273 | 262 | 0 | 24 | 30 | 10 | 12 | 71 | 121 |
| Binary | 11101010 | 10111011 | 10110010 | 0 | 10100 | 11000 | 1000 | 1010 | 111001 | 1010001 |
Color Harmonies of #EABBB2
Complementary color
Monochromatic Colors of #EABBB2
Black with #EABBB2
Text Example
Text Example
White with #EABBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBB2; }
p { color: rgb(234,187,178); }
H1.HeaderClassName
{
color: #EABBB2;
}
.AnyTagClassName
{
color: #EABBB2;
}
</style>
background-color css
<style>
a { background-color: #EABBB2; }
a { background-color: rgb(234,187,178); }
div.DivClassName
{
background-color: #EABBB2;
}
.BgClassName
{
background-color: #EABBB2;
}
</style>
border-color css
<style>
span { border-color: #EABBB2; }
span { border-color: rgb(234,187,178); }
td.TdClassName
{
border-color: #EABBB2;
}
.TagClassName
{
border-color: #EABBB2;
}
</style>