COLOR #E2A9FE

HEX: #E2A9FE
RGB: (226,169,254)

Color info

#E2A9FE contains mainly red and blue colors. Web safe color of #E2A9FE is #CC99FF (or #C9F).

RGB color model

#E2A9FE color RGB value is (226,169,254).

  • red value is 226;
  • green value is 169;
  • blue value is 254.
RGB:
(226,169,254)
(89%,66%,100%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 254 of 255 = 100%

226
169
254

R + G + B ~ 85%. #E2A9FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 254 = 649 (100%)
R 226 of 649 ~ 34.82%
G 169 of 649 ~ 26.04%
B 254 of 649 ~ 39.14%

%34.82
%26.04
%39.14

CMYK color model

#E2A9FE color CMYK value is (11,33,0,0).

  • cyan value is 11.02%
  • magenta value is 33.46%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,33,0,0)
C11M33Y0K0 
(11%,33%,0%,0%)
(0.11/0.33/0.00/0.00)	

CMYK percentages

%11.02
%33.46
%0
%0.39

Codes

Color #E2A9FE in popluar color models

E2A9FE
RGB226169254
HSL280°97.70%82.94%
HSB/HSV280°33.46%99.61%
CMYK11.02%33.46%0.00%
0.39%

Color #E2A9FE in popluar number systems.

HEXE2A9FE
Decimal226169254
Binary111000101010100111111110
Octal342251376

Shades and tints

Shades of #E2A9FE

#E2A9FE
(226,169,254)
#CE9AE7
(206,154,231)
#BA8BD0
(186,139,208)
#A67CB9
(166,124,185)
#926DA2
(146,109,162)
#7E5E8B
(126,94,139)
#6A4F74
(106,79,116)
#56405D
(86,64,93)
#423146
(66,49,70)
#2E222F
(46,34,47)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #E2A9FE

#E2A9FE
(226,169,254)
#E4B0FE
(228,176,254)
#E6B7FE
(230,183,254)
#E8BEFE
(232,190,254)
#EAC5FE
(234,197,254)
#ECCCFE
(236,204,254)
#EED3FE
(238,211,254)
#F0DAFE
(240,218,254)
#F2E1FE
(242,225,254)
#F4E8FE
(244,232,254)
#F6EFFE
(246,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A9FE color. Also use rgb(226,169,254) instead hex code.

Text Font Color

.myTextColor { color: #E2A9FE; }

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

This text font color is #E2A9FE.


Background Color

.myBgColor { background-color: #E2A9FE; }

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

This div background color is #E2A9FE.


Border color

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

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

This div border color is #E2A9FE.


Opacity

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

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

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

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

This text has shadow with #E2A9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A9FE on black background.


Color preview on white background

This text has color #E2A9FE on white background.



Black color preview on #E2A9FE background

This text has black color on #E2A9FE background.


White color preview on #E2A9FE background

This text has white color on #E2A9FE background.