Shades of Beauty Bush #EBB4B0
Tints of Beauty Bush #EBB4B0
RGB
CMYK
RGB Variations
Color information
#EBB4B0 (or 0xEBB4B0) is known color: Beauty Bush. HEX triplet: EB, B4 and B0. RGB value is (235,180,176). Sum of RGB (Red+Green+Blue) = 235+180+176=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4B0 is #144B4F. Grayscale: #C4C4C4. Windows color (decimal): -1330000 or 11580651. OLE color: 11580651.
HSL color Cylindrical-coordinate representation of color #EBB4B0: hue angle of 4.07º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB4B0 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 180 | 176 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.08 |
| HSL | 4.07º | 0.6% | 0.81% | - |
| HSV(B) | 4.07º | 0.25% | 0.92% | - |
| XYZ | 58.42 | 53.44 | 48.31 | - |
| YUV | 195.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 180 | 176 | 0 | 0.23 | 0.25 | 0.08 | 4.07 | 0.6 | 0.81 |
| Hex | EB | B4 | B0 | 0 | 17 | 19 | 8 | 4 | 3C | 51 |
| Octal | 353 | 264 | 260 | 0 | 27 | 31 | 10 | 4 | 74 | 121 |
| Binary | 11101011 | 10110100 | 10110000 | 0 | 10111 | 11001 | 1000 | 100 | 111100 | 1010001 |
Color Harmonies of #EBB4B0
Complementary color
Monochromatic Colors of #EBB4B0
Black with #EBB4B0
Text Example
Text Example
White with #EBB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB4B0; }
p { color: rgb(235,180,176); }
H1.HeaderClassName
{
color: #EBB4B0;
}
.AnyTagClassName
{
color: #EBB4B0;
}
</style>
background-color css
<style>
a { background-color: #EBB4B0; }
a { background-color: rgb(235,180,176); }
div.DivClassName
{
background-color: #EBB4B0;
}
.BgClassName
{
background-color: #EBB4B0;
}
</style>
border-color css
<style>
span { border-color: #EBB4B0; }
span { border-color: rgb(235,180,176); }
td.TdClassName
{
border-color: #EBB4B0;
}
.TagClassName
{
border-color: #EBB4B0;
}
</style>