Shades of Beauty Bush #EBBDB4
Tints of Beauty Bush #EBBDB4
RGB
CMYK
RGB Variations
Color information
#EBBDB4 (or 0xEBBDB4) is known color: Beauty Bush. HEX triplet: EB, BD and B4. RGB value is (235,189,180). Sum of RGB (Red+Green+Blue) = 235+189+180=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB4 is #14424B. Grayscale: #C9C9C9. Windows color (decimal): -1327692 or 11845099. OLE color: 11845099.
HSL color Cylindrical-coordinate representation of color #EBBDB4: hue angle of 9.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBBDB4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 180 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.08 |
| HSL | 9.82º | 0.58% | 0.81% | - |
| HSV(B) | 9.82º | 0.23% | 0.92% | - |
| XYZ | 60.7 | 57.35 | 51.05 | - |
| YUV | 201.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 180 | 0 | 0.20 | 0.23 | 0.08 | 9.82 | 0.58 | 0.81 |
| Hex | EB | BD | B4 | 0 | 14 | 17 | 8 | A | 3A | 51 |
| Octal | 353 | 275 | 264 | 0 | 24 | 27 | 10 | 12 | 72 | 121 |
| Binary | 11101011 | 10111101 | 10110100 | 0 | 10100 | 10111 | 1000 | 1010 | 111010 | 1010001 |
Color Harmonies of #EBBDB4
Complementary color
Monochromatic Colors of #EBBDB4
Black with #EBBDB4
Text Example
Text Example
White with #EBBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDB4; }
p { color: rgb(235,189,180); }
H1.HeaderClassName
{
color: #EBBDB4;
}
.AnyTagClassName
{
color: #EBBDB4;
}
</style>
background-color css
<style>
a { background-color: #EBBDB4; }
a { background-color: rgb(235,189,180); }
div.DivClassName
{
background-color: #EBBDB4;
}
.BgClassName
{
background-color: #EBBDB4;
}
</style>
border-color css
<style>
span { border-color: #EBBDB4; }
span { border-color: rgb(235,189,180); }
td.TdClassName
{
border-color: #EBBDB4;
}
.TagClassName
{
border-color: #EBBDB4;
}
</style>