Shades of Beauty Bush #EBBBB5
Tints of Beauty Bush #EBBBB5
RGB
CMYK
RGB Variations
Color information
#EBBBB5 (or 0xEBBBB5) is known color: Beauty Bush. HEX triplet: EB, BB and B5. RGB value is (235,187,181). Sum of RGB (Red+Green+Blue) = 235+187+181=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBB5 is #14444A. Grayscale: #C8C8C8. Windows color (decimal): -1328203 or 11910123. OLE color: 11910123.
HSL color Cylindrical-coordinate representation of color #EBBBB5: hue angle of 6.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBBB5 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 181 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.08 |
| HSL | 6.67º | 0.57% | 0.82% | - |
| HSV(B) | 6.67º | 0.23% | 0.92% | - |
| XYZ | 60.37 | 56.54 | 51.45 | - |
| YUV | 200.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 181 | 0 | 0.20 | 0.23 | 0.08 | 6.67 | 0.57 | 0.82 |
| Hex | EB | BB | B5 | 0 | 14 | 17 | 8 | 7 | 39 | 52 |
| Octal | 353 | 273 | 265 | 0 | 24 | 27 | 10 | 7 | 71 | 122 |
| Binary | 11101011 | 10111011 | 10110101 | 0 | 10100 | 10111 | 1000 | 111 | 111001 | 1010010 |
Color Harmonies of #EBBBB5
Complementary color
Monochromatic Colors of #EBBBB5
Black with #EBBBB5
Text Example
Text Example
White with #EBBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBB5; }
p { color: rgb(235,187,181); }
H1.HeaderClassName
{
color: #EBBBB5;
}
.AnyTagClassName
{
color: #EBBBB5;
}
</style>
background-color css
<style>
a { background-color: #EBBBB5; }
a { background-color: rgb(235,187,181); }
div.DivClassName
{
background-color: #EBBBB5;
}
.BgClassName
{
background-color: #EBBBB5;
}
</style>
border-color css
<style>
span { border-color: #EBBBB5; }
span { border-color: rgb(235,187,181); }
td.TdClassName
{
border-color: #EBBBB5;
}
.TagClassName
{
border-color: #EBBBB5;
}
</style>