COLOR #E2A1E5

HEX: #E2A1E5
RGB: (226,161,229)

Color info

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

RGB color model

#E2A1E5 color RGB value is (226,161,229).

  • red value is 226;
  • green value is 161;
  • blue value is 229.
RGB:
(226,161,229)
(89%,63%,90%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 229 of 255 = 90%

226
161
229

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

Portions of RGB colors in percentages

R + G + B =
226 + 161 + 229 = 616 (100%)
R 226 of 616 ~ 36.69%
G 161 of 616 ~ 26.14%
B 229 of 616 ~ 37.18%

%36.69
%26.14
%37.18

CMYK color model

#E2A1E5 color CMYK value is (1,30,0,10).

  • cyan value is 1.31%
  • magenta value is 29.69%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(1,30,0,10)
C1M30Y0K10 
(1%,30%,0%,10%)
(0.01/0.30/0.00/0.10)	

CMYK percentages

%1.31
%29.69
%0
%10.2

Codes

Color #E2A1E5 in popluar color models

E2A1E5
RGB226161229
HSL297°56.67%76.47%
HSB/HSV297°29.69%89.80%
CMYK1.31%29.69%0.00%
10.20%

Color #E2A1E5 in popluar number systems.

HEXE2A1E5
Decimal226161229
Binary111000101010000111100101
Octal342241345

Shades and tints

Shades of #E2A1E5

#E2A1E5
(226,161,229)
#CE93D1
(206,147,209)
#BA85BD
(186,133,189)
#A677A9
(166,119,169)
#926995
(146,105,149)
#7E5B81
(126,91,129)
#6A4D6D
(106,77,109)
#563F59
(86,63,89)
#423145
(66,49,69)
#2E2331
(46,35,49)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #E2A1E5

#E2A1E5
(226,161,229)
#E4A9E7
(228,169,231)
#E6B1E9
(230,177,233)
#E8B9EB
(232,185,235)
#EAC1ED
(234,193,237)
#ECC9EF
(236,201,239)
#EED1F1
(238,209,241)
#F0D9F3
(240,217,243)
#F2E1F5
(242,225,245)
#F4E9F7
(244,233,247)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A1E5 color. Also use rgb(226,161,229) instead hex code.

Text Font Color

.myTextColor { color: #E2A1E5; }

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

This text font color is #E2A1E5.


Background Color

.myBgColor { background-color: #E2A1E5; }

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

This div background color is #E2A1E5.


Border color

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

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

This div border color is #E2A1E5.


Opacity

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

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

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

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

This text has shadow with #E2A1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A1E5 on black background.


Color preview on white background

This text has color #E2A1E5 on white background.



Black color preview on #E2A1E5 background

This text has black color on #E2A1E5 background.


White color preview on #E2A1E5 background

This text has white color on #E2A1E5 background.