Shades of Beauty Bush #EBBBB7
Tints of Beauty Bush #EBBBB7
RGB
CMYK
RGB Variations
Color information
#EBBBB7 (or 0xEBBBB7) is known color: Beauty Bush. HEX triplet: EB, BB and B7. RGB value is (235,187,183). Sum of RGB (Red+Green+Blue) = 235+187+183=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBB7 is #144448. Grayscale: #C8C8C8. Windows color (decimal): -1328201 or 12041195. OLE color: 12041195.
HSL color Cylindrical-coordinate representation of color #EBBBB7: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBBB7 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 183 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.08 |
| HSL | 4.62º | 0.57% | 0.82% | - |
| HSV(B) | 4.62º | 0.22% | 0.92% | - |
| XYZ | 60.58 | 56.62 | 52.54 | - |
| YUV | 200.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 183 | 0 | 0.20 | 0.22 | 0.08 | 4.62 | 0.57 | 0.82 |
| Hex | EB | BB | B7 | 0 | 14 | 16 | 8 | 5 | 39 | 52 |
| Octal | 353 | 273 | 267 | 0 | 24 | 26 | 10 | 5 | 71 | 122 |
| Binary | 11101011 | 10111011 | 10110111 | 0 | 10100 | 10110 | 1000 | 101 | 111001 | 1010010 |
Color Harmonies of #EBBBB7
Complementary color
Monochromatic Colors of #EBBBB7
Black with #EBBBB7
Text Example
Text Example
White with #EBBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBB7; }
p { color: rgb(235,187,183); }
H1.HeaderClassName
{
color: #EBBBB7;
}
.AnyTagClassName
{
color: #EBBBB7;
}
</style>
background-color css
<style>
a { background-color: #EBBBB7; }
a { background-color: rgb(235,187,183); }
div.DivClassName
{
background-color: #EBBBB7;
}
.BgClassName
{
background-color: #EBBBB7;
}
</style>
border-color css
<style>
span { border-color: #EBBBB7; }
span { border-color: rgb(235,187,183); }
td.TdClassName
{
border-color: #EBBBB7;
}
.TagClassName
{
border-color: #EBBBB7;
}
</style>