Shades of Beauty Bush #EEBFB5
Tints of Beauty Bush #EEBFB5
RGB
CMYK
RGB Variations
Color information
#EEBFB5 (or 0xEEBFB5) is known color: Beauty Bush. HEX triplet: EE, BF and B5. RGB value is (238,191,181). Sum of RGB (Red+Green+Blue) = 238+191+181=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFB5 is #11404A. Grayscale: #CBCBCB. Windows color (decimal): -1130571 or 11911150. OLE color: 11911150.
HSL color Cylindrical-coordinate representation of color #EEBFB5: hue angle of 10.53º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEBFB5 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 181 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.07 |
| HSL | 10.53º | 0.63% | 0.82% | - |
| HSV(B) | 10.53º | 0.24% | 0.93% | - |
| XYZ | 62.23 | 58.77 | 51.78 | - |
| YUV | 203.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 181 | 0 | 0.20 | 0.24 | 0.07 | 10.53 | 0.63 | 0.82 |
| Hex | EE | BF | B5 | 0 | 14 | 18 | 7 | B | 3F | 52 |
| Octal | 356 | 277 | 265 | 0 | 24 | 30 | 7 | 13 | 77 | 122 |
| Binary | 11101110 | 10111111 | 10110101 | 0 | 10100 | 11000 | 111 | 1011 | 111111 | 1010010 |
Color Harmonies of #EEBFB5
Complementary color
Monochromatic Colors of #EEBFB5
Black with #EEBFB5
Text Example
Text Example
White with #EEBFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFB5; }
p { color: rgb(238,191,181); }
H1.HeaderClassName
{
color: #EEBFB5;
}
.AnyTagClassName
{
color: #EEBFB5;
}
</style>
background-color css
<style>
a { background-color: #EEBFB5; }
a { background-color: rgb(238,191,181); }
div.DivClassName
{
background-color: #EEBFB5;
}
.BgClassName
{
background-color: #EEBFB5;
}
</style>
border-color css
<style>
span { border-color: #EEBFB5; }
span { border-color: rgb(238,191,181); }
td.TdClassName
{
border-color: #EEBFB5;
}
.TagClassName
{
border-color: #EEBFB5;
}
</style>