Shades of Beauty Bush #EFB5B5
Tints of Beauty Bush #EFB5B5
RGB
CMYK
RGB Variations
Color information
#EFB5B5 (or 0xEFB5B5) is known color: Beauty Bush. HEX triplet: EF, B5 and B5. RGB value is (239,181,181). Sum of RGB (Red+Green+Blue) = 239+181+181=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5B5 is #104A4A. Grayscale: #C6C6C6. Windows color (decimal): -1067595 or 11908591. OLE color: 11908591.
HSL color Cylindrical-coordinate representation of color #EFB5B5: hue angle of 0º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5B5 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 181 | 181 | - |
CMYK | 0 | 0.24 | 0.24 | 0.06 |
HSL | 0º | 0.64% | 0.82% | - |
HSV(B) | 0º | 0.24% | 0.94% | - |
XYZ | 60.46 | 54.73 | 51.09 | - |
YUV | 198.34 | 118.22 | 157 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 181 | 0 | 0.24 | 0.24 | 0.06 | 0 | 0.64 | 0.82 |
Hex | EF | B5 | B5 | 0 | 18 | 18 | 6 | 0 | 40 | 52 |
Octal | 357 | 265 | 265 | 0 | 30 | 30 | 6 | 0 | 100 | 122 |
Binary | 11101111 | 10110101 | 10110101 | 0 | 11000 | 11000 | 110 | 0 | 1000000 | 1010010 |
Color Harmonies of #EFB5B5
Complementary color
Monochromatic Colors of #EFB5B5
Black with #EFB5B5
Text Example
Text Example
White with #EFB5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5B5; }
p { color: rgb(239,181,181); }
H1.HeaderClassName
{
color: #EFB5B5;
}
.AnyTagClassName
{
color: #EFB5B5;
}
</style>
background-color css
<style>
a { background-color: #EFB5B5; }
a { background-color: rgb(239,181,181); }
div.DivClassName
{
background-color: #EFB5B5;
}
.BgClassName
{
background-color: #EFB5B5;
}
</style>
border-color css
<style>
span { border-color: #EFB5B5; }
span { border-color: rgb(239,181,181); }
td.TdClassName
{
border-color: #EFB5B5;
}
.TagClassName
{
border-color: #EFB5B5;
}
</style>