Shades of Beauty Bush #EAC3BE
Tints of Beauty Bush #EAC3BE
RGB
CMYK
RGB Variations
Color information
#EAC3BE (or 0xEAC3BE) is known color: Beauty Bush. HEX triplet: EA, C3 and BE. RGB value is (234,195,190). Sum of RGB (Red+Green+Blue) = 234+195+190=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3BE is #153C41. Grayscale: #CECECE. Windows color (decimal): -1391682 or 12501994. OLE color: 12501994.
HSL color Cylindrical-coordinate representation of color #EAC3BE: hue angle of 6.82º 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 #EAC3BE is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 190 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.08 |
| HSL | 6.82º | 0.51% | 0.83% | - |
| HSV(B) | 6.82º | 0.19% | 0.92% | - |
| XYZ | 62.74 | 60.24 | 57.04 | - |
| YUV | 206.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 190 | 0 | 0.17 | 0.19 | 0.08 | 6.82 | 0.51 | 0.83 |
| Hex | EA | C3 | BE | 0 | 11 | 13 | 8 | 7 | 33 | 53 |
| Octal | 352 | 303 | 276 | 0 | 21 | 23 | 10 | 7 | 63 | 123 |
| Binary | 11101010 | 11000011 | 10111110 | 0 | 10001 | 10011 | 1000 | 111 | 110011 | 1010011 |
Color Harmonies of #EAC3BE
Complementary color
Monochromatic Colors of #EAC3BE
Black with #EAC3BE
Text Example
Text Example
White with #EAC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC3BE; }
p { color: rgb(234,195,190); }
H1.HeaderClassName
{
color: #EAC3BE;
}
.AnyTagClassName
{
color: #EAC3BE;
}
</style>
background-color css
<style>
a { background-color: #EAC3BE; }
a { background-color: rgb(234,195,190); }
div.DivClassName
{
background-color: #EAC3BE;
}
.BgClassName
{
background-color: #EAC3BE;
}
</style>
border-color css
<style>
span { border-color: #EAC3BE; }
span { border-color: rgb(234,195,190); }
td.TdClassName
{
border-color: #EAC3BE;
}
.TagClassName
{
border-color: #EAC3BE;
}
</style>