COLOR #E2AAF0

HEX: #E2AAF0
RGB: (226,170,240)

Color info

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

RGB color model

#E2AAF0 color RGB value is (226,170,240).

  • red value is 226;
  • green value is 170;
  • blue value is 240.
RGB:
(226,170,240)
(89%,67%,94%)

RGB channels and saturation

R 226 of 255 = 89%
G 170 of 255 = 67%
B 240 of 255 = 94%

226
170
240

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

Portions of RGB colors in percentages

R + G + B =
226 + 170 + 240 = 636 (100%)
R 226 of 636 ~ 35.53%
G 170 of 636 ~ 26.73%
B 240 of 636 ~ 37.74%

%35.53
%26.73
%37.74

CMYK color model

#E2AAF0 color CMYK value is (6,29,0,6).

  • cyan value is 5.83%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(6,29,0,6)
C6M29Y0K6 
(6%,29%,0%,6%)
(0.06/0.29/0.00/0.06)	

CMYK percentages

%5.83
%29.17
%0
%5.88

Codes

Color #E2AAF0 in popluar color models

E2AAF0
RGB226170240
HSL288°70.00%80.39%
HSB/HSV288°29.17%94.12%
CMYK5.83%29.17%0.00%
5.88%

Color #E2AAF0 in popluar number systems.

HEXE2AAF0
Decimal226170240
Binary111000101010101011110000
Octal342252360

Shades and tints

Shades of #E2AAF0

#E2AAF0
(226,170,240)
#CE9BDB
(206,155,219)
#BA8CC6
(186,140,198)
#A67DB1
(166,125,177)
#926E9C
(146,110,156)
#7E5F87
(126,95,135)
#6A5072
(106,80,114)
#56415D
(86,65,93)
#423248
(66,50,72)
#2E2333
(46,35,51)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #E2AAF0

#E2AAF0
(226,170,240)
#E4B1F1
(228,177,241)
#E6B8F2
(230,184,242)
#E8BFF3
(232,191,243)
#EAC6F4
(234,198,244)
#ECCDF5
(236,205,245)
#EED4F6
(238,212,246)
#F0DBF7
(240,219,247)
#F2E2F8
(242,226,248)
#F4E9F9
(244,233,249)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AAF0 color. Also use rgb(226,170,240) instead hex code.

Text Font Color

.myTextColor { color: #E2AAF0; }

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

This text font color is #E2AAF0.


Background Color

.myBgColor { background-color: #E2AAF0; }

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

This div background color is #E2AAF0.


Border color

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

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

This div border color is #E2AAF0.


Opacity

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

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

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

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

This text has shadow with #E2AAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AAF0 on black background.


Color preview on white background

This text has color #E2AAF0 on white background.



Black color preview on #E2AAF0 background

This text has black color on #E2AAF0 background.


White color preview on #E2AAF0 background

This text has white color on #E2AAF0 background.