Shades of Beauty Bush #EFB5B3
Tints of Beauty Bush #EFB5B3
RGB
CMYK
RGB Variations
Color information
#EFB5B3 (or 0xEFB5B3) is known color: Beauty Bush. HEX triplet: EF, B5 and B3. RGB value is (239,181,179). Sum of RGB (Red+Green+Blue) = 239+181+179=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5B3 is #104A4C. Grayscale: #C6C6C6. Windows color (decimal): -1067597 or 11777519. OLE color: 11777519.
HSL color Cylindrical-coordinate representation of color #EFB5B3: hue angle of 2º 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 #EFB5B3 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 179 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.06 |
| HSL | 2º | 0.65% | 0.82% | - |
| HSV(B) | 2º | 0.25% | 0.94% | - |
| XYZ | 60.26 | 54.65 | 50.02 | - |
| YUV | 198.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 179 | 0 | 0.24 | 0.25 | 0.06 | 2 | 0.65 | 0.82 |
| Hex | EF | B5 | B3 | 0 | 18 | 19 | 6 | 2 | 41 | 52 |
| Octal | 357 | 265 | 263 | 0 | 30 | 31 | 6 | 2 | 101 | 122 |
| Binary | 11101111 | 10110101 | 10110011 | 0 | 11000 | 11001 | 110 | 10 | 1000001 | 1010010 |
Color Harmonies of #EFB5B3
Complementary color
Monochromatic Colors of #EFB5B3
Black with #EFB5B3
Text Example
Text Example
White with #EFB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5B3; }
p { color: rgb(239,181,179); }
H1.HeaderClassName
{
color: #EFB5B3;
}
.AnyTagClassName
{
color: #EFB5B3;
}
</style>
background-color css
<style>
a { background-color: #EFB5B3; }
a { background-color: rgb(239,181,179); }
div.DivClassName
{
background-color: #EFB5B3;
}
.BgClassName
{
background-color: #EFB5B3;
}
</style>
border-color css
<style>
span { border-color: #EFB5B3; }
span { border-color: rgb(239,181,179); }
td.TdClassName
{
border-color: #EFB5B3;
}
.TagClassName
{
border-color: #EFB5B3;
}
</style>