COLOR #E1A5C5

HEX: #E1A5C5 RGB: (225,165,197)

Color info

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

RGB color model

#E1A5C5 color RGB value is (225,165,197).

RGB: (225,165,197) (88%, 65%, 77%)

RGB channels and saturation

R 225 of 255 = 88%
G 165 of 255 = 65%
B 197 of 255 = 77%

225
165
197

R + G + B ~ 77%. #E1A5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 165 + 197 = 587 (100%)
R 225 of 587 ~ 38.33%
G 165 of 587 ~ 28.11%
B 197 of 587 ~ 33.56'%

%38.33
%28.11
%33.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 12.44%
  • key color value is 11.76%

CMYK: (0,27,12,12)
C0M27Y12K12 (0%, 27%, 12%, 12%)
(0.00 / 0.27 / 0.12 / 0.12)

CMYK percentages

%0
%26.67
%12.44
%11.76

Codes

Color #E1A5C5 in popluar color models

E1 A5 C5
RGB 225 165 197
HSL 328° 50.00% 76.47%
HSB/HSV 328° 26.67% 88.24%
CMYK 0.00% 26.67% 12.44%
11.76%

Color #E1A5C5 in popluar number systems.

HEX E1 A5 C5
Decimal 225 165 197
Binary 11100001 10100101 11000101
Octal 341 245 305

Shades and tints

Shades of #E1A5C5

#E1A5C5
(225,165,197)
#CD96B4
(205,150,180)
#B987A3
(185,135,163)
#A57892
(165,120,146)
#916981
(145,105,129)
#7D5A70
(125,90,112)
#694B5F
(105,75,95)
#553C4E
(85,60,78)
#412D3D
(65,45,61)
#2D1E2C
(45,30,44)
#190F1B
(25,15,27)
#000000
(0,0,0)

Tints of #E1A5C5

#E1A5C5
(225,165,197)
#E3ADCA
(227,173,202)
#E5B5CF
(229,181,207)
#E7BDD4
(231,189,212)
#E9C5D9
(233,197,217)
#EBCDDE
(235,205,222)
#EDD5E3
(237,213,227)
#EFDDE8
(239,221,232)
#F1E5ED
(241,229,237)
#F3EDF2
(243,237,242)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A5C5; }

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

This text font color is #E1A5C5.

Background Color

.myBgColor { background-color: #E1A5C5; }

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

This div background color is #E1A5C5.

Border color

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

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

This div border color is #E1A5C5.

Opacity

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

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

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

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

This text has shadow with #E1A5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A5C5.

Preview

Color preview on black background

This text has color #E1A5C5 on black background.


Color preview on white background

This text has color #E1A5C5 on white background.


Black color preview on #E1A5C5 background

This text has black color on #E1A5C5 background.


White color preview on #E1A5C5 background

This text has white color on #E1A5C5 background.


Related colors

Complementary color

Complementary color for #hex is #1E5A3A.


I love getcolorcode.com

Triadic colors

1 #C5E1A5 and #A5C5E1 with #E1A5C5 are triadic colors.

2 #C5A5E1 and #A5E1C5 with #E1A5C5 are triadic colors.