Shades of Beauty Bush #EABAB7
Tints of Beauty Bush #EABAB7
RGB
CMYK
RGB Variations
Color information
#EABAB7 (or 0xEABAB7) is known color: Beauty Bush. HEX triplet: EA, BA and B7. RGB value is (234,186,183). Sum of RGB (Red+Green+Blue) = 234+186+183=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAB7 is #154548. Grayscale: #C8C8C8. Windows color (decimal): -1393993 or 12040938. OLE color: 12040938.
HSL color Cylindrical-coordinate representation of color #EABAB7: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABAB7 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 183 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.08 |
| HSL | 3.53º | 0.55% | 0.82% | - |
| HSV(B) | 3.53º | 0.22% | 0.92% | - |
| XYZ | 60.04 | 56.03 | 52.45 | - |
| YUV | 200.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 183 | 0 | 0.21 | 0.22 | 0.08 | 3.53 | 0.55 | 0.82 |
| Hex | EA | BA | B7 | 0 | 15 | 16 | 8 | 4 | 37 | 52 |
| Octal | 352 | 272 | 267 | 0 | 25 | 26 | 10 | 4 | 67 | 122 |
| Binary | 11101010 | 10111010 | 10110111 | 0 | 10101 | 10110 | 1000 | 100 | 110111 | 1010010 |
Color Harmonies of #EABAB7
Complementary color
Monochromatic Colors of #EABAB7
Black with #EABAB7
Text Example
Text Example
White with #EABAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAB7; }
p { color: rgb(234,186,183); }
H1.HeaderClassName
{
color: #EABAB7;
}
.AnyTagClassName
{
color: #EABAB7;
}
</style>
background-color css
<style>
a { background-color: #EABAB7; }
a { background-color: rgb(234,186,183); }
div.DivClassName
{
background-color: #EABAB7;
}
.BgClassName
{
background-color: #EABAB7;
}
</style>
border-color css
<style>
span { border-color: #EABAB7; }
span { border-color: rgb(234,186,183); }
td.TdClassName
{
border-color: #EABAB7;
}
.TagClassName
{
border-color: #EABAB7;
}
</style>