Shades of Beauty Bush #EEBDBB
Tints of Beauty Bush #EEBDBB
RGB
CMYK
RGB Variations
Color information
#EEBDBB (or 0xEEBDBB) is known color: Beauty Bush. HEX triplet: EE, BD and BB. RGB value is (238,189,187). Sum of RGB (Red+Green+Blue) = 238+189+187=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDBB is #114244. Grayscale: #CBCBCB. Windows color (decimal): -1131077 or 12303854. OLE color: 12303854.
HSL color Cylindrical-coordinate representation of color #EEBDBB: hue angle of 2.35º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBDBB is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 187 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.07 |
| HSL | 2.35º | 0.6% | 0.83% | - |
| HSV(B) | 2.35º | 0.21% | 0.93% | - |
| XYZ | 62.43 | 58.16 | 54.95 | - |
| YUV | 203.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 187 | 0 | 0.21 | 0.21 | 0.07 | 2.35 | 0.6 | 0.83 |
| Hex | EE | BD | BB | 0 | 15 | 15 | 7 | 2 | 3C | 53 |
| Octal | 356 | 275 | 273 | 0 | 25 | 25 | 7 | 2 | 74 | 123 |
| Binary | 11101110 | 10111101 | 10111011 | 0 | 10101 | 10101 | 111 | 10 | 111100 | 1010011 |
Color Harmonies of #EEBDBB
Complementary color
Monochromatic Colors of #EEBDBB
Black with #EEBDBB
Text Example
Text Example
White with #EEBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDBB; }
p { color: rgb(238,189,187); }
H1.HeaderClassName
{
color: #EEBDBB;
}
.AnyTagClassName
{
color: #EEBDBB;
}
</style>
background-color css
<style>
a { background-color: #EEBDBB; }
a { background-color: rgb(238,189,187); }
div.DivClassName
{
background-color: #EEBDBB;
}
.BgClassName
{
background-color: #EEBDBB;
}
</style>
border-color css
<style>
span { border-color: #EEBDBB; }
span { border-color: rgb(238,189,187); }
td.TdClassName
{
border-color: #EEBDBB;
}
.TagClassName
{
border-color: #EEBDBB;
}
</style>