#EFB1B1

Color #EFB1B1 Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #EFB1B1

Tints of Beauty Bush #EFB1B1

Color information

#EFB1B1 (or 0xEFB1B1) is unknown color: approx Beauty Bush. HEX triplet: EF, B1 and B1. RGB value is (239,177,177). Sum of RGB (Red+Green+Blue) = 239+177+177=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1B1 is #104E4E. Grayscale: #C3C3C3. Windows color (decimal): -1068623 or 11645423. OLE color: 11645423.

HSL color Cylindrical-coordinate representation of color #EFB1B1: 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 #EFB1B1 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB239177177-
CMYK00.260.260.06
HSL65.96%81.57%-
HSV(B)25.94%93.73%-
XYZ59.2552.9748.7-
YUV195.54117.54159-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 177 (69.53% from 255) = 29.85%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=40.30%
G=29.85%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917717700.260.260.06065.9681.57
HexEFB1B101A1A604252
Octal3572612610323260102122
Binary11101111101100011011000101101011010110010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1B1; }

 p { color: rgb(239,177,177); }

 H1.HeaderClassName
 {
   color: #EFB1B1;
 }
 .AnyTagClassName
 {
   color: #EFB1B1;
 }
</style>
background-color css

<style>
 a { background-color: #EFB1B1; }

 a { background-color: rgb(239,177,177); }

 div.DivClassName
 {
   background-color: #EFB1B1;
 }
 .BgClassName
 {
   background-color: #EFB1B1;
 }
</style>
border-color css

<style>
 span { border-color: #EFB1B1; }

 span { border-color: rgb(239,177,177); }

 td.TdClassName
 {
   border-color: #EFB1B1;
 }
 .TagClassName
 {
   border-color: #EFB1B1;
 }
</style>