COLOR #E2AEF6

HEX: #E2AEF6 RGB: (226,174,246)

Color info

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

RGB color model

#E2AEF6 color RGB value is (226,174,246).

RGB: (226,174,246) (89%, 68%, 96%)

RGB channels and saturation

R 226 of 255 = 89%
G 174 of 255 = 68%
B 246 of 255 = 96%

226
174
246

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

Portions of RGB colors in percentages

R + G + B = 226 + 174 + 246 = 646 (100%)
R 226 of 646 ~ 34.98%
G 174 of 646 ~ 26.93%
B 246 of 646 ~ 38.08'%

%34.98
%26.93
%38.08

CMYK color model

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

  • cyan value is 8.13%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (8,29,0,4)
C8M29Y0K4 (8%, 29%, 0%, 4%)
(0.08 / 0.29 / 0.00 / 0.04)

CMYK percentages

%8.13
%29.27
%0
%3.53

Codes

Color #E2AEF6 in popluar color models

E2 AE F6
RGB 226 174 246
HSL 283° 80.00% 82.35%
HSB/HSV 283° 29.27% 96.47%
CMYK 8.13% 29.27% 0.00%
3.53%

Color #E2AEF6 in popluar number systems.

HEX E2 AE F6
Decimal 226 174 246
Binary 11100010 10101110 11110110
Octal 342 256 366

Shades and tints

Shades of #E2AEF6

#E2AEF6
(226,174,246)
#CE9FE0
(206,159,224)
#BA90CA
(186,144,202)
#A681B4
(166,129,180)
#92729E
(146,114,158)
#7E6388
(126,99,136)
#6A5472
(106,84,114)
#56455C
(86,69,92)
#423646
(66,54,70)
#2E2730
(46,39,48)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #E2AEF6

#E2AEF6
(226,174,246)
#E4B5F6
(228,181,246)
#E6BCF6
(230,188,246)
#E8C3F6
(232,195,246)
#EACAF6
(234,202,246)
#ECD1F6
(236,209,246)
#EED8F6
(238,216,246)
#F0DFF6
(240,223,246)
#F2E6F6
(242,230,246)
#F4EDF6
(244,237,246)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2AEF6 color. Also use rgb(226,174,246) instead hex code.

Text Font Color

.myTextColor { color: #E2AEF6; }

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

This text font color is #E2AEF6.

Background Color

.myBgColor { background-color: #E2AEF6; }

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

This div background color is #E2AEF6.

Border color

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

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

This div border color is #E2AEF6.

Opacity

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

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

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

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

This text has shadow with #E2AEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AEF6.

Preview

Color preview on black background

This text has color #E2AEF6 on black background.


Color preview on white background

This text has color #E2AEF6 on white background.


Black color preview on #E2AEF6 background

This text has black color on #E2AEF6 background.


White color preview on #E2AEF6 background

This text has white color on #E2AEF6 background.


Related colors

Complementary color

Complementary color for #hex is #1D5109.


I love getcolorcode.com

Triadic colors

1 #F6E2AE and #AEF6E2 with #E2AEF6 are triadic colors.

2 #F6AEE2 and #AEE2F6 with #E2AEF6 are triadic colors.