Shades of Beauty Bush #EFB4B0
Tints of Beauty Bush #EFB4B0
RGB
CMYK
RGB Variations
Color information
#EFB4B0 (or 0xEFB4B0) is known color: Beauty Bush. HEX triplet: EF, B4 and B0. RGB value is (239,180,176). Sum of RGB (Red+Green+Blue) = 239+180+176=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4B0 is #104B4F. Grayscale: #C5C5C5. Windows color (decimal): -1067856 or 11580655. OLE color: 11580655.
HSL color Cylindrical-coordinate representation of color #EFB4B0: hue angle of 3.81º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB4B0 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 176 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.06 |
| HSL | 3.81º | 0.66% | 0.81% | - |
| HSV(B) | 3.81º | 0.26% | 0.94% | - |
| XYZ | 59.75 | 54.13 | 48.37 | - |
| YUV | 197.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 176 | 0 | 0.25 | 0.26 | 0.06 | 3.81 | 0.66 | 0.81 |
| Hex | EF | B4 | B0 | 0 | 19 | 1A | 6 | 4 | 42 | 51 |
| Octal | 357 | 264 | 260 | 0 | 31 | 32 | 6 | 4 | 102 | 121 |
| Binary | 11101111 | 10110100 | 10110000 | 0 | 11001 | 11010 | 110 | 100 | 1000010 | 1010001 |
Color Harmonies of #EFB4B0
Complementary color
Monochromatic Colors of #EFB4B0
Black with #EFB4B0
Text Example
Text Example
White with #EFB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4B0; }
p { color: rgb(239,180,176); }
H1.HeaderClassName
{
color: #EFB4B0;
}
.AnyTagClassName
{
color: #EFB4B0;
}
</style>
background-color css
<style>
a { background-color: #EFB4B0; }
a { background-color: rgb(239,180,176); }
div.DivClassName
{
background-color: #EFB4B0;
}
.BgClassName
{
background-color: #EFB4B0;
}
</style>
border-color css
<style>
span { border-color: #EFB4B0; }
span { border-color: rgb(239,180,176); }
td.TdClassName
{
border-color: #EFB4B0;
}
.TagClassName
{
border-color: #EFB4B0;
}
</style>