COLOR #E4AEF1

HEX: #E4AEF1 RGB: (228,174,241)

Color info

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

RGB color model

#E4AEF1 color RGB value is (228,174,241).

RGB: (228,174,241) (89%, 68%, 95%)

RGB channels and saturation

R 228 of 255 = 89%
G 174 of 255 = 68%
B 241 of 255 = 95%

228
174
241

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

Portions of RGB colors in percentages

R + G + B = 228 + 174 + 241 = 643 (100%)
R 228 of 643 ~ 35.46%
G 174 of 643 ~ 27.06%
B 241 of 643 ~ 37.48'%

%35.46
%27.06
%37.48

CMYK color model

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

  • cyan value is 5.39%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (5,28,0,5) C5M28Y0K5 (5%,28%,0%,5%) (0.05/0.28/0.00/0.05) 

CMYK percentages

%5.39
%27.8
%0
%5.49

Codes

Color #E4AEF1 in popluar color models

E4 AE F1
RGB 228 174 241
HSL 288° 70.53% 81.37%
HSB/HSV 288° 27.80% 94.51%
CMYK 5.39% 27.80% 0.00%
5.49%

Color #E4AEF1 in popluar number systems.

HEX E4 AE F1
Decimal 228 174 241
Binary 11100100 10101110 11110001
Octal 344 256 361

Shades and tints

Shades of #E4AEF1

#E4AEF1
(228,174,241)
#D09FDC
(208,159,220)
#BC90C7
(188,144,199)
#A881B2
(168,129,178)
#94729D
(148,114,157)
#806388
(128,99,136)
#6C5473
(108,84,115)
#58455E
(88,69,94)
#443649
(68,54,73)
#302734
(48,39,52)
#1C181F
(28,24,31)
#000000
(0,0,0)

Tints of #E4AEF1

#E4AEF1
(228,174,241)
#E6B5F2
(230,181,242)
#E8BCF3
(232,188,243)
#EAC3F4
(234,195,244)
#ECCAF5
(236,202,245)
#EED1F6
(238,209,246)
#F0D8F7
(240,216,247)
#F2DFF8
(242,223,248)
#F4E6F9
(244,230,249)
#F6EDFA
(246,237,250)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4AEF1; }

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

This text font color is #E4AEF1.

Background Color

.myBgColor { background-color: #E4AEF1; }

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

This div background color is #E4AEF1.

Border color

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

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

This div border color is #E4AEF1.

Opacity

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

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

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

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

This text has shadow with #E4AEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AEF1.

Preview

Color preview on black background

This text has color #E4AEF1 on black background.


Color preview on white background

This text has color #E4AEF1 on white background.


Black color preview on #E4AEF1 background

This text has black color on #E4AEF1 background.


White color preview on #E4AEF1 background

This text has white color on #E4AEF1 background.


Related colors

Complementary color

Complementary color for #hex is #1B510E.


I love getcolorcode.com

Triadic colors

1 #F1E4AE and #AEF1E4 with #E4AEF1 are triadic colors.

2 #F1AEE4 and #AEE4F1 with #E4AEF1 are triadic colors.