Shades of Beauty Bush #EFB5B1
Tints of Beauty Bush #EFB5B1
RGB
CMYK
RGB Variations
Color information
#EFB5B1 (or 0xEFB5B1) is known color: Beauty Bush. HEX triplet: EF, B5 and B1. RGB value is (239,181,177). Sum of RGB (Red+Green+Blue) = 239+181+177=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5B1 is #104A4E. Grayscale: #C5C5C5. Windows color (decimal): -1067599 or 11646447. OLE color: 11646447.
HSL color Cylindrical-coordinate representation of color #EFB5B1: hue angle of 3.87º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB5B1 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 177 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.06 |
| HSL | 3.87º | 0.66% | 0.82% | - |
| HSV(B) | 3.87º | 0.26% | 0.94% | - |
| XYZ | 60.06 | 54.57 | 48.96 | - |
| YUV | 197.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 177 | 0 | 0.24 | 0.26 | 0.06 | 3.87 | 0.66 | 0.82 |
| Hex | EF | B5 | B1 | 0 | 18 | 1A | 6 | 4 | 42 | 52 |
| Octal | 357 | 265 | 261 | 0 | 30 | 32 | 6 | 4 | 102 | 122 |
| Binary | 11101111 | 10110101 | 10110001 | 0 | 11000 | 11010 | 110 | 100 | 1000010 | 1010010 |
Color Harmonies of #EFB5B1
Complementary color
Monochromatic Colors of #EFB5B1
Black with #EFB5B1
Text Example
Text Example
White with #EFB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5B1; }
p { color: rgb(239,181,177); }
H1.HeaderClassName
{
color: #EFB5B1;
}
.AnyTagClassName
{
color: #EFB5B1;
}
</style>
background-color css
<style>
a { background-color: #EFB5B1; }
a { background-color: rgb(239,181,177); }
div.DivClassName
{
background-color: #EFB5B1;
}
.BgClassName
{
background-color: #EFB5B1;
}
</style>
border-color css
<style>
span { border-color: #EFB5B1; }
span { border-color: rgb(239,181,177); }
td.TdClassName
{
border-color: #EFB5B1;
}
.TagClassName
{
border-color: #EFB5B1;
}
</style>