Shades of Beauty Bush #EEBABA
Tints of Beauty Bush #EEBABA
RGB
CMYK
RGB Variations
Color information
#EEBABA (or 0xEEBABA) is known color: Beauty Bush. HEX triplet: EE, BA and BA. RGB value is (238,186,186). Sum of RGB (Red+Green+Blue) = 238+186+186=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABA is #114545. Grayscale: #C9C9C9. Windows color (decimal): -1131846 or 12237550. OLE color: 12237550.
HSL color Cylindrical-coordinate representation of color #EEBABA: hue angle of 0º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBABA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 186 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.07 |
| HSL | 0º | 0.6% | 0.83% | - |
| HSV(B) | 0º | 0.22% | 0.93% | - |
| XYZ | 61.68 | 56.84 | 54.17 | - |
| YUV | 201.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 186 | 0 | 0.22 | 0.22 | 0.07 | 0 | 0.6 | 0.83 |
| Hex | EE | BA | BA | 0 | 16 | 16 | 7 | 0 | 3C | 53 |
| Octal | 356 | 272 | 272 | 0 | 26 | 26 | 7 | 0 | 74 | 123 |
| Binary | 11101110 | 10111010 | 10111010 | 0 | 10110 | 10110 | 111 | 0 | 111100 | 1010011 |
Color Harmonies of #EEBABA
Complementary color
Monochromatic Colors of #EEBABA
Black with #EEBABA
Text Example
Text Example
White with #EEBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBABA; }
p { color: rgb(238,186,186); }
H1.HeaderClassName
{
color: #EEBABA;
}
.AnyTagClassName
{
color: #EEBABA;
}
</style>
background-color css
<style>
a { background-color: #EEBABA; }
a { background-color: rgb(238,186,186); }
div.DivClassName
{
background-color: #EEBABA;
}
.BgClassName
{
background-color: #EEBABA;
}
</style>
border-color css
<style>
span { border-color: #EEBABA; }
span { border-color: rgb(238,186,186); }
td.TdClassName
{
border-color: #EEBABA;
}
.TagClassName
{
border-color: #EEBABA;
}
</style>