Shades of Beauty Bush #EFB2B2
Tints of Beauty Bush #EFB2B2
RGB
CMYK
RGB Variations
Color information
#EFB2B2 (or 0xEFB2B2) is known color: Beauty Bush. HEX triplet: EF, B2 and B2. RGB value is (239,178,178). Sum of RGB (Red+Green+Blue) = 239+178+178=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2B2 is #104D4D. Grayscale: #C4C4C4. Windows color (decimal): -1068366 or 11711215. OLE color: 11711215.
HSL color Cylindrical-coordinate representation of color #EFB2B2: hue angle of 0º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB2B2 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 178 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.06 |
| HSL | 0º | 0.66% | 0.82% | - |
| HSV(B) | 0º | 0.26% | 0.94% | - |
| XYZ | 59.55 | 53.41 | 49.29 | - |
| YUV | 196.24 | 117.71 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 178 | 0 | 0.26 | 0.26 | 0.06 | 0 | 0.66 | 0.82 |
| Hex | EF | B2 | B2 | 0 | 1A | 1A | 6 | 0 | 42 | 52 |
| Octal | 357 | 262 | 262 | 0 | 32 | 32 | 6 | 0 | 102 | 122 |
| Binary | 11101111 | 10110010 | 10110010 | 0 | 11010 | 11010 | 110 | 0 | 1000010 | 1010010 |
Color Harmonies of #EFB2B2
Complementary color
Monochromatic Colors of #EFB2B2
Black with #EFB2B2
Text Example
Text Example
White with #EFB2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB2B2; }
p { color: rgb(239,178,178); }
H1.HeaderClassName
{
color: #EFB2B2;
}
.AnyTagClassName
{
color: #EFB2B2;
}
</style>
background-color css
<style>
a { background-color: #EFB2B2; }
a { background-color: rgb(239,178,178); }
div.DivClassName
{
background-color: #EFB2B2;
}
.BgClassName
{
background-color: #EFB2B2;
}
</style>
border-color css
<style>
span { border-color: #EFB2B2; }
span { border-color: rgb(239,178,178); }
td.TdClassName
{
border-color: #EFB2B2;
}
.TagClassName
{
border-color: #EFB2B2;
}
</style>