Shades of Beauty Bush #EABEB3
Tints of Beauty Bush #EABEB3
RGB
CMYK
RGB Variations
Color information
#EABEB3 (or 0xEABEB3) is known color: Beauty Bush. HEX triplet: EA, BE and B3. RGB value is (234,190,179). Sum of RGB (Red+Green+Blue) = 234+190+179=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEB3 is #15414C. Grayscale: #C9C9C9. Windows color (decimal): -1392973 or 11779818. OLE color: 11779818.
HSL color Cylindrical-coordinate representation of color #EABEB3: hue angle of 12º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABEB3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 179 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.08 |
| HSL | 12º | 0.57% | 0.81% | - |
| HSV(B) | 12º | 0.24% | 0.92% | - |
| XYZ | 60.48 | 57.57 | 50.57 | - |
| YUV | 201.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 179 | 0 | 0.19 | 0.24 | 0.08 | 12 | 0.57 | 0.81 |
| Hex | EA | BE | B3 | 0 | 13 | 18 | 8 | C | 39 | 51 |
| Octal | 352 | 276 | 263 | 0 | 23 | 30 | 10 | 14 | 71 | 121 |
| Binary | 11101010 | 10111110 | 10110011 | 0 | 10011 | 11000 | 1000 | 1100 | 111001 | 1010001 |
Color Harmonies of #EABEB3
Complementary color
Monochromatic Colors of #EABEB3
Black with #EABEB3
Text Example
Text Example
White with #EABEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEB3; }
p { color: rgb(234,190,179); }
H1.HeaderClassName
{
color: #EABEB3;
}
.AnyTagClassName
{
color: #EABEB3;
}
</style>
background-color css
<style>
a { background-color: #EABEB3; }
a { background-color: rgb(234,190,179); }
div.DivClassName
{
background-color: #EABEB3;
}
.BgClassName
{
background-color: #EABEB3;
}
</style>
border-color css
<style>
span { border-color: #EABEB3; }
span { border-color: rgb(234,190,179); }
td.TdClassName
{
border-color: #EABEB3;
}
.TagClassName
{
border-color: #EABEB3;
}
</style>