Shades of Beauty Bush #EEBBB5
Tints of Beauty Bush #EEBBB5
RGB
CMYK
RGB Variations
Color information
#EEBBB5 (or 0xEEBBB5) is known color: Beauty Bush. HEX triplet: EE, BB and B5. RGB value is (238,187,181). Sum of RGB (Red+Green+Blue) = 238+187+181=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBB5 is #11444A. Grayscale: #C9C9C9. Windows color (decimal): -1131595 or 11910126. OLE color: 11910126.
HSL color Cylindrical-coordinate representation of color #EEBBB5: hue angle of 6.32º 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 #EEBBB5 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 181 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.07 |
| HSL | 6.32º | 0.63% | 0.82% | - |
| HSV(B) | 6.32º | 0.24% | 0.93% | - |
| XYZ | 61.37 | 57.05 | 51.49 | - |
| YUV | 201.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 181 | 0 | 0.21 | 0.24 | 0.07 | 6.32 | 0.63 | 0.82 |
| Hex | EE | BB | B5 | 0 | 15 | 18 | 7 | 6 | 3F | 52 |
| Octal | 356 | 273 | 265 | 0 | 25 | 30 | 7 | 6 | 77 | 122 |
| Binary | 11101110 | 10111011 | 10110101 | 0 | 10101 | 11000 | 111 | 110 | 111111 | 1010010 |
Color Harmonies of #EEBBB5
Complementary color
Monochromatic Colors of #EEBBB5
Black with #EEBBB5
Text Example
Text Example
White with #EEBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBB5; }
p { color: rgb(238,187,181); }
H1.HeaderClassName
{
color: #EEBBB5;
}
.AnyTagClassName
{
color: #EEBBB5;
}
</style>
background-color css
<style>
a { background-color: #EEBBB5; }
a { background-color: rgb(238,187,181); }
div.DivClassName
{
background-color: #EEBBB5;
}
.BgClassName
{
background-color: #EEBBB5;
}
</style>
border-color css
<style>
span { border-color: #EEBBB5; }
span { border-color: rgb(238,187,181); }
td.TdClassName
{
border-color: #EEBBB5;
}
.TagClassName
{
border-color: #EEBBB5;
}
</style>