COLOR #E1A5BA

HEX: #E1A5BA
RGB: (225,165,186)

Color info

#E1A5BA contains mainly red and blue colors. Web safe color of #E1A5BA is #CC99CC (or #C9C).

RGB color model

#E1A5BA color RGB value is (225,165,186).

  • red value is 225;
  • green value is 165;
  • blue value is 186.
RGB:
(225,165,186)
(88%,65%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 165 of 255 = 65%
B 186 of 255 = 73%

225
165
186

R + G + B ~ 75%. #E1A5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 165 + 186 = 576 (100%)
R 225 of 576 ~ 39.06%
G 165 of 576 ~ 28.65%
B 186 of 576 ~ 32.29%

%39.06
%28.65
%32.29

CMYK color model

#E1A5BA color CMYK value is (0,27,17,12).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 17.33%
  • key color value is 11.76%
CMYK:
(0,27,17,12)
C0M27Y17K12 
(0%,27%,17%,12%)
(0.00/0.27/0.17/0.12)	

CMYK percentages

%0
%26.67
%17.33
%11.76

Codes

Color #E1A5BA in popluar color models

E1A5BA
RGB225165186
HSL339°50.00%76.47%
HSB/HSV339°26.67%88.24%
CMYK0.00%26.67%17.33%
11.76%

Color #E1A5BA in popluar number systems.

HEXE1A5BA
Decimal225165186
Binary111000011010010110111010
Octal341245272

Shades and tints

Shades of #E1A5BA

#E1A5BA
(225,165,186)
#CD96AA
(205,150,170)
#B9879A
(185,135,154)
#A5788A
(165,120,138)
#91697A
(145,105,122)
#7D5A6A
(125,90,106)
#694B5A
(105,75,90)
#553C4A
(85,60,74)
#412D3A
(65,45,58)
#2D1E2A
(45,30,42)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #E1A5BA

#E1A5BA
(225,165,186)
#E3ADC0
(227,173,192)
#E5B5C6
(229,181,198)
#E7BDCC
(231,189,204)
#E9C5D2
(233,197,210)
#EBCDD8
(235,205,216)
#EDD5DE
(237,213,222)
#EFDDE4
(239,221,228)
#F1E5EA
(241,229,234)
#F3EDF0
(243,237,240)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A5BA color. Also use rgb(225,165,186) instead hex code.

Text Font Color

.myTextColor { color: #E1A5BA; }

<p style="color:#E1A5BA">This sample text font color is #E1A5BA.</p>

This text font color is #E1A5BA.


Background Color

.myBgColor { background-color: #E1A5BA; }

<div style="background-color:#E1A5BA">Inner text</div>

This div background color is #E1A5BA.


Border color

.myBorderColor { border: 1px solid #E1A5BA; }

<div style="border:3px solid #E1A5BA">Div</div>

This div border color is #E1A5BA.


Opacity

.myOpacity80 { color: #E1A5BA; opacity: 0.8; }

<p style="color:#E1A5BA;opacity:0.8;">80%</p>

Text with #E1A5BA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E1A5BA;}

<p style="text-shadow: 3px 3px 1px #E1A5BA">Text here.</p>

This text has shadow with #E1A5BA color.

.textShadow {text-shadow: 3px 3px 1px #E1A5BA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E1A5BA, 5px 5px 20px red">Text here.</p>

This text has shadow with #E1A5BA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1A5BA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E1A5BA, Direction=45, Strength=4)">Text</p>

This text has shadow with #E1A5BA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E1A5BA;
  -webkit-box-shadow:	1px 1px 3px 2px #E1A5BA;
  box-shadow:		1px 1px 3px 2px #E1A5BA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1A5BA;
-webkit-box-shadow: 1px 1px 3px 2px #E1A5BA;
box-shadow:1px 1px 3px 2px #E1A5BA;">
Div content here</div>
This div box has shadow with color #E1A5BA.

Preview

Color preview on black background

This text has color #E1A5BA on black background.


Color preview on white background

This text has color #E1A5BA on white background.



Black color preview on #E1A5BA background

This text has black color on #E1A5BA background.


White color preview on #E1A5BA background

This text has white color on #E1A5BA background.