COLOR #E1AFF5

HEX: #E1AFF5
RGB: (225,175,245)

Color info

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

RGB color model

#E1AFF5 color RGB value is (225,175,245).

  • red value is 225;
  • green value is 175;
  • blue value is 245.
RGB:
(225,175,245)
(88%,69%,96%)

RGB channels and saturation

R 225 of 255 = 88%
G 175 of 255 = 69%
B 245 of 255 = 96%

225
175
245

R + G + B ~ 84%. #E1AFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 175 + 245 = 645 (100%)
R 225 of 645 ~ 34.88%
G 175 of 645 ~ 27.13%
B 245 of 645 ~ 37.98%

%34.88
%27.13
%37.98

CMYK color model

#E1AFF5 color CMYK value is (8,29,0,4).

  • cyan value is 8.16%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(8,29,0,4)
C8M29Y0K4 
(8%,29%,0%,4%)
(0.08/0.29/0.00/0.04)	

CMYK percentages

%8.16
%28.57
%0
%3.92

Codes

Color #E1AFF5 in popluar color models

E1AFF5
RGB225175245
HSL283°77.78%82.35%
HSB/HSV283°28.57%96.08%
CMYK8.16%28.57%0.00%
3.92%

Color #E1AFF5 in popluar number systems.

HEXE1AFF5
Decimal225175245
Binary111000011010111111110101
Octal341257365

Shades and tints

Shades of #E1AFF5

#E1AFF5
(225,175,245)
#CDA0DF
(205,160,223)
#B991C9
(185,145,201)
#A582B3
(165,130,179)
#91739D
(145,115,157)
#7D6487
(125,100,135)
#695571
(105,85,113)
#55465B
(85,70,91)
#413745
(65,55,69)
#2D282F
(45,40,47)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1AFF5

#E1AFF5
(225,175,245)
#E3B6F5
(227,182,245)
#E5BDF5
(229,189,245)
#E7C4F5
(231,196,245)
#E9CBF5
(233,203,245)
#EBD2F5
(235,210,245)
#EDD9F5
(237,217,245)
#EFE0F5
(239,224,245)
#F1E7F5
(241,231,245)
#F3EEF5
(243,238,245)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1AFF5 color. Also use rgb(225,175,245) instead hex code.

Text Font Color

.myTextColor { color: #E1AFF5; }

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

This text font color is #E1AFF5.


Background Color

.myBgColor { background-color: #E1AFF5; }

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

This div background color is #E1AFF5.


Border color

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

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

This div border color is #E1AFF5.


Opacity

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

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

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

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

This text has shadow with #E1AFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1AFF5 on black background.


Color preview on white background

This text has color #E1AFF5 on white background.



Black color preview on #E1AFF5 background

This text has black color on #E1AFF5 background.


White color preview on #E1AFF5 background

This text has white color on #E1AFF5 background.