Shades of Beauty Bush #EEBCBC
Tints of Beauty Bush #EEBCBC
RGB
CMYK
RGB Variations
Color information
#EEBCBC (or 0xEEBCBC) is known color: Beauty Bush. HEX triplet: EE, BC and BC. RGB value is (238,188,188). Sum of RGB (Red+Green+Blue) = 238+188+188=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCBC is #114343. Grayscale: #CBCBCB. Windows color (decimal): -1131332 or 12369134. OLE color: 12369134.
HSL color Cylindrical-coordinate representation of color #EEBCBC: hue angle of 0º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCBC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 188 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.07 |
| HSL | 0º | 0.6% | 0.84% | - |
| HSV(B) | 0º | 0.21% | 0.93% | - |
| XYZ | 62.32 | 57.77 | 55.44 | - |
| YUV | 202.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 188 | 0 | 0.21 | 0.21 | 0.07 | 0 | 0.6 | 0.84 |
| Hex | EE | BC | BC | 0 | 15 | 15 | 7 | 0 | 3C | 54 |
| Octal | 356 | 274 | 274 | 0 | 25 | 25 | 7 | 0 | 74 | 124 |
| Binary | 11101110 | 10111100 | 10111100 | 0 | 10101 | 10101 | 111 | 0 | 111100 | 1010100 |
Color Harmonies of #EEBCBC
Complementary color
Monochromatic Colors of #EEBCBC
Black with #EEBCBC
Text Example
Text Example
White with #EEBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCBC; }
p { color: rgb(238,188,188); }
H1.HeaderClassName
{
color: #EEBCBC;
}
.AnyTagClassName
{
color: #EEBCBC;
}
</style>
background-color css
<style>
a { background-color: #EEBCBC; }
a { background-color: rgb(238,188,188); }
div.DivClassName
{
background-color: #EEBCBC;
}
.BgClassName
{
background-color: #EEBCBC;
}
</style>
border-color css
<style>
span { border-color: #EEBCBC; }
span { border-color: rgb(238,188,188); }
td.TdClassName
{
border-color: #EEBCBC;
}
.TagClassName
{
border-color: #EEBCBC;
}
</style>