Shades of Beauty Bush #EBBAB7
Tints of Beauty Bush #EBBAB7
RGB
CMYK
RGB Variations
Color information
#EBBAB7 (or 0xEBBAB7) is known color: Beauty Bush. HEX triplet: EB, BA and B7. RGB value is (235,186,183). Sum of RGB (Red+Green+Blue) = 235+186+183=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBAB7 is #144548. Grayscale: #C8C8C8. Windows color (decimal): -1328457 or 12040939. OLE color: 12040939.
HSL color Cylindrical-coordinate representation of color #EBBAB7: hue angle of 3.46º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBAB7 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 183 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.08 |
| HSL | 3.46º | 0.57% | 0.82% | - |
| HSV(B) | 3.46º | 0.22% | 0.92% | - |
| XYZ | 60.37 | 56.2 | 52.47 | - |
| YUV | 200.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 183 | 0 | 0.21 | 0.22 | 0.08 | 3.46 | 0.57 | 0.82 |
| Hex | EB | BA | B7 | 0 | 15 | 16 | 8 | 3 | 39 | 52 |
| Octal | 353 | 272 | 267 | 0 | 25 | 26 | 10 | 3 | 71 | 122 |
| Binary | 11101011 | 10111010 | 10110111 | 0 | 10101 | 10110 | 1000 | 11 | 111001 | 1010010 |
Color Harmonies of #EBBAB7
Complementary color
Monochromatic Colors of #EBBAB7
Black with #EBBAB7
Text Example
Text Example
White with #EBBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBAB7; }
p { color: rgb(235,186,183); }
H1.HeaderClassName
{
color: #EBBAB7;
}
.AnyTagClassName
{
color: #EBBAB7;
}
</style>
background-color css
<style>
a { background-color: #EBBAB7; }
a { background-color: rgb(235,186,183); }
div.DivClassName
{
background-color: #EBBAB7;
}
.BgClassName
{
background-color: #EBBAB7;
}
</style>
border-color css
<style>
span { border-color: #EBBAB7; }
span { border-color: rgb(235,186,183); }
td.TdClassName
{
border-color: #EBBAB7;
}
.TagClassName
{
border-color: #EBBAB7;
}
</style>