Shades of Beauty Bush #EEBEBA
Tints of Beauty Bush #EEBEBA
RGB
CMYK
RGB Variations
Color information
#EEBEBA (or 0xEEBEBA) is known color: Beauty Bush. HEX triplet: EE, BE and BA. RGB value is (238,190,186). Sum of RGB (Red+Green+Blue) = 238+190+186=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEBA is #114145. Grayscale: #CBCBCB. Windows color (decimal): -1130822 or 12238574. OLE color: 12238574.
HSL color Cylindrical-coordinate representation of color #EEBEBA: hue angle of 4.62º 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 #EEBEBA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 186 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.07 |
| HSL | 4.62º | 0.6% | 0.83% | - |
| HSV(B) | 4.62º | 0.22% | 0.93% | - |
| XYZ | 62.54 | 58.55 | 54.46 | - |
| YUV | 203.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 186 | 0 | 0.20 | 0.22 | 0.07 | 4.62 | 0.6 | 0.83 |
| Hex | EE | BE | BA | 0 | 14 | 16 | 7 | 5 | 3C | 53 |
| Octal | 356 | 276 | 272 | 0 | 24 | 26 | 7 | 5 | 74 | 123 |
| Binary | 11101110 | 10111110 | 10111010 | 0 | 10100 | 10110 | 111 | 101 | 111100 | 1010011 |
Color Harmonies of #EEBEBA
Complementary color
Monochromatic Colors of #EEBEBA
Black with #EEBEBA
Text Example
Text Example
White with #EEBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEBA; }
p { color: rgb(238,190,186); }
H1.HeaderClassName
{
color: #EEBEBA;
}
.AnyTagClassName
{
color: #EEBEBA;
}
</style>
background-color css
<style>
a { background-color: #EEBEBA; }
a { background-color: rgb(238,190,186); }
div.DivClassName
{
background-color: #EEBEBA;
}
.BgClassName
{
background-color: #EEBEBA;
}
</style>
border-color css
<style>
span { border-color: #EEBEBA; }
span { border-color: rgb(238,190,186); }
td.TdClassName
{
border-color: #EEBEBA;
}
.TagClassName
{
border-color: #EEBEBA;
}
</style>