Shades of Beauty Bush #EAB7B0
Tints of Beauty Bush #EAB7B0
RGB
CMYK
RGB Variations
Color information
#EAB7B0 (or 0xEAB7B0) is known color: Beauty Bush. HEX triplet: EA, B7 and B0. RGB value is (234,183,176). Sum of RGB (Red+Green+Blue) = 234+183+176=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB7B0 is #15484F. Grayscale: #C5C5C5. Windows color (decimal): -1394768 or 11581418. OLE color: 11581418.
HSL color Cylindrical-coordinate representation of color #EAB7B0: hue angle of 7.24º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB7B0 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 176 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.08 |
| HSL | 7.24º | 0.58% | 0.8% | - |
| HSV(B) | 7.24º | 0.25% | 0.92% | - |
| XYZ | 58.7 | 54.49 | 48.5 | - |
| YUV | 197.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 176 | 0 | 0.22 | 0.25 | 0.08 | 7.24 | 0.58 | 0.8 |
| Hex | EA | B7 | B0 | 0 | 16 | 19 | 8 | 7 | 3A | 50 |
| Octal | 352 | 267 | 260 | 0 | 26 | 31 | 10 | 7 | 72 | 120 |
| Binary | 11101010 | 10110111 | 10110000 | 0 | 10110 | 11001 | 1000 | 111 | 111010 | 1010000 |
Color Harmonies of #EAB7B0
Complementary color
Monochromatic Colors of #EAB7B0
Black with #EAB7B0
Text Example
Text Example
White with #EAB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7B0; }
p { color: rgb(234,183,176); }
H1.HeaderClassName
{
color: #EAB7B0;
}
.AnyTagClassName
{
color: #EAB7B0;
}
</style>
background-color css
<style>
a { background-color: #EAB7B0; }
a { background-color: rgb(234,183,176); }
div.DivClassName
{
background-color: #EAB7B0;
}
.BgClassName
{
background-color: #EAB7B0;
}
</style>
border-color css
<style>
span { border-color: #EAB7B0; }
span { border-color: rgb(234,183,176); }
td.TdClassName
{
border-color: #EAB7B0;
}
.TagClassName
{
border-color: #EAB7B0;
}
</style>