Shades of Beauty Bush #EBB9B2
Tints of Beauty Bush #EBB9B2
RGB
CMYK
RGB Variations
Color information
#EBB9B2 (or 0xEBB9B2) is known color: Beauty Bush. HEX triplet: EB, B9 and B2. RGB value is (235,185,178). Sum of RGB (Red+Green+Blue) = 235+185+178=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9B2 is #14464D. Grayscale: #C7C7C7. Windows color (decimal): -1328718 or 11713003. OLE color: 11713003.
HSL color Cylindrical-coordinate representation of color #EBB9B2: hue angle of 7.37º degrees, saturation: 0.59, 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 #EBB9B2 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 178 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.08 |
| HSL | 7.37º | 0.59% | 0.81% | - |
| HSV(B) | 7.37º | 0.24% | 0.92% | - |
| XYZ | 59.65 | 55.57 | 49.7 | - |
| YUV | 199.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 178 | 0 | 0.21 | 0.24 | 0.08 | 7.37 | 0.59 | 0.81 |
| Hex | EB | B9 | B2 | 0 | 15 | 18 | 8 | 7 | 3B | 51 |
| Octal | 353 | 271 | 262 | 0 | 25 | 30 | 10 | 7 | 73 | 121 |
| Binary | 11101011 | 10111001 | 10110010 | 0 | 10101 | 11000 | 1000 | 111 | 111011 | 1010001 |
Color Harmonies of #EBB9B2
Complementary color
Monochromatic Colors of #EBB9B2
Black with #EBB9B2
Text Example
Text Example
White with #EBB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9B2; }
p { color: rgb(235,185,178); }
H1.HeaderClassName
{
color: #EBB9B2;
}
.AnyTagClassName
{
color: #EBB9B2;
}
</style>
background-color css
<style>
a { background-color: #EBB9B2; }
a { background-color: rgb(235,185,178); }
div.DivClassName
{
background-color: #EBB9B2;
}
.BgClassName
{
background-color: #EBB9B2;
}
</style>
border-color css
<style>
span { border-color: #EBB9B2; }
span { border-color: rgb(235,185,178); }
td.TdClassName
{
border-color: #EBB9B2;
}
.TagClassName
{
border-color: #EBB9B2;
}
</style>