Shades of Beauty Bush #EEBEB8
Tints of Beauty Bush #EEBEB8
RGB
CMYK
RGB Variations
Color information
#EEBEB8 (or 0xEEBEB8) is known color: Beauty Bush. HEX triplet: EE, BE and B8. RGB value is (238,190,184). Sum of RGB (Red+Green+Blue) = 238+190+184=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEB8 is #114147. Grayscale: #CBCBCB. Windows color (decimal): -1130824 or 12107502. OLE color: 12107502.
HSL color Cylindrical-coordinate representation of color #EEBEB8: hue angle of 6.67º 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 #EEBEB8 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 190 | 184 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.07 |
| HSL | 6.67º | 0.61% | 0.83% | - |
| HSV(B) | 6.67º | 0.23% | 0.93% | - |
| XYZ | 62.33 | 58.46 | 53.35 | - |
| YUV | 203.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 184 | 0 | 0.20 | 0.23 | 0.07 | 6.67 | 0.61 | 0.83 |
| Hex | EE | BE | B8 | 0 | 14 | 17 | 7 | 7 | 3D | 53 |
| Octal | 356 | 276 | 270 | 0 | 24 | 27 | 7 | 7 | 75 | 123 |
| Binary | 11101110 | 10111110 | 10111000 | 0 | 10100 | 10111 | 111 | 111 | 111101 | 1010011 |
Color Harmonies of #EEBEB8
Complementary color
Monochromatic Colors of #EEBEB8
Black with #EEBEB8
Text Example
Text Example
White with #EEBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEB8; }
p { color: rgb(238,190,184); }
H1.HeaderClassName
{
color: #EEBEB8;
}
.AnyTagClassName
{
color: #EEBEB8;
}
</style>
background-color css
<style>
a { background-color: #EEBEB8; }
a { background-color: rgb(238,190,184); }
div.DivClassName
{
background-color: #EEBEB8;
}
.BgClassName
{
background-color: #EEBEB8;
}
</style>
border-color css
<style>
span { border-color: #EEBEB8; }
span { border-color: rgb(238,190,184); }
td.TdClassName
{
border-color: #EEBEB8;
}
.TagClassName
{
border-color: #EEBEB8;
}
</style>