Shades of Beauty Bush #EBBEBE
Tints of Beauty Bush #EBBEBE
RGB
CMYK
RGB Variations
Color information
#EBBEBE (or 0xEBBEBE) is known color: Beauty Bush. HEX triplet: EB, BE and BE. RGB value is (235,190,190). Sum of RGB (Red+Green+Blue) = 235+190+190=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEBE is #144141. Grayscale: #CBCBCB. Windows color (decimal): -1327426 or 12500715. OLE color: 12500715.
HSL color Cylindrical-coordinate representation of color #EBBEBE: hue angle of 0º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEBE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 190 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.08 |
| HSL | 0º | 0.53% | 0.83% | - |
| HSV(B) | 0º | 0.19% | 0.92% | - |
| XYZ | 61.97 | 58.21 | 56.68 | - |
| YUV | 203.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 190 | 0 | 0.19 | 0.19 | 0.08 | 0 | 0.53 | 0.83 |
| Hex | EB | BE | BE | 0 | 13 | 13 | 8 | 0 | 35 | 53 |
| Octal | 353 | 276 | 276 | 0 | 23 | 23 | 10 | 0 | 65 | 123 |
| Binary | 11101011 | 10111110 | 10111110 | 0 | 10011 | 10011 | 1000 | 0 | 110101 | 1010011 |
Color Harmonies of #EBBEBE
Complementary color
Monochromatic Colors of #EBBEBE
Black with #EBBEBE
Text Example
Text Example
White with #EBBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBEBE; }
p { color: rgb(235,190,190); }
H1.HeaderClassName
{
color: #EBBEBE;
}
.AnyTagClassName
{
color: #EBBEBE;
}
</style>
background-color css
<style>
a { background-color: #EBBEBE; }
a { background-color: rgb(235,190,190); }
div.DivClassName
{
background-color: #EBBEBE;
}
.BgClassName
{
background-color: #EBBEBE;
}
</style>
border-color css
<style>
span { border-color: #EBBEBE; }
span { border-color: rgb(235,190,190); }
td.TdClassName
{
border-color: #EBBEBE;
}
.TagClassName
{
border-color: #EBBEBE;
}
</style>