COLOR #E1AFF4

HEX: #E1AFF4 RGB: (225,175,244)

Color info

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

RGB color model

#E1AFF4 color RGB value is (225,175,244).

RGB: (225,175,244) (88%, 69%, 96%)

RGB channels and saturation

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

225
175
244

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

Portions of RGB colors in percentages

R + G + B = 225 + 175 + 244 = 644 (100%)
R 225 of 644 ~ 34.94%
G 175 of 644 ~ 27.17%
B 244 of 644 ~ 37.89'%

%34.94
%27.17
%37.89

CMYK color model

#E1AFF4 color CMYK value is (8,28,0,4).

  • cyan value is 7.79%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (8,28,0,4) C8M28Y0K4 (8%,28%,0%,4%) (0.08/0.28/0.00/0.04) 

CMYK percentages

%7.79
%28.28
%0
%4.31

Codes

Color #E1AFF4 in popluar color models

E1 AF F4
RGB 225 175 244
HSL 283° 75.82% 82.16%
HSB/HSV 283° 28.28% 95.69%
CMYK 7.79% 28.28% 0.00%
4.31%

Color #E1AFF4 in popluar number systems.

HEX E1 AF F4
Decimal 225 175 244
Binary 11100001 10101111 11110100
Octal 341 257 364

Shades and tints

Shades of #E1AFF4

#E1AFF4
(225,175,244)
#CDA0DE
(205,160,222)
#B991C8
(185,145,200)
#A582B2
(165,130,178)
#91739C
(145,115,156)
#7D6486
(125,100,134)
#695570
(105,85,112)
#55465A
(85,70,90)
#413744
(65,55,68)
#2D282E
(45,40,46)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #E1AFF4

#E1AFF4
(225,175,244)
#E3B6F5
(227,182,245)
#E5BDF6
(229,189,246)
#E7C4F7
(231,196,247)
#E9CBF8
(233,203,248)
#EBD2F9
(235,210,249)
#EDD9FA
(237,217,250)
#EFE0FB
(239,224,251)
#F1E7FC
(241,231,252)
#F3EEFD
(243,238,253)
#F5F5FE
(245,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1AFF4; }

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

This text font color is #E1AFF4.

Background Color

.myBgColor { background-color: #E1AFF4; }

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

This div background color is #E1AFF4.

Border color

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

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

This div border color is #E1AFF4.

Opacity

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

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

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

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

This text has shadow with #E1AFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1AFF4.

Preview

Color preview on black background

This text has color #E1AFF4 on black background.


Color preview on white background

This text has color #E1AFF4 on white background.


Black color preview on #E1AFF4 background

This text has black color on #E1AFF4 background.


White color preview on #E1AFF4 background

This text has white color on #E1AFF4 background.


Related colors

Complementary color

Complementary color for #hex is #1E500B.


I love getcolorcode.com

Triadic colors

1 #F4E1AF and #AFF4E1 with #E1AFF4 are triadic colors.

2 #F4AFE1 and #AFE1F4 with #E1AFF4 are triadic colors.