Shades of Beauty Bush #EAC2BE
Tints of Beauty Bush #EAC2BE
RGB
CMYK
RGB Variations
Color information
#EAC2BE (or 0xEAC2BE) is known color: Beauty Bush. HEX triplet: EA, C2 and BE. RGB value is (234,194,190). Sum of RGB (Red+Green+Blue) = 234+194+190=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2BE is #153D41. Grayscale: #CDCDCD. Windows color (decimal): -1391938 or 12501738. OLE color: 12501738.
HSL color Cylindrical-coordinate representation of color #EAC2BE: hue angle of 5.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAC2BE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 190 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.08 |
| HSL | 5.45º | 0.51% | 0.83% | - |
| HSV(B) | 5.45º | 0.19% | 0.92% | - |
| XYZ | 62.52 | 59.79 | 56.96 | - |
| YUV | 205.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 190 | 0 | 0.17 | 0.19 | 0.08 | 5.45 | 0.51 | 0.83 |
| Hex | EA | C2 | BE | 0 | 11 | 13 | 8 | 5 | 33 | 53 |
| Octal | 352 | 302 | 276 | 0 | 21 | 23 | 10 | 5 | 63 | 123 |
| Binary | 11101010 | 11000010 | 10111110 | 0 | 10001 | 10011 | 1000 | 101 | 110011 | 1010011 |
Color Harmonies of #EAC2BE
Complementary color
Monochromatic Colors of #EAC2BE
Black with #EAC2BE
Text Example
Text Example
White with #EAC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC2BE; }
p { color: rgb(234,194,190); }
H1.HeaderClassName
{
color: #EAC2BE;
}
.AnyTagClassName
{
color: #EAC2BE;
}
</style>
background-color css
<style>
a { background-color: #EAC2BE; }
a { background-color: rgb(234,194,190); }
div.DivClassName
{
background-color: #EAC2BE;
}
.BgClassName
{
background-color: #EAC2BE;
}
</style>
border-color css
<style>
span { border-color: #EAC2BE; }
span { border-color: rgb(234,194,190); }
td.TdClassName
{
border-color: #EAC2BE;
}
.TagClassName
{
border-color: #EAC2BE;
}
</style>