Html Css Color HEX #E5BABA Beauty Bush

📋 copy color: '#E5BABA'

red 229 ◦ green 186 ◦ blue 186

#E5BABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #E5BABA

Tints of Beauty Bush #E5BABA

RGB

 RED value IS 229 (89.84% from 255) = 38.1%

 GREEN value IS 186 (73.05% from 255) = 30.95%

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 38.1%
G = 30.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E5BABA (or 0xE5BABA) is known color: 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

RGB 229 186 186 -
CMYK 0 0.19 0.19 0.10
HSL 0.45% 0.81% -
HSV(B) 0.19% 0.9% -
XYZ 58.73 55.32 54.04 -
YUV 198.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 229 186 186 0 0.19 0.19 0.10 0 0.45 0.81
Hex E5 BA BA 0 13 13 A 0 2D 51
Octal 345 272 272 0 23 23 12 0 55 121
Binary 11100101 10111010 10111010 0 10011 10011 1010 0 101101 1010001

Color Harmonies of #E5BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BABA

Black with #E5BABA

Text Example


Text Example

White with #E5BABA

Text Example


Text Example

HTML Codes & Css Web 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>