#E5BABA

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

Shades of Beauty Bush #E5BABA

Tints of Beauty Bush #E5BABA

Color information

#E5BABA (or 0xE5BABA) is unknown color: approx Beauty Bush. HEX triplet: E5, BA and BA. RGB value is (229,186,186). Sum of RGB (Red+Green+Blue) = 229+186+186=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BABA is #1A4545. Grayscale: #C6C6C6. Windows color (decimal): -1721670 or 12237541. OLE color: 12237541.

HSL color Cylindrical-coordinate representation of color #E5BABA: hue angle of 0º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BABA is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229186186-
CMYK00.190.190.10
HSL45.26%81.37%-
HSV(B)18.78%89.8%-
XYZ58.7355.3254.04-
YUV198.86120.75149.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=38.10%
G=30.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918618600.190.190.10045.2681.37
HexE5BABA01313A02d51
Octal3452722720232312055121
Binary11100101101110101011101001001110011101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BABA; }

 p { color: rgb(229,186,186); }

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

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

 a { background-color: rgb(229,186,186); }

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

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

 span { border-color: rgb(229,186,186); }

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