Shades of Beauty Bush #EAB6AF
Tints of Beauty Bush #EAB6AF
RGB
CMYK
RGB Variations
Color information
#EAB6AF (or 0xEAB6AF) is known color: Beauty Bush. HEX triplet: EA, B6 and AF. RGB value is (234,182,175). Sum of RGB (Red+Green+Blue) = 234+182+175=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB6AF is #154950. Grayscale: #C4C4C4. Windows color (decimal): -1395025 or 11515626. OLE color: 11515626.
HSL color Cylindrical-coordinate representation of color #EAB6AF: hue angle of 7.12º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB6AF is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 175 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.08 |
| HSL | 7.12º | 0.58% | 0.8% | - |
| HSV(B) | 7.12º | 0.25% | 0.92% | - |
| XYZ | 58.4 | 54.04 | 47.91 | - |
| YUV | 196.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 175 | 0 | 0.22 | 0.25 | 0.08 | 7.12 | 0.58 | 0.8 |
| Hex | EA | B6 | AF | 0 | 16 | 19 | 8 | 7 | 3A | 50 |
| Octal | 352 | 266 | 257 | 0 | 26 | 31 | 10 | 7 | 72 | 120 |
| Binary | 11101010 | 10110110 | 10101111 | 0 | 10110 | 11001 | 1000 | 111 | 111010 | 1010000 |
Color Harmonies of #EAB6AF
Complementary color
Monochromatic Colors of #EAB6AF
Black with #EAB6AF
Text Example
Text Example
White with #EAB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB6AF; }
p { color: rgb(234,182,175); }
H1.HeaderClassName
{
color: #EAB6AF;
}
.AnyTagClassName
{
color: #EAB6AF;
}
</style>
background-color css
<style>
a { background-color: #EAB6AF; }
a { background-color: rgb(234,182,175); }
div.DivClassName
{
background-color: #EAB6AF;
}
.BgClassName
{
background-color: #EAB6AF;
}
</style>
border-color css
<style>
span { border-color: #EAB6AF; }
span { border-color: rgb(234,182,175); }
td.TdClassName
{
border-color: #EAB6AF;
}
.TagClassName
{
border-color: #EAB6AF;
}
</style>