Shades of Beauty Bush #EBB7B3
Tints of Beauty Bush #EBB7B3
RGB
CMYK
RGB Variations
Color information
#EBB7B3 (or 0xEBB7B3) is known color: Beauty Bush. HEX triplet: EB, B7 and B3. RGB value is (235,183,179). Sum of RGB (Red+Green+Blue) = 235+183+179=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB7B3 is #14484C. Grayscale: #C6C6C6. Windows color (decimal): -1329229 or 11778027. OLE color: 11778027.
HSL color Cylindrical-coordinate representation of color #EBB7B3: hue angle of 4.29º degrees, saturation: 0.58, 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 #EBB7B3 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 179 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.08 |
| HSL | 4.29º | 0.58% | 0.81% | - |
| HSV(B) | 4.29º | 0.24% | 0.92% | - |
| XYZ | 59.33 | 54.78 | 50.1 | - |
| YUV | 198.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 179 | 0 | 0.22 | 0.24 | 0.08 | 4.29 | 0.58 | 0.81 |
| Hex | EB | B7 | B3 | 0 | 16 | 18 | 8 | 4 | 3A | 51 |
| Octal | 353 | 267 | 263 | 0 | 26 | 30 | 10 | 4 | 72 | 121 |
| Binary | 11101011 | 10110111 | 10110011 | 0 | 10110 | 11000 | 1000 | 100 | 111010 | 1010001 |
Color Harmonies of #EBB7B3
Complementary color
Monochromatic Colors of #EBB7B3
Black with #EBB7B3
Text Example
Text Example
White with #EBB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB7B3; }
p { color: rgb(235,183,179); }
H1.HeaderClassName
{
color: #EBB7B3;
}
.AnyTagClassName
{
color: #EBB7B3;
}
</style>
background-color css
<style>
a { background-color: #EBB7B3; }
a { background-color: rgb(235,183,179); }
div.DivClassName
{
background-color: #EBB7B3;
}
.BgClassName
{
background-color: #EBB7B3;
}
</style>
border-color css
<style>
span { border-color: #EBB7B3; }
span { border-color: rgb(235,183,179); }
td.TdClassName
{
border-color: #EBB7B3;
}
.TagClassName
{
border-color: #EBB7B3;
}
</style>