Html Css Color HEX #E1BABA Beauty Bush

📋 copy color: '#E1BABA'

red 225 ◦ green 186 ◦ blue 186

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

Shades of Beauty Bush #E1BABA

Tints of Beauty Bush #E1BABA

RGB

 RED value IS 225 (88.28% from 255) = 37.69%

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

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

R = 37.69%
G = 31.16%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E1BABA (or 0xE1BABA) is known color: Beauty Bush. HEX triplet: E1, BA and BA. RGB value is (225,186,186). Sum of RGB (Red+Green+Blue) = 225+186+186=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BABA is #1E4545. Grayscale: #C5C5C5. Windows color (decimal): -1983814 or 12237537. OLE color: 12237537.

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

Color convert

RGB 225 186 186 -
CMYK 0 0.17 0.17 0.12
HSL 0.39% 0.81% -
HSV(B) 0.17% 0.88% -
XYZ 57.47 54.67 53.98 -
YUV 197.66 121.42 147.5 -
System Red Green Blue C M Y K H S L
Decimal 225 186 186 0 0.17 0.17 0.12 0 0.39 0.81
Hex E1 BA BA 0 11 11 C 0 27 51
Octal 341 272 272 0 21 21 14 0 47 121
Binary 11100001 10111010 10111010 0 10001 10001 1100 0 100111 1010001

Color Harmonies of #E1BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BABA

Black with #E1BABA

Text Example


Text Example

White with #E1BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BABA; }

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

 H1.HeaderClassName
 {
   color: #E1BABA;
 }
 .AnyTagClassName
 {
   color: #E1BABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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