Shades of Beauty Bush #E6BABA
Tints of Beauty Bush #E6BABA
RGB
CMYK
RGB Variations
Color information
#E6BABA (or 0xE6BABA) is known color: Beauty Bush. HEX triplet: E6, BA and BA. RGB value is (230,186,186). Sum of RGB (Red+Green+Blue) = 230+186+186=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABA is #194545. Grayscale: #C7C7C7. Windows color (decimal): -1656134 or 12237542. OLE color: 12237542.
HSL color Cylindrical-coordinate representation of color #E6BABA: hue angle of 0º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BABA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 186 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.10 |
| HSL | 0º | 0.47% | 0.82% | - |
| HSV(B) | 0º | 0.19% | 0.9% | - |
| XYZ | 59.05 | 55.49 | 54.05 | - |
| YUV | 199.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 186 | 0 | 0.19 | 0.19 | 0.10 | 0 | 0.47 | 0.82 |
| Hex | E6 | BA | BA | 0 | 13 | 13 | A | 0 | 2F | 52 |
| Octal | 346 | 272 | 272 | 0 | 23 | 23 | 12 | 0 | 57 | 122 |
| Binary | 11100110 | 10111010 | 10111010 | 0 | 10011 | 10011 | 1010 | 0 | 101111 | 1010010 |
Color Harmonies of #E6BABA
Complementary color
Monochromatic Colors of #E6BABA
Black with #E6BABA
Text Example
Text Example
White with #E6BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BABA; }
p { color: rgb(230,186,186); }
H1.HeaderClassName
{
color: #E6BABA;
}
.AnyTagClassName
{
color: #E6BABA;
}
</style>
background-color css
<style>
a { background-color: #E6BABA; }
a { background-color: rgb(230,186,186); }
div.DivClassName
{
background-color: #E6BABA;
}
.BgClassName
{
background-color: #E6BABA;
}
</style>
border-color css
<style>
span { border-color: #E6BABA; }
span { border-color: rgb(230,186,186); }
td.TdClassName
{
border-color: #E6BABA;
}
.TagClassName
{
border-color: #E6BABA;
}
</style>