Shades of Beauty Bush #EABEBE
Tints of Beauty Bush #EABEBE
RGB
CMYK
RGB Variations
Color information
#EABEBE (or 0xEABEBE) is known color: Beauty Bush. HEX triplet: EA, BE and BE. RGB value is (234,190,190). Sum of RGB (Red+Green+Blue) = 234+190+190=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEBE is #154141. Grayscale: #CBCBCB. Windows color (decimal): -1392962 or 12500714. OLE color: 12500714.
HSL color Cylindrical-coordinate representation of color #EABEBE: hue angle of 0º 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 #EABEBE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 190 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.08 |
| HSL | 0º | 0.51% | 0.83% | - |
| HSV(B) | 0º | 0.19% | 0.92% | - |
| XYZ | 61.64 | 58.04 | 56.67 | - |
| YUV | 203.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 190 | 0 | 0.19 | 0.19 | 0.08 | 0 | 0.51 | 0.83 |
| Hex | EA | BE | BE | 0 | 13 | 13 | 8 | 0 | 33 | 53 |
| Octal | 352 | 276 | 276 | 0 | 23 | 23 | 10 | 0 | 63 | 123 |
| Binary | 11101010 | 10111110 | 10111110 | 0 | 10011 | 10011 | 1000 | 0 | 110011 | 1010011 |
Color Harmonies of #EABEBE
Complementary color
Monochromatic Colors of #EABEBE
Black with #EABEBE
Text Example
Text Example
White with #EABEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEBE; }
p { color: rgb(234,190,190); }
H1.HeaderClassName
{
color: #EABEBE;
}
.AnyTagClassName
{
color: #EABEBE;
}
</style>
background-color css
<style>
a { background-color: #EABEBE; }
a { background-color: rgb(234,190,190); }
div.DivClassName
{
background-color: #EABEBE;
}
.BgClassName
{
background-color: #EABEBE;
}
</style>
border-color css
<style>
span { border-color: #EABEBE; }
span { border-color: rgb(234,190,190); }
td.TdClassName
{
border-color: #EABEBE;
}
.TagClassName
{
border-color: #EABEBE;
}
</style>