Shades of Beauty Bush #E3BABA
Tints of Beauty Bush #E3BABA
RGB
CMYK
RGB Variations
Color information
#E3BABA (or 0xE3BABA) is known color: Beauty Bush. HEX triplet: E3, BA and BA. RGB value is (227,186,186). Sum of RGB (Red+Green+Blue) = 227+186+186=599 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.90% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BABA is #1C4545. Grayscale: #C6C6C6. Windows color (decimal): -1852742 or 12237539. OLE color: 12237539.
HSL color Cylindrical-coordinate representation of color #E3BABA: hue angle of 0º degrees, saturation: 0.42, 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 #E3BABA is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 186 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.11 |
| HSL | 0º | 0.42% | 0.81% | - |
| HSV(B) | 0º | 0.18% | 0.89% | - |
| XYZ | 58.1 | 54.99 | 54.01 | - |
| YUV | 198.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 186 | 0 | 0.18 | 0.18 | 0.11 | 0 | 0.42 | 0.81 |
| Hex | E3 | BA | BA | 0 | 12 | 12 | B | 0 | 2A | 51 |
| Octal | 343 | 272 | 272 | 0 | 22 | 22 | 13 | 0 | 52 | 121 |
| Binary | 11100011 | 10111010 | 10111010 | 0 | 10010 | 10010 | 1011 | 0 | 101010 | 1010001 |
Color Harmonies of #E3BABA
Complementary color
Monochromatic Colors of #E3BABA
Black with #E3BABA
Text Example
Text Example
White with #E3BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BABA; }
p { color: rgb(227,186,186); }
H1.HeaderClassName
{
color: #E3BABA;
}
.AnyTagClassName
{
color: #E3BABA;
}
</style>
background-color css
<style>
a { background-color: #E3BABA; }
a { background-color: rgb(227,186,186); }
div.DivClassName
{
background-color: #E3BABA;
}
.BgClassName
{
background-color: #E3BABA;
}
</style>
border-color css
<style>
span { border-color: #E3BABA; }
span { border-color: rgb(227,186,186); }
td.TdClassName
{
border-color: #E3BABA;
}
.TagClassName
{
border-color: #E3BABA;
}
</style>