COLOR #E2A9E6

HEX: #E2A9E6
RGB: (226,169,230)

Color info

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

RGB color model

#E2A9E6 color RGB value is (226,169,230).

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

RGB channels and saturation

R 226 of 255 = 89%
G 169 of 255 = 66%
B 230 of 255 = 90%

226
169
230

R + G + B ~ 82%. #E2A9E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 169 + 230 = 625 (100%)
R 226 of 625 ~ 36.16%
G 169 of 625 ~ 27.04%
B 230 of 625 ~ 36.8%

%36.16
%27.04
%36.8

CMYK color model

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

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

CMYK percentages

%1.74
%26.52
%0
%9.8

Codes

Color #E2A9E6 in popluar color models

E2A9E6
RGB226169230
HSL296°54.95%78.24%
HSB/HSV296°26.52%90.20%
CMYK1.74%26.52%0.00%
9.80%

Color #E2A9E6 in popluar number systems.

HEXE2A9E6
Decimal226169230
Binary111000101010100111100110
Octal342251346

Shades and tints

Shades of #E2A9E6

#E2A9E6
(226,169,230)
#CE9AD2
(206,154,210)
#BA8BBE
(186,139,190)
#A67CAA
(166,124,170)
#926D96
(146,109,150)
#7E5E82
(126,94,130)
#6A4F6E
(106,79,110)
#56405A
(86,64,90)
#423146
(66,49,70)
#2E2232
(46,34,50)
#1A131E
(26,19,30)
#000000
(0,0,0)

Tints of #E2A9E6

#E2A9E6
(226,169,230)
#E4B0E8
(228,176,232)
#E6B7EA
(230,183,234)
#E8BEEC
(232,190,236)
#EAC5EE
(234,197,238)
#ECCCF0
(236,204,240)
#EED3F2
(238,211,242)
#F0DAF4
(240,218,244)
#F2E1F6
(242,225,246)
#F4E8F8
(244,232,248)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A9E6; }

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

This text font color is #E2A9E6.


Background Color

.myBgColor { background-color: #E2A9E6; }

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

This div background color is #E2A9E6.


Border color

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

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

This div border color is #E2A9E6.


Opacity

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

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

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

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

This text has shadow with #E2A9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A9E6 on black background.


Color preview on white background

This text has color #E2A9E6 on white background.



Black color preview on #E2A9E6 background

This text has black color on #E2A9E6 background.


White color preview on #E2A9E6 background

This text has white color on #E2A9E6 background.