Shades of Beauty Bush #EABAB5
Tints of Beauty Bush #EABAB5
RGB
CMYK
RGB Variations
Color information
#EABAB5 (or 0xEABAB5) is known color: Beauty Bush. HEX triplet: EA, BA and B5. RGB value is (234,186,181). Sum of RGB (Red+Green+Blue) = 234+186+181=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAB5 is #15454A. Grayscale: #C7C7C7. Windows color (decimal): -1393995 or 11909866. OLE color: 11909866.
HSL color Cylindrical-coordinate representation of color #EABAB5: hue angle of 5.66º degrees, saturation: 0.56, 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 #EABAB5 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 181 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.08 |
| HSL | 5.66º | 0.56% | 0.81% | - |
| HSV(B) | 5.66º | 0.23% | 0.92% | - |
| XYZ | 59.83 | 55.95 | 51.36 | - |
| YUV | 199.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 181 | 0 | 0.21 | 0.23 | 0.08 | 5.66 | 0.56 | 0.81 |
| Hex | EA | BA | B5 | 0 | 15 | 17 | 8 | 6 | 38 | 51 |
| Octal | 352 | 272 | 265 | 0 | 25 | 27 | 10 | 6 | 70 | 121 |
| Binary | 11101010 | 10111010 | 10110101 | 0 | 10101 | 10111 | 1000 | 110 | 111000 | 1010001 |
Color Harmonies of #EABAB5
Complementary color
Monochromatic Colors of #EABAB5
Black with #EABAB5
Text Example
Text Example
White with #EABAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAB5; }
p { color: rgb(234,186,181); }
H1.HeaderClassName
{
color: #EABAB5;
}
.AnyTagClassName
{
color: #EABAB5;
}
</style>
background-color css
<style>
a { background-color: #EABAB5; }
a { background-color: rgb(234,186,181); }
div.DivClassName
{
background-color: #EABAB5;
}
.BgClassName
{
background-color: #EABAB5;
}
</style>
border-color css
<style>
span { border-color: #EABAB5; }
span { border-color: rgb(234,186,181); }
td.TdClassName
{
border-color: #EABAB5;
}
.TagClassName
{
border-color: #EABAB5;
}
</style>