Shades of Beauty Bush #EABEB8
Tints of Beauty Bush #EABEB8
RGB
CMYK
RGB Variations
Color information
#EABEB8 (or 0xEABEB8) is known color: Beauty Bush. HEX triplet: EA, BE and B8. RGB value is (234,190,184). Sum of RGB (Red+Green+Blue) = 234+190+184=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEB8 is #154147. Grayscale: #CACACA. Windows color (decimal): -1392968 or 12107498. OLE color: 12107498.
HSL color Cylindrical-coordinate representation of color #EABEB8: hue angle of 7.2º degrees, saturation: 0.54, 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 #EABEB8 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 184 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.08 |
| HSL | 7.2º | 0.54% | 0.82% | - |
| HSV(B) | 7.2º | 0.21% | 0.92% | - |
| XYZ | 61 | 57.78 | 53.29 | - |
| YUV | 202.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 184 | 0 | 0.19 | 0.21 | 0.08 | 7.2 | 0.54 | 0.82 |
| Hex | EA | BE | B8 | 0 | 13 | 15 | 8 | 7 | 36 | 52 |
| Octal | 352 | 276 | 270 | 0 | 23 | 25 | 10 | 7 | 66 | 122 |
| Binary | 11101010 | 10111110 | 10111000 | 0 | 10011 | 10101 | 1000 | 111 | 110110 | 1010010 |
Color Harmonies of #EABEB8
Complementary color
Monochromatic Colors of #EABEB8
Black with #EABEB8
Text Example
Text Example
White with #EABEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEB8; }
p { color: rgb(234,190,184); }
H1.HeaderClassName
{
color: #EABEB8;
}
.AnyTagClassName
{
color: #EABEB8;
}
</style>
background-color css
<style>
a { background-color: #EABEB8; }
a { background-color: rgb(234,190,184); }
div.DivClassName
{
background-color: #EABEB8;
}
.BgClassName
{
background-color: #EABEB8;
}
</style>
border-color css
<style>
span { border-color: #EABEB8; }
span { border-color: rgb(234,190,184); }
td.TdClassName
{
border-color: #EABEB8;
}
.TagClassName
{
border-color: #EABEB8;
}
</style>