Shades of Beauty Bush #EFB5B4
Tints of Beauty Bush #EFB5B4
RGB
CMYK
RGB Variations
Color information
#EFB5B4 (or 0xEFB5B4) is known color: Beauty Bush. HEX triplet: EF, B5 and B4. RGB value is (239,181,180). Sum of RGB (Red+Green+Blue) = 239+181+180=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5B4 is #104A4B. Grayscale: #C6C6C6. Windows color (decimal): -1067596 or 11843055. OLE color: 11843055.
HSL color Cylindrical-coordinate representation of color #EFB5B4: hue angle of 1.02º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFB5B4 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 180 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.06 |
| HSL | 1.02º | 0.65% | 0.82% | - |
| HSV(B) | 1.02º | 0.25% | 0.94% | - |
| XYZ | 60.36 | 54.69 | 50.56 | - |
| YUV | 198.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 180 | 0 | 0.24 | 0.25 | 0.06 | 1.02 | 0.65 | 0.82 |
| Hex | EF | B5 | B4 | 0 | 18 | 19 | 6 | 1 | 41 | 52 |
| Octal | 357 | 265 | 264 | 0 | 30 | 31 | 6 | 1 | 101 | 122 |
| Binary | 11101111 | 10110101 | 10110100 | 0 | 11000 | 11001 | 110 | 1 | 1000001 | 1010010 |
Color Harmonies of #EFB5B4
Complementary color
Monochromatic Colors of #EFB5B4
Black with #EFB5B4
Text Example
Text Example
White with #EFB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5B4; }
p { color: rgb(239,181,180); }
H1.HeaderClassName
{
color: #EFB5B4;
}
.AnyTagClassName
{
color: #EFB5B4;
}
</style>
background-color css
<style>
a { background-color: #EFB5B4; }
a { background-color: rgb(239,181,180); }
div.DivClassName
{
background-color: #EFB5B4;
}
.BgClassName
{
background-color: #EFB5B4;
}
</style>
border-color css
<style>
span { border-color: #EFB5B4; }
span { border-color: rgb(239,181,180); }
td.TdClassName
{
border-color: #EFB5B4;
}
.TagClassName
{
border-color: #EFB5B4;
}
</style>