COLOR #E1AAF2

HEX: #E1AAF2
RGB: (225,170,242)

Color info

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

RGB color model

#E1AAF2 color RGB value is (225,170,242).

  • red value is 225;
  • green value is 170;
  • blue value is 242.
RGB:
(225,170,242)
(88%,67%,95%)

RGB channels and saturation

R 225 of 255 = 88%
G 170 of 255 = 67%
B 242 of 255 = 95%

225
170
242

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

Portions of RGB colors in percentages

R + G + B =
225 + 170 + 242 = 637 (100%)
R 225 of 637 ~ 35.32%
G 170 of 637 ~ 26.69%
B 242 of 637 ~ 37.99%

%35.32
%26.69
%37.99

CMYK color model

#E1AAF2 color CMYK value is (7,30,0,5).

  • cyan value is 7.02%
  • magenta value is 29.75%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(7,30,0,5)
C7M30Y0K5 
(7%,30%,0%,5%)
(0.07/0.30/0.00/0.05)	

CMYK percentages

%7.02
%29.75
%0
%5.1

Codes

Color #E1AAF2 in popluar color models

E1AAF2
RGB225170242
HSL286°73.47%80.78%
HSB/HSV286°29.75%94.90%
CMYK7.02%29.75%0.00%
5.10%

Color #E1AAF2 in popluar number systems.

HEXE1AAF2
Decimal225170242
Binary111000011010101011110010
Octal341252362

Shades and tints

Shades of #E1AAF2

#E1AAF2
(225,170,242)
#CD9BDC
(205,155,220)
#B98CC6
(185,140,198)
#A57DB0
(165,125,176)
#916E9A
(145,110,154)
#7D5F84
(125,95,132)
#69506E
(105,80,110)
#554158
(85,65,88)
#413242
(65,50,66)
#2D232C
(45,35,44)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #E1AAF2

#E1AAF2
(225,170,242)
#E3B1F3
(227,177,243)
#E5B8F4
(229,184,244)
#E7BFF5
(231,191,245)
#E9C6F6
(233,198,246)
#EBCDF7
(235,205,247)
#EDD4F8
(237,212,248)
#EFDBF9
(239,219,249)
#F1E2FA
(241,226,250)
#F3E9FB
(243,233,251)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AAF2 color. Also use rgb(225,170,242) instead hex code.

Text Font Color

.myTextColor { color: #E1AAF2; }

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

This text font color is #E1AAF2.


Background Color

.myBgColor { background-color: #E1AAF2; }

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

This div background color is #E1AAF2.


Border color

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

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

This div border color is #E1AAF2.


Opacity

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

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

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

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

This text has shadow with #E1AAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AAF2 on black background.


Color preview on white background

This text has color #E1AAF2 on white background.



Black color preview on #E1AAF2 background

This text has black color on #E1AAF2 background.


White color preview on #E1AAF2 background

This text has white color on #E1AAF2 background.