Shades of Beauty Bush #EFBFBB
Tints of Beauty Bush #EFBFBB
RGB
CMYK
RGB Variations
Color information
#EFBFBB (or 0xEFBFBB) is known color: Beauty Bush. HEX triplet: EF, BF and BB. RGB value is (239,191,187). Sum of RGB (Red+Green+Blue) = 239+191+187=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFBB is #104044. Grayscale: #CCCCCC. Windows color (decimal): -1065029 or 12304367. OLE color: 12304367.
HSL color Cylindrical-coordinate representation of color #EFBFBB: hue angle of 4.62º 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 #EFBFBB is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 187 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.06 |
| HSL | 4.62º | 0.62% | 0.84% | - |
| HSV(B) | 4.62º | 0.22% | 0.94% | - |
| XYZ | 63.2 | 59.2 | 55.11 | - |
| YUV | 204.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 187 | 0 | 0.20 | 0.22 | 0.06 | 4.62 | 0.62 | 0.84 |
| Hex | EF | BF | BB | 0 | 14 | 16 | 6 | 5 | 3E | 54 |
| Octal | 357 | 277 | 273 | 0 | 24 | 26 | 6 | 5 | 76 | 124 |
| Binary | 11101111 | 10111111 | 10111011 | 0 | 10100 | 10110 | 110 | 101 | 111110 | 1010100 |
Color Harmonies of #EFBFBB
Complementary color
Monochromatic Colors of #EFBFBB
Black with #EFBFBB
Text Example
Text Example
White with #EFBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFBB; }
p { color: rgb(239,191,187); }
H1.HeaderClassName
{
color: #EFBFBB;
}
.AnyTagClassName
{
color: #EFBFBB;
}
</style>
background-color css
<style>
a { background-color: #EFBFBB; }
a { background-color: rgb(239,191,187); }
div.DivClassName
{
background-color: #EFBFBB;
}
.BgClassName
{
background-color: #EFBFBB;
}
</style>
border-color css
<style>
span { border-color: #EFBFBB; }
span { border-color: rgb(239,191,187); }
td.TdClassName
{
border-color: #EFBFBB;
}
.TagClassName
{
border-color: #EFBFBB;
}
</style>