Shades of Beauty Bush #EBBBB6
Tints of Beauty Bush #EBBBB6
RGB
CMYK
RGB Variations
Color information
#EBBBB6 (or 0xEBBBB6) is known color: Beauty Bush. HEX triplet: EB, BB and B6. RGB value is (235,187,182). Sum of RGB (Red+Green+Blue) = 235+187+182=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBB6 is #144449. Grayscale: #C8C8C8. Windows color (decimal): -1328202 or 11975659. OLE color: 11975659.
HSL color Cylindrical-coordinate representation of color #EBBBB6: hue angle of 5.66º 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 #EBBBB6 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 182 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.08 |
| HSL | 5.66º | 0.57% | 0.82% | - |
| HSV(B) | 5.66º | 0.23% | 0.92% | - |
| XYZ | 60.47 | 56.58 | 51.99 | - |
| YUV | 200.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 182 | 0 | 0.20 | 0.23 | 0.08 | 5.66 | 0.57 | 0.82 |
| Hex | EB | BB | B6 | 0 | 14 | 17 | 8 | 6 | 39 | 52 |
| Octal | 353 | 273 | 266 | 0 | 24 | 27 | 10 | 6 | 71 | 122 |
| Binary | 11101011 | 10111011 | 10110110 | 0 | 10100 | 10111 | 1000 | 110 | 111001 | 1010010 |
Color Harmonies of #EBBBB6
Complementary color
Monochromatic Colors of #EBBBB6
Black with #EBBBB6
Text Example
Text Example
White with #EBBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBBB6; }
p { color: rgb(235,187,182); }
H1.HeaderClassName
{
color: #EBBBB6;
}
.AnyTagClassName
{
color: #EBBBB6;
}
</style>
background-color css
<style>
a { background-color: #EBBBB6; }
a { background-color: rgb(235,187,182); }
div.DivClassName
{
background-color: #EBBBB6;
}
.BgClassName
{
background-color: #EBBBB6;
}
</style>
border-color css
<style>
span { border-color: #EBBBB6; }
span { border-color: rgb(235,187,182); }
td.TdClassName
{
border-color: #EBBBB6;
}
.TagClassName
{
border-color: #EBBBB6;
}
</style>