Shades of Beauty Bush #E7ACAC
Tints of Beauty Bush #E7ACAC
RGB
CMYK
RGB Variations
Color information
#E7ACAC (or 0xE7ACAC) is known color: Beauty Bush. HEX triplet: E7, AC and AC. RGB value is (231,172,172). Sum of RGB (Red+Green+Blue) = 231+172+172=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7ACAC is #185353. Grayscale: #BDBDBD. Windows color (decimal): -1594196 or 11316455. OLE color: 11316455.
HSL color Cylindrical-coordinate representation of color #E7ACAC: hue angle of 0º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ACAC is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 172 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.09 |
| HSL | 0º | 0.55% | 0.79% | - |
| HSV(B) | 0º | 0.26% | 0.91% | - |
| XYZ | 55.15 | 49.47 | 45.67 | - |
| YUV | 189.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 172 | 0 | 0.26 | 0.26 | 0.09 | 0 | 0.55 | 0.79 |
| Hex | E7 | AC | AC | 0 | 1A | 1A | 9 | 0 | 37 | 4F |
| Octal | 347 | 254 | 254 | 0 | 32 | 32 | 11 | 0 | 67 | 117 |
| Binary | 11100111 | 10101100 | 10101100 | 0 | 11010 | 11010 | 1001 | 0 | 110111 | 1001111 |
Color Harmonies of #E7ACAC
Complementary color
Monochromatic Colors of #E7ACAC
Black with #E7ACAC
Text Example
Text Example
White with #E7ACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACAC; }
p { color: rgb(231,172,172); }
H1.HeaderClassName
{
color: #E7ACAC;
}
.AnyTagClassName
{
color: #E7ACAC;
}
</style>
background-color css
<style>
a { background-color: #E7ACAC; }
a { background-color: rgb(231,172,172); }
div.DivClassName
{
background-color: #E7ACAC;
}
.BgClassName
{
background-color: #E7ACAC;
}
</style>
border-color css
<style>
span { border-color: #E7ACAC; }
span { border-color: rgb(231,172,172); }
td.TdClassName
{
border-color: #E7ACAC;
}
.TagClassName
{
border-color: #E7ACAC;
}
</style>