Shades of Beauty Bush #EFBDBB
Tints of Beauty Bush #EFBDBB
RGB
CMYK
RGB Variations
Color information
#EFBDBB (or 0xEFBDBB) is known color: Beauty Bush. HEX triplet: EF, BD and BB. RGB value is (239,189,187). Sum of RGB (Red+Green+Blue) = 239+189+187=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDBB is #104244. Grayscale: #CBCBCB. Windows color (decimal): -1065541 or 12303855. OLE color: 12303855.
HSL color Cylindrical-coordinate representation of color #EFBDBB: hue angle of 2.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBDBB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 187 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.06 |
| HSL | 2.31º | 0.62% | 0.84% | - |
| HSV(B) | 2.31º | 0.22% | 0.94% | - |
| XYZ | 62.76 | 58.33 | 54.97 | - |
| YUV | 203.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 187 | 0 | 0.21 | 0.22 | 0.06 | 2.31 | 0.62 | 0.84 |
| Hex | EF | BD | BB | 0 | 15 | 16 | 6 | 2 | 3E | 54 |
| Octal | 357 | 275 | 273 | 0 | 25 | 26 | 6 | 2 | 76 | 124 |
| Binary | 11101111 | 10111101 | 10111011 | 0 | 10101 | 10110 | 110 | 10 | 111110 | 1010100 |
Color Harmonies of #EFBDBB
Complementary color
Monochromatic Colors of #EFBDBB
Black with #EFBDBB
Text Example
Text Example
White with #EFBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDBB; }
p { color: rgb(239,189,187); }
H1.HeaderClassName
{
color: #EFBDBB;
}
.AnyTagClassName
{
color: #EFBDBB;
}
</style>
background-color css
<style>
a { background-color: #EFBDBB; }
a { background-color: rgb(239,189,187); }
div.DivClassName
{
background-color: #EFBDBB;
}
.BgClassName
{
background-color: #EFBDBB;
}
</style>
border-color css
<style>
span { border-color: #EFBDBB; }
span { border-color: rgb(239,189,187); }
td.TdClassName
{
border-color: #EFBDBB;
}
.TagClassName
{
border-color: #EFBDBB;
}
</style>