Shades of Beauty Bush #EABEBA
Tints of Beauty Bush #EABEBA
RGB
CMYK
RGB Variations
Color information
#EABEBA (or 0xEABEBA) is known color: Beauty Bush. HEX triplet: EA, BE and BA. RGB value is (234,190,186). Sum of RGB (Red+Green+Blue) = 234+190+186=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEBA is #154145. Grayscale: #CACACA. Windows color (decimal): -1392966 or 12238570. OLE color: 12238570.
HSL color Cylindrical-coordinate representation of color #EABEBA: hue angle of 5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABEBA is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 186 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.08 |
| HSL | 5º | 0.53% | 0.82% | - |
| HSV(B) | 5º | 0.21% | 0.92% | - |
| XYZ | 61.21 | 57.86 | 54.4 | - |
| YUV | 202.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 186 | 0 | 0.19 | 0.21 | 0.08 | 5 | 0.53 | 0.82 |
| Hex | EA | BE | BA | 0 | 13 | 15 | 8 | 5 | 35 | 52 |
| Octal | 352 | 276 | 272 | 0 | 23 | 25 | 10 | 5 | 65 | 122 |
| Binary | 11101010 | 10111110 | 10111010 | 0 | 10011 | 10101 | 1000 | 101 | 110101 | 1010010 |
Color Harmonies of #EABEBA
Complementary color
Monochromatic Colors of #EABEBA
Black with #EABEBA
Text Example
Text Example
White with #EABEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEBA; }
p { color: rgb(234,190,186); }
H1.HeaderClassName
{
color: #EABEBA;
}
.AnyTagClassName
{
color: #EABEBA;
}
</style>
background-color css
<style>
a { background-color: #EABEBA; }
a { background-color: rgb(234,190,186); }
div.DivClassName
{
background-color: #EABEBA;
}
.BgClassName
{
background-color: #EABEBA;
}
</style>
border-color css
<style>
span { border-color: #EABEBA; }
span { border-color: rgb(234,190,186); }
td.TdClassName
{
border-color: #EABEBA;
}
.TagClassName
{
border-color: #EABEBA;
}
</style>