Shades of Beauty Bush #EABEB4
Tints of Beauty Bush #EABEB4
RGB
CMYK
RGB Variations
Color information
#EABEB4 (or 0xEABEB4) is known color: Beauty Bush. HEX triplet: EA, BE and B4. RGB value is (234,190,180). Sum of RGB (Red+Green+Blue) = 234+190+180=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEB4 is #15414B. Grayscale: #CACACA. Windows color (decimal): -1392972 or 11845354. OLE color: 11845354.
HSL color Cylindrical-coordinate representation of color #EABEB4: hue angle of 11.11º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABEB4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 180 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.08 |
| HSL | 11.11º | 0.56% | 0.81% | - |
| HSV(B) | 11.11º | 0.23% | 0.92% | - |
| XYZ | 60.58 | 57.61 | 51.11 | - |
| YUV | 202.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 180 | 0 | 0.19 | 0.23 | 0.08 | 11.11 | 0.56 | 0.81 |
| Hex | EA | BE | B4 | 0 | 13 | 17 | 8 | B | 38 | 51 |
| Octal | 352 | 276 | 264 | 0 | 23 | 27 | 10 | 13 | 70 | 121 |
| Binary | 11101010 | 10111110 | 10110100 | 0 | 10011 | 10111 | 1000 | 1011 | 111000 | 1010001 |
Color Harmonies of #EABEB4
Complementary color
Monochromatic Colors of #EABEB4
Black with #EABEB4
Text Example
Text Example
White with #EABEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEB4; }
p { color: rgb(234,190,180); }
H1.HeaderClassName
{
color: #EABEB4;
}
.AnyTagClassName
{
color: #EABEB4;
}
</style>
background-color css
<style>
a { background-color: #EABEB4; }
a { background-color: rgb(234,190,180); }
div.DivClassName
{
background-color: #EABEB4;
}
.BgClassName
{
background-color: #EABEB4;
}
</style>
border-color css
<style>
span { border-color: #EABEB4; }
span { border-color: rgb(234,190,180); }
td.TdClassName
{
border-color: #EABEB4;
}
.TagClassName
{
border-color: #EABEB4;
}
</style>