COLOR #E0AEF1

HEX: #E0AEF1
RGB: (224,174,241)

Color info

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

RGB color model

#E0AEF1 color RGB value is (224,174,241).

  • red value is 224;
  • green value is 174;
  • blue value is 241.
RGB:
(224,174,241)
(88%,68%,95%)

RGB channels and saturation

R 224 of 255 = 88%
G 174 of 255 = 68%
B 241 of 255 = 95%

224
174
241

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

Portions of RGB colors in percentages

R + G + B =
224 + 174 + 241 = 639 (100%)
R 224 of 639 ~ 35.05%
G 174 of 639 ~ 27.23%
B 241 of 639 ~ 37.72%

%35.05
%27.23
%37.72

CMYK color model

#E0AEF1 color CMYK value is (7,28,0,5).

  • cyan value is 7.05%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,28,0,5)
C7M28Y0K5 
(7%,28%,0%,5%)
(0.07/0.28/0.00/0.05)	

CMYK percentages

%7.05
%27.8
%0
%5.49

Codes

Color #E0AEF1 in popluar color models

E0AEF1
RGB224174241
HSL285°70.53%81.37%
HSB/HSV285°27.80%94.51%
CMYK7.05%27.80%0.00%
5.49%

Color #E0AEF1 in popluar number systems.

HEXE0AEF1
Decimal224174241
Binary111000001010111011110001
Octal340256361

Shades and tints

Shades of #E0AEF1

#E0AEF1
(224,174,241)
#CC9FDC
(204,159,220)
#B890C7
(184,144,199)
#A481B2
(164,129,178)
#90729D
(144,114,157)
#7C6388
(124,99,136)
#685473
(104,84,115)
#54455E
(84,69,94)
#403649
(64,54,73)
#2C2734
(44,39,52)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #E0AEF1

#E0AEF1
(224,174,241)
#E2B5F2
(226,181,242)
#E4BCF3
(228,188,243)
#E6C3F4
(230,195,244)
#E8CAF5
(232,202,245)
#EAD1F6
(234,209,246)
#ECD8F7
(236,216,247)
#EEDFF8
(238,223,248)
#F0E6F9
(240,230,249)
#F2EDFA
(242,237,250)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0AEF1 color. Also use rgb(224,174,241) instead hex code.

Text Font Color

.myTextColor { color: #E0AEF1; }

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

This text font color is #E0AEF1.


Background Color

.myBgColor { background-color: #E0AEF1; }

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

This div background color is #E0AEF1.


Border color

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

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

This div border color is #E0AEF1.


Opacity

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

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

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

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

This text has shadow with #E0AEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0AEF1 on black background.


Color preview on white background

This text has color #E0AEF1 on white background.



Black color preview on #E0AEF1 background

This text has black color on #E0AEF1 background.


White color preview on #E0AEF1 background

This text has white color on #E0AEF1 background.