COLOR #E2A9EE

HEX: #E2A9EE RGB: (226,169,238)

Color info

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

RGB color model

#E2A9EE color RGB value is (226,169,238).

RGB: (226,169,238) (89%, 66%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 238 of 255 = 93%

226
169
238

R + G + B ~ 83%. #E2A9EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 169 + 238 = 633 (100%)
R 226 of 633 ~ 35.7%
G 169 of 633 ~ 26.7%
B 238 of 633 ~ 37.6'%

%35.7
%26.7
%37.6

CMYK color model

#E2A9EE color CMYK value is (5,29,0,7).

  • cyan value is 5.04%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (5,29,0,7) C5M29Y0K7 (5%,29%,0%,7%) (0.05/0.29/0.00/0.07) 

CMYK percentages

%5.04
%28.99
%0
%6.67

Codes

Color #E2A9EE in popluar color models

E2 A9 EE
RGB 226 169 238
HSL 290° 66.99% 79.80%
HSB/HSV 290° 28.99% 93.33%
CMYK 5.04% 28.99% 0.00%
6.67%

Color #E2A9EE in popluar number systems.

HEX E2 A9 EE
Decimal 226 169 238
Binary 11100010 10101001 11101110
Octal 342 251 356

Shades and tints

Shades of #E2A9EE

#E2A9EE
(226,169,238)
#CE9AD9
(206,154,217)
#BA8BC4
(186,139,196)
#A67CAF
(166,124,175)
#926D9A
(146,109,154)
#7E5E85
(126,94,133)
#6A4F70
(106,79,112)
#56405B
(86,64,91)
#423146
(66,49,70)
#2E2231
(46,34,49)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #E2A9EE

#E2A9EE
(226,169,238)
#E4B0EF
(228,176,239)
#E6B7F0
(230,183,240)
#E8BEF1
(232,190,241)
#EAC5F2
(234,197,242)
#ECCCF3
(236,204,243)
#EED3F4
(238,211,244)
#F0DAF5
(240,218,245)
#F2E1F6
(242,225,246)
#F4E8F7
(244,232,247)
#F6EFF8
(246,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A9EE; }

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

This text font color is #E2A9EE.

Background Color

.myBgColor { background-color: #E2A9EE; }

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

This div background color is #E2A9EE.

Border color

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

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

This div border color is #E2A9EE.

Opacity

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

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

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

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

This text has shadow with #E2A9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A9EE.

Preview

Color preview on black background

This text has color #E2A9EE on black background.


Color preview on white background

This text has color #E2A9EE on white background.


Black color preview on #E2A9EE background

This text has black color on #E2A9EE background.


White color preview on #E2A9EE background

This text has white color on #E2A9EE background.


Related colors

Complementary color

Complementary color for #hex is #1D5611.


I love getcolorcode.com

Triadic colors

1 #EEE2A9 and #A9EEE2 with #E2A9EE are triadic colors.

2 #EEA9E2 and #A9E2EE with #E2A9EE are triadic colors.