Shades of Beauty Bush #EFB6B4
Tints of Beauty Bush #EFB6B4
RGB
CMYK
RGB Variations
Color information
#EFB6B4 (or 0xEFB6B4) is known color: Beauty Bush. HEX triplet: EF, B6 and B4. RGB value is (239,182,180). Sum of RGB (Red+Green+Blue) = 239+182+180=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 182 (71.48% from 255 or 30.28% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6B4 is #10494B. Grayscale: #C6C6C6. Windows color (decimal): -1067340 or 11843311. OLE color: 11843311.
HSL color Cylindrical-coordinate representation of color #EFB6B4: hue angle of 2.03º 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 #EFB6B4 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 180 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.06 |
| HSL | 2.03º | 0.65% | 0.82% | - |
| HSV(B) | 2.03º | 0.25% | 0.94% | - |
| XYZ | 60.56 | 55.1 | 50.62 | - |
| YUV | 198.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 180 | 0 | 0.24 | 0.25 | 0.06 | 2.03 | 0.65 | 0.82 |
| Hex | EF | B6 | B4 | 0 | 18 | 19 | 6 | 2 | 41 | 52 |
| Octal | 357 | 266 | 264 | 0 | 30 | 31 | 6 | 2 | 101 | 122 |
| Binary | 11101111 | 10110110 | 10110100 | 0 | 11000 | 11001 | 110 | 10 | 1000001 | 1010010 |
Color Harmonies of #EFB6B4
Complementary color
Monochromatic Colors of #EFB6B4
Black with #EFB6B4
Text Example
Text Example
White with #EFB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6B4; }
p { color: rgb(239,182,180); }
H1.HeaderClassName
{
color: #EFB6B4;
}
.AnyTagClassName
{
color: #EFB6B4;
}
</style>
background-color css
<style>
a { background-color: #EFB6B4; }
a { background-color: rgb(239,182,180); }
div.DivClassName
{
background-color: #EFB6B4;
}
.BgClassName
{
background-color: #EFB6B4;
}
</style>
border-color css
<style>
span { border-color: #EFB6B4; }
span { border-color: rgb(239,182,180); }
td.TdClassName
{
border-color: #EFB6B4;
}
.TagClassName
{
border-color: #EFB6B4;
}
</style>