Shades of Beauty Bush #EBBBAE
Tints of Beauty Bush #EBBBAE
RGB
CMYK
RGB Variations
Color information
#EBBBAE (or 0xEBBBAE) is known color: Beauty Bush. HEX triplet: EB, BB and AE. RGB value is (235,187,174). Sum of RGB (Red+Green+Blue) = 235+187+174=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBAE is #144451. Grayscale: #C7C7C7. Windows color (decimal): -1328210 or 11451371. OLE color: 11451371.
HSL color Cylindrical-coordinate representation of color #EBBBAE: hue angle of 12.79º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBBBAE is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 174 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.08 |
| HSL | 12.79º | 0.6% | 0.8% | - |
| HSV(B) | 12.79º | 0.26% | 0.92% | - |
| XYZ | 59.67 | 56.26 | 47.76 | - |
| YUV | 199.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 174 | 0 | 0.20 | 0.26 | 0.08 | 12.79 | 0.6 | 0.8 |
| Hex | EB | BB | AE | 0 | 14 | 1A | 8 | D | 3C | 50 |
| Octal | 353 | 273 | 256 | 0 | 24 | 32 | 10 | 15 | 74 | 120 |
| Binary | 11101011 | 10111011 | 10101110 | 0 | 10100 | 11010 | 1000 | 1101 | 111100 | 1010000 |
Color Harmonies of #EBBBAE
Complementary color
Monochromatic Colors of #EBBBAE
Black with #EBBBAE
Text Example
Text Example
White with #EBBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBAE; }
p { color: rgb(235,187,174); }
H1.HeaderClassName
{
color: #EBBBAE;
}
.AnyTagClassName
{
color: #EBBBAE;
}
</style>
background-color css
<style>
a { background-color: #EBBBAE; }
a { background-color: rgb(235,187,174); }
div.DivClassName
{
background-color: #EBBBAE;
}
.BgClassName
{
background-color: #EBBBAE;
}
</style>
border-color css
<style>
span { border-color: #EBBBAE; }
span { border-color: rgb(235,187,174); }
td.TdClassName
{
border-color: #EBBBAE;
}
.TagClassName
{
border-color: #EBBBAE;
}
</style>