Shades of Beauty Bush #E2BABA
Tints of Beauty Bush #E2BABA
RGB
CMYK
RGB Variations
Color information
#E2BABA (or 0xE2BABA) is known color: Beauty Bush. HEX triplet: E2, BA and BA. RGB value is (226,186,186). Sum of RGB (Red+Green+Blue) = 226+186+186=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BABA is #1D4545. Grayscale: #C6C6C6. Windows color (decimal): -1918278 or 12237538. OLE color: 12237538.
HSL color Cylindrical-coordinate representation of color #E2BABA: hue angle of 0º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BABA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 186 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.11 |
| HSL | 0º | 0.41% | 0.81% | - |
| HSV(B) | 0º | 0.18% | 0.89% | - |
| XYZ | 57.79 | 54.83 | 53.99 | - |
| YUV | 197.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 186 | 0 | 0.18 | 0.18 | 0.11 | 0 | 0.41 | 0.81 |
| Hex | E2 | BA | BA | 0 | 12 | 12 | B | 0 | 29 | 51 |
| Octal | 342 | 272 | 272 | 0 | 22 | 22 | 13 | 0 | 51 | 121 |
| Binary | 11100010 | 10111010 | 10111010 | 0 | 10010 | 10010 | 1011 | 0 | 101001 | 1010001 |
Color Harmonies of #E2BABA
Complementary color
Monochromatic Colors of #E2BABA
Black with #E2BABA
Text Example
Text Example
White with #E2BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BABA; }
p { color: rgb(226,186,186); }
H1.HeaderClassName
{
color: #E2BABA;
}
.AnyTagClassName
{
color: #E2BABA;
}
</style>
background-color css
<style>
a { background-color: #E2BABA; }
a { background-color: rgb(226,186,186); }
div.DivClassName
{
background-color: #E2BABA;
}
.BgClassName
{
background-color: #E2BABA;
}
</style>
border-color css
<style>
span { border-color: #E2BABA; }
span { border-color: rgb(226,186,186); }
td.TdClassName
{
border-color: #E2BABA;
}
.TagClassName
{
border-color: #E2BABA;
}
</style>