Shades of Beauty Bush #EAC1BC
Tints of Beauty Bush #EAC1BC
RGB
CMYK
RGB Variations
Color information
#EAC1BC (or 0xEAC1BC) is known color: Beauty Bush. HEX triplet: EA, C1 and BC. RGB value is (234,193,188). Sum of RGB (Red+Green+Blue) = 234+193+188=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1BC is #153E43. Grayscale: #CCCCCC. Windows color (decimal): -1392196 or 12370410. OLE color: 12370410.
HSL color Cylindrical-coordinate representation of color #EAC1BC: hue angle of 6.52º degrees, saturation: 0.52, 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 #EAC1BC is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 188 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.08 |
| HSL | 6.52º | 0.52% | 0.83% | - |
| HSV(B) | 6.52º | 0.2% | 0.92% | - |
| XYZ | 62.08 | 59.26 | 55.74 | - |
| YUV | 204.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 188 | 0 | 0.18 | 0.20 | 0.08 | 6.52 | 0.52 | 0.83 |
| Hex | EA | C1 | BC | 0 | 12 | 14 | 8 | 7 | 34 | 53 |
| Octal | 352 | 301 | 274 | 0 | 22 | 24 | 10 | 7 | 64 | 123 |
| Binary | 11101010 | 11000001 | 10111100 | 0 | 10010 | 10100 | 1000 | 111 | 110100 | 1010011 |
Color Harmonies of #EAC1BC
Complementary color
Monochromatic Colors of #EAC1BC
Black with #EAC1BC
Text Example
Text Example
White with #EAC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1BC; }
p { color: rgb(234,193,188); }
H1.HeaderClassName
{
color: #EAC1BC;
}
.AnyTagClassName
{
color: #EAC1BC;
}
</style>
background-color css
<style>
a { background-color: #EAC1BC; }
a { background-color: rgb(234,193,188); }
div.DivClassName
{
background-color: #EAC1BC;
}
.BgClassName
{
background-color: #EAC1BC;
}
</style>
border-color css
<style>
span { border-color: #EAC1BC; }
span { border-color: rgb(234,193,188); }
td.TdClassName
{
border-color: #EAC1BC;
}
.TagClassName
{
border-color: #EAC1BC;
}
</style>