Shades of Beauty Bush #EEBFB8
Tints of Beauty Bush #EEBFB8
RGB
CMYK
RGB Variations
Color information
#EEBFB8 (or 0xEEBFB8) is known color: Beauty Bush. HEX triplet: EE, BF and B8. RGB value is (238,191,184). Sum of RGB (Red+Green+Blue) = 238+191+184=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFB8 is #114047. Grayscale: #CCCCCC. Windows color (decimal): -1130568 or 12107758. OLE color: 12107758.
HSL color Cylindrical-coordinate representation of color #EEBFB8: hue angle of 7.78º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBFB8 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 184 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.07 |
| HSL | 7.78º | 0.61% | 0.83% | - |
| HSV(B) | 7.78º | 0.23% | 0.93% | - |
| XYZ | 62.54 | 58.9 | 53.42 | - |
| YUV | 204.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 184 | 0 | 0.20 | 0.23 | 0.07 | 7.78 | 0.61 | 0.83 |
| Hex | EE | BF | B8 | 0 | 14 | 17 | 7 | 8 | 3D | 53 |
| Octal | 356 | 277 | 270 | 0 | 24 | 27 | 7 | 10 | 75 | 123 |
| Binary | 11101110 | 10111111 | 10111000 | 0 | 10100 | 10111 | 111 | 1000 | 111101 | 1010011 |
Color Harmonies of #EEBFB8
Complementary color
Monochromatic Colors of #EEBFB8
Black with #EEBFB8
Text Example
Text Example
White with #EEBFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFB8; }
p { color: rgb(238,191,184); }
H1.HeaderClassName
{
color: #EEBFB8;
}
.AnyTagClassName
{
color: #EEBFB8;
}
</style>
background-color css
<style>
a { background-color: #EEBFB8; }
a { background-color: rgb(238,191,184); }
div.DivClassName
{
background-color: #EEBFB8;
}
.BgClassName
{
background-color: #EEBFB8;
}
</style>
border-color css
<style>
span { border-color: #EEBFB8; }
span { border-color: rgb(238,191,184); }
td.TdClassName
{
border-color: #EEBFB8;
}
.TagClassName
{
border-color: #EEBFB8;
}
</style>