COLOR #E1A5CE

HEX: #E1A5CE
RGB: (225,165,206)

Color info

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

RGB color model

#E1A5CE color RGB value is (225,165,206).

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

RGB channels and saturation

R 225 of 255 = 88%
G 165 of 255 = 65%
B 206 of 255 = 81%

225
165
206

R + G + B ~ 78%. #E1A5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 165 + 206 = 596 (100%)
R 225 of 596 ~ 37.75%
G 165 of 596 ~ 27.68%
B 206 of 596 ~ 34.56%

%37.75
%27.68
%34.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 8.44%
  • key color value is 11.76%
CMYK:
(0,27,8,12)
C0M27Y8K12 
(0%,27%,8%,12%)
(0.00/0.27/0.08/0.12)	

CMYK percentages

%0
%26.67
%8.44
%11.76

Codes

Color #E1A5CE in popluar color models

E1A5CE
RGB225165206
HSL319°50.00%76.47%
HSB/HSV319°26.67%88.24%
CMYK0.00%26.67%8.44%
11.76%

Color #E1A5CE in popluar number systems.

HEXE1A5CE
Decimal225165206
Binary111000011010010111001110
Octal341245316

Shades and tints

Shades of #E1A5CE

#E1A5CE
(225,165,206)
#CD96BC
(205,150,188)
#B987AA
(185,135,170)
#A57898
(165,120,152)
#916986
(145,105,134)
#7D5A74
(125,90,116)
#694B62
(105,75,98)
#553C50
(85,60,80)
#412D3E
(65,45,62)
#2D1E2C
(45,30,44)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #E1A5CE

#E1A5CE
(225,165,206)
#E3ADD2
(227,173,210)
#E5B5D6
(229,181,214)
#E7BDDA
(231,189,218)
#E9C5DE
(233,197,222)
#EBCDE2
(235,205,226)
#EDD5E6
(237,213,230)
#EFDDEA
(239,221,234)
#F1E5EE
(241,229,238)
#F3EDF2
(243,237,242)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A5CE; }

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

This text font color is #E1A5CE.


Background Color

.myBgColor { background-color: #E1A5CE; }

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

This div background color is #E1A5CE.


Border color

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

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

This div border color is #E1A5CE.


Opacity

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

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

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

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

This text has shadow with #E1A5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A5CE on black background.


Color preview on white background

This text has color #E1A5CE on white background.



Black color preview on #E1A5CE background

This text has black color on #E1A5CE background.


White color preview on #E1A5CE background

This text has white color on #E1A5CE background.