COLOR #E1A5C2

HEX: #E1A5C2
RGB: (225,165,194)

Color info

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

RGB color model

#E1A5C2 color RGB value is (225,165,194).

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

RGB channels and saturation

R 225 of 255 = 88%
G 165 of 255 = 65%
B 194 of 255 = 76%

225
165
194

R + G + B ~ 76%. #E1A5C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 165 + 194 = 584 (100%)
R 225 of 584 ~ 38.53%
G 165 of 584 ~ 28.25%
B 194 of 584 ~ 33.22%

%38.53
%28.25
%33.22

CMYK color model

#E1A5C2 color CMYK value is (0,27,14,12).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 13.78%
  • key color value is 11.76%
CMYK:
(0,27,14,12)
C0M27Y14K12 
(0%,27%,14%,12%)
(0.00/0.27/0.14/0.12)	

CMYK percentages

%0
%26.67
%13.78
%11.76

Codes

Color #E1A5C2 in popluar color models

E1A5C2
RGB225165194
HSL331°50.00%76.47%
HSB/HSV331°26.67%88.24%
CMYK0.00%26.67%13.78%
11.76%

Color #E1A5C2 in popluar number systems.

HEXE1A5C2
Decimal225165194
Binary111000011010010111000010
Octal341245302

Shades and tints

Shades of #E1A5C2

#E1A5C2
(225,165,194)
#CD96B1
(205,150,177)
#B987A0
(185,135,160)
#A5788F
(165,120,143)
#91697E
(145,105,126)
#7D5A6D
(125,90,109)
#694B5C
(105,75,92)
#553C4B
(85,60,75)
#412D3A
(65,45,58)
#2D1E29
(45,30,41)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #E1A5C2

#E1A5C2
(225,165,194)
#E3ADC7
(227,173,199)
#E5B5CC
(229,181,204)
#E7BDD1
(231,189,209)
#E9C5D6
(233,197,214)
#EBCDDB
(235,205,219)
#EDD5E0
(237,213,224)
#EFDDE5
(239,221,229)
#F1E5EA
(241,229,234)
#F3EDEF
(243,237,239)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A5C2; }

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

This text font color is #E1A5C2.


Background Color

.myBgColor { background-color: #E1A5C2; }

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

This div background color is #E1A5C2.


Border color

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

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

This div border color is #E1A5C2.


Opacity

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

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

Text with #E1A5C2 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 #E1A5C2;}

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

This text has shadow with #E1A5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A5C2 on black background.


Color preview on white background

This text has color #E1A5C2 on white background.



Black color preview on #E1A5C2 background

This text has black color on #E1A5C2 background.


White color preview on #E1A5C2 background

This text has white color on #E1A5C2 background.