Shades of Beauty Bush #EBBDB6
Tints of Beauty Bush #EBBDB6
RGB
CMYK
RGB Variations
Color information
#EBBDB6 (or 0xEBBDB6) is known color: Beauty Bush. HEX triplet: EB, BD and B6. RGB value is (235,189,182). Sum of RGB (Red+Green+Blue) = 235+189+182=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB6 is #144249. Grayscale: #CACACA. Windows color (decimal): -1327690 or 11976171. OLE color: 11976171.
HSL color Cylindrical-coordinate representation of color #EBBDB6: hue angle of 7.92º 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 #EBBDB6 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 182 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.08 |
| HSL | 7.92º | 0.57% | 0.82% | - |
| HSV(B) | 7.92º | 0.23% | 0.92% | - |
| XYZ | 60.9 | 57.43 | 52.13 | - |
| YUV | 201.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 182 | 0 | 0.20 | 0.23 | 0.08 | 7.92 | 0.57 | 0.82 |
| Hex | EB | BD | B6 | 0 | 14 | 17 | 8 | 8 | 39 | 52 |
| Octal | 353 | 275 | 266 | 0 | 24 | 27 | 10 | 10 | 71 | 122 |
| Binary | 11101011 | 10111101 | 10110110 | 0 | 10100 | 10111 | 1000 | 1000 | 111001 | 1010010 |
Color Harmonies of #EBBDB6
Complementary color
Monochromatic Colors of #EBBDB6
Black with #EBBDB6
Text Example
Text Example
White with #EBBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDB6; }
p { color: rgb(235,189,182); }
H1.HeaderClassName
{
color: #EBBDB6;
}
.AnyTagClassName
{
color: #EBBDB6;
}
</style>
background-color css
<style>
a { background-color: #EBBDB6; }
a { background-color: rgb(235,189,182); }
div.DivClassName
{
background-color: #EBBDB6;
}
.BgClassName
{
background-color: #EBBDB6;
}
</style>
border-color css
<style>
span { border-color: #EBBDB6; }
span { border-color: rgb(235,189,182); }
td.TdClassName
{
border-color: #EBBDB6;
}
.TagClassName
{
border-color: #EBBDB6;
}
</style>