Shades of Beauty Bush #E5AFAF
Tints of Beauty Bush #E5AFAF
RGB
CMYK
RGB Variations
Color information
#E5AFAF (or 0xE5AFAF) is known color: Beauty Bush. HEX triplet: E5, AF and AF. RGB value is (229,175,175). Sum of RGB (Red+Green+Blue) = 229+175+175=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AFAF is #1A5050. Grayscale: #BFBFBF. Windows color (decimal): -1724497 or 11513829. OLE color: 11513829.
HSL color Cylindrical-coordinate representation of color #E5AFAF: hue angle of 0º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5AFAF is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 175 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.10 |
| HSL | 0º | 0.51% | 0.79% | - |
| HSV(B) | 0º | 0.24% | 0.9% | - |
| XYZ | 55.38 | 50.41 | 47.37 | - |
| YUV | 191.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 175 | 0 | 0.24 | 0.24 | 0.10 | 0 | 0.51 | 0.79 |
| Hex | E5 | AF | AF | 0 | 18 | 18 | A | 0 | 33 | 4F |
| Octal | 345 | 257 | 257 | 0 | 30 | 30 | 12 | 0 | 63 | 117 |
| Binary | 11100101 | 10101111 | 10101111 | 0 | 11000 | 11000 | 1010 | 0 | 110011 | 1001111 |
Color Harmonies of #E5AFAF
Complementary color
Monochromatic Colors of #E5AFAF
Black with #E5AFAF
Text Example
Text Example
White with #E5AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFAF; }
p { color: rgb(229,175,175); }
H1.HeaderClassName
{
color: #E5AFAF;
}
.AnyTagClassName
{
color: #E5AFAF;
}
</style>
background-color css
<style>
a { background-color: #E5AFAF; }
a { background-color: rgb(229,175,175); }
div.DivClassName
{
background-color: #E5AFAF;
}
.BgClassName
{
background-color: #E5AFAF;
}
</style>
border-color css
<style>
span { border-color: #E5AFAF; }
span { border-color: rgb(229,175,175); }
td.TdClassName
{
border-color: #E5AFAF;
}
.TagClassName
{
border-color: #E5AFAF;
}
</style>