Shades of Beauty Bush #EFB4B1
Tints of Beauty Bush #EFB4B1
RGB
CMYK
RGB Variations
Color information
#EFB4B1 (or 0xEFB4B1) is known color: Beauty Bush. HEX triplet: EF, B4 and B1. RGB value is (239,180,177). Sum of RGB (Red+Green+Blue) = 239+180+177=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 177 (69.53% from 255 or 29.70% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4B1 is #104B4E. Grayscale: #C5C5C5. Windows color (decimal): -1067855 or 11646191. OLE color: 11646191.
HSL color Cylindrical-coordinate representation of color #EFB4B1: hue angle of 2.9º 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 #EFB4B1 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 177 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.06 |
| HSL | 2.9º | 0.66% | 0.82% | - |
| HSV(B) | 2.9º | 0.26% | 0.94% | - |
| XYZ | 59.85 | 54.17 | 48.9 | - |
| YUV | 197.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 177 | 0 | 0.25 | 0.26 | 0.06 | 2.9 | 0.66 | 0.82 |
| Hex | EF | B4 | B1 | 0 | 19 | 1A | 6 | 3 | 42 | 52 |
| Octal | 357 | 264 | 261 | 0 | 31 | 32 | 6 | 3 | 102 | 122 |
| Binary | 11101111 | 10110100 | 10110001 | 0 | 11001 | 11010 | 110 | 11 | 1000010 | 1010010 |
Color Harmonies of #EFB4B1
Complementary color
Monochromatic Colors of #EFB4B1
Black with #EFB4B1
Text Example
Text Example
White with #EFB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4B1; }
p { color: rgb(239,180,177); }
H1.HeaderClassName
{
color: #EFB4B1;
}
.AnyTagClassName
{
color: #EFB4B1;
}
</style>
background-color css
<style>
a { background-color: #EFB4B1; }
a { background-color: rgb(239,180,177); }
div.DivClassName
{
background-color: #EFB4B1;
}
.BgClassName
{
background-color: #EFB4B1;
}
</style>
border-color css
<style>
span { border-color: #EFB4B1; }
span { border-color: rgb(239,180,177); }
td.TdClassName
{
border-color: #EFB4B1;
}
.TagClassName
{
border-color: #EFB4B1;
}
</style>