Shades of Beauty Bush #EABCBC
Tints of Beauty Bush #EABCBC
RGB
CMYK
RGB Variations
Color information
#EABCBC (or 0xEABCBC) is known color: Beauty Bush. HEX triplet: EA, BC and BC. RGB value is (234,188,188). Sum of RGB (Red+Green+Blue) = 234+188+188=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBC is #154343. Grayscale: #C9C9C9. Windows color (decimal): -1393476 or 12369130. OLE color: 12369130.
HSL color Cylindrical-coordinate representation of color #EABCBC: hue angle of 0º 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 #EABCBC is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 188 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.08 |
| HSL | 0º | 0.52% | 0.83% | - |
| HSV(B) | 0º | 0.2% | 0.92% | - |
| XYZ | 60.99 | 57.09 | 55.38 | - |
| YUV | 201.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 188 | 0 | 0.20 | 0.20 | 0.08 | 0 | 0.52 | 0.83 |
| Hex | EA | BC | BC | 0 | 14 | 14 | 8 | 0 | 34 | 53 |
| Octal | 352 | 274 | 274 | 0 | 24 | 24 | 10 | 0 | 64 | 123 |
| Binary | 11101010 | 10111100 | 10111100 | 0 | 10100 | 10100 | 1000 | 0 | 110100 | 1010011 |
Color Harmonies of #EABCBC
Complementary color
Monochromatic Colors of #EABCBC
Black with #EABCBC
Text Example
Text Example
White with #EABCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCBC; }
p { color: rgb(234,188,188); }
H1.HeaderClassName
{
color: #EABCBC;
}
.AnyTagClassName
{
color: #EABCBC;
}
</style>
background-color css
<style>
a { background-color: #EABCBC; }
a { background-color: rgb(234,188,188); }
div.DivClassName
{
background-color: #EABCBC;
}
.BgClassName
{
background-color: #EABCBC;
}
</style>
border-color css
<style>
span { border-color: #EABCBC; }
span { border-color: rgb(234,188,188); }
td.TdClassName
{
border-color: #EABCBC;
}
.TagClassName
{
border-color: #EABCBC;
}
</style>