COLOR #E1A5C8

HEX: #E1A5C8 RGB: (225,165,200)

Color info

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

RGB color model

#E1A5C8 color RGB value is (225,165,200).

RGB: (225,165,200) (88%, 65%, 78%)

RGB channels and saturation

R 225 of 255 = 88%
G 165 of 255 = 65%
B 200 of 255 = 78%

225
165
200

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

Portions of RGB colors in percentages

R + G + B = 225 + 165 + 200 = 590 (100%)
R 225 of 590 ~ 38.14%
G 165 of 590 ~ 27.97%
B 200 of 590 ~ 33.9'%

%38.14
%27.97
%33.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 11.11%
  • key color value is 11.76%
CMYK: (0,27,11,12) C0M27Y11K12 (0%,27%,11%,12%) (0.00/0.27/0.11/0.12) 

CMYK percentages

%0
%26.67
%11.11
%11.76

Codes

Color #E1A5C8 in popluar color models

E1 A5 C8
RGB 225 165 200
HSL 325° 50.00% 76.47%
HSB/HSV 325° 26.67% 88.24%
CMYK 0.00% 26.67% 11.11%
11.76%

Color #E1A5C8 in popluar number systems.

HEX E1 A5 C8
Decimal 225 165 200
Binary 11100001 10100101 11001000
Octal 341 245 310

Shades and tints

Shades of #E1A5C8

#E1A5C8
(225,165,200)
#CD96B6
(205,150,182)
#B987A4
(185,135,164)
#A57892
(165,120,146)
#916980
(145,105,128)
#7D5A6E
(125,90,110)
#694B5C
(105,75,92)
#553C4A
(85,60,74)
#412D38
(65,45,56)
#2D1E26
(45,30,38)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #E1A5C8

#E1A5C8
(225,165,200)
#E3ADCD
(227,173,205)
#E5B5D2
(229,181,210)
#E7BDD7
(231,189,215)
#E9C5DC
(233,197,220)
#EBCDE1
(235,205,225)
#EDD5E6
(237,213,230)
#EFDDEB
(239,221,235)
#F1E5F0
(241,229,240)
#F3EDF5
(243,237,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A5C8; }

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

This text font color is #E1A5C8.

Background Color

.myBgColor { background-color: #E1A5C8; }

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

This div background color is #E1A5C8.

Border color

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

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

This div border color is #E1A5C8.

Opacity

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

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

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

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

This text has shadow with #E1A5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A5C8.

Preview

Color preview on black background

This text has color #E1A5C8 on black background.


Color preview on white background

This text has color #E1A5C8 on white background.


Black color preview on #E1A5C8 background

This text has black color on #E1A5C8 background.


White color preview on #E1A5C8 background

This text has white color on #E1A5C8 background.


Related colors

Complementary color

Complementary color for #hex is #1E5A37.


I love getcolorcode.com

Triadic colors

1 #C8E1A5 and #A5C8E1 with #E1A5C8 are triadic colors.

2 #C8A5E1 and #A5E1C8 with #E1A5C8 are triadic colors.