Shades of Beauty Bush #EAC2BB
Tints of Beauty Bush #EAC2BB
RGB
CMYK
RGB Variations
Color information
#EAC2BB (or 0xEAC2BB) is known color: Beauty Bush. HEX triplet: EA, C2 and BB. RGB value is (234,194,187). Sum of RGB (Red+Green+Blue) = 234+194+187=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2BB is #153D44. Grayscale: #CDCDCD. Windows color (decimal): -1391941 or 12305130. OLE color: 12305130.
HSL color Cylindrical-coordinate representation of color #EAC2BB: hue angle of 8.94º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAC2BB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 187 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.08 |
| HSL | 8.94º | 0.53% | 0.83% | - |
| HSV(B) | 8.94º | 0.2% | 0.92% | - |
| XYZ | 62.19 | 59.66 | 55.25 | - |
| YUV | 205.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 187 | 0 | 0.17 | 0.20 | 0.08 | 8.94 | 0.53 | 0.83 |
| Hex | EA | C2 | BB | 0 | 11 | 14 | 8 | 9 | 35 | 53 |
| Octal | 352 | 302 | 273 | 0 | 21 | 24 | 10 | 11 | 65 | 123 |
| Binary | 11101010 | 11000010 | 10111011 | 0 | 10001 | 10100 | 1000 | 1001 | 110101 | 1010011 |
Color Harmonies of #EAC2BB
Complementary color
Monochromatic Colors of #EAC2BB
Black with #EAC2BB
Text Example
Text Example
White with #EAC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2BB; }
p { color: rgb(234,194,187); }
H1.HeaderClassName
{
color: #EAC2BB;
}
.AnyTagClassName
{
color: #EAC2BB;
}
</style>
background-color css
<style>
a { background-color: #EAC2BB; }
a { background-color: rgb(234,194,187); }
div.DivClassName
{
background-color: #EAC2BB;
}
.BgClassName
{
background-color: #EAC2BB;
}
</style>
border-color css
<style>
span { border-color: #EAC2BB; }
span { border-color: rgb(234,194,187); }
td.TdClassName
{
border-color: #EAC2BB;
}
.TagClassName
{
border-color: #EAC2BB;
}
</style>