COLOR #E1A8E5

HEX: #E1A8E5
RGB: (225,168,229)

Color info

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

RGB color model

#E1A8E5 color RGB value is (225,168,229).

  • red value is 225;
  • green value is 168;
  • blue value is 229.
RGB:
(225,168,229)
(88%,66%,90%)

RGB channels and saturation

R 225 of 255 = 88%
G 168 of 255 = 66%
B 229 of 255 = 90%

225
168
229

R + G + B ~ 81%. #E1A8E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 168 + 229 = 622 (100%)
R 225 of 622 ~ 36.17%
G 168 of 622 ~ 27.01%
B 229 of 622 ~ 36.82%

%36.17
%27.01
%36.82

CMYK color model

#E1A8E5 color CMYK value is (2,27,0,10).

  • cyan value is 1.75%
  • magenta value is 26.64%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(2,27,0,10)
C2M27Y0K10 
(2%,27%,0%,10%)
(0.02/0.27/0.00/0.10)	

CMYK percentages

%1.75
%26.64
%0
%10.2

Codes

Color #E1A8E5 in popluar color models

E1A8E5
RGB225168229
HSL296°53.98%77.84%
HSB/HSV296°26.64%89.80%
CMYK1.75%26.64%0.00%
10.20%

Color #E1A8E5 in popluar number systems.

HEXE1A8E5
Decimal225168229
Binary111000011010100011100101
Octal341250345

Shades and tints

Shades of #E1A8E5

#E1A8E5
(225,168,229)
#CD99D1
(205,153,209)
#B98ABD
(185,138,189)
#A57BA9
(165,123,169)
#916C95
(145,108,149)
#7D5D81
(125,93,129)
#694E6D
(105,78,109)
#553F59
(85,63,89)
#413045
(65,48,69)
#2D2131
(45,33,49)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #E1A8E5

#E1A8E5
(225,168,229)
#E3AFE7
(227,175,231)
#E5B6E9
(229,182,233)
#E7BDEB
(231,189,235)
#E9C4ED
(233,196,237)
#EBCBEF
(235,203,239)
#EDD2F1
(237,210,241)
#EFD9F3
(239,217,243)
#F1E0F5
(241,224,245)
#F3E7F7
(243,231,247)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A8E5 color. Also use rgb(225,168,229) instead hex code.

Text Font Color

.myTextColor { color: #E1A8E5; }

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

This text font color is #E1A8E5.


Background Color

.myBgColor { background-color: #E1A8E5; }

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

This div background color is #E1A8E5.


Border color

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

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

This div border color is #E1A8E5.


Opacity

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

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

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

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

This text has shadow with #E1A8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A8E5 on black background.


Color preview on white background

This text has color #E1A8E5 on white background.



Black color preview on #E1A8E5 background

This text has black color on #E1A8E5 background.


White color preview on #E1A8E5 background

This text has white color on #E1A8E5 background.