COLOR #E2AEE0

HEX: #E2AEE0 RGB: (226,174,224)

Color info

#E2AEE0 contains red, green and blue colors in about the same proportion. Web safe color of #E2AEE0 is #CC99CC (or #C9C).

RGB color model

#E2AEE0 color RGB value is (226,174,224).

RGB: (226,174,224) (89%, 68%, 88%)

RGB channels and saturation

R 226 of 255 = 89%
G 174 of 255 = 68%
B 224 of 255 = 88%

226
174
224

R + G + B ~ 82%. #E2AEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 174 + 224 = 624 (100%)
R 226 of 624 ~ 36.22%
G 174 of 624 ~ 27.88%
B 224 of 624 ~ 35.9'%

%36.22
%27.88
%35.9

CMYK color model

#E2AEE0 color CMYK value is (0,23,1,11).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 0.88%
  • key color value is 11.37%

CMYK: (0,23,1,11)
C0M23Y1K11 (0%, 23%, 1%, 11%)
(0.00 / 0.23 / 0.01 / 0.11)

CMYK percentages

%0
%23.01
%0.88
%11.37

Codes

Color #E2AEE0 in popluar color models

E2 AE E0
RGB 226 174 224
HSL 302° 47.27% 78.43%
HSB/HSV 302° 23.01% 88.63%
CMYK 0.00% 23.01% 0.88%
11.37%

Color #E2AEE0 in popluar number systems.

HEX E2 AE E0
Decimal 226 174 224
Binary 11100010 10101110 11100000
Octal 342 256 340

Shades and tints

Shades of #E2AEE0

#E2AEE0
(226,174,224)
#CE9FCC
(206,159,204)
#BA90B8
(186,144,184)
#A681A4
(166,129,164)
#927290
(146,114,144)
#7E637C
(126,99,124)
#6A5468
(106,84,104)
#564554
(86,69,84)
#423640
(66,54,64)
#2E272C
(46,39,44)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #E2AEE0

#E2AEE0
(226,174,224)
#E4B5E2
(228,181,226)
#E6BCE4
(230,188,228)
#E8C3E6
(232,195,230)
#EACAE8
(234,202,232)
#ECD1EA
(236,209,234)
#EED8EC
(238,216,236)
#F0DFEE
(240,223,238)
#F2E6F0
(242,230,240)
#F4EDF2
(244,237,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AEE0; }

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

This text font color is #E2AEE0.

Background Color

.myBgColor { background-color: #E2AEE0; }

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

This div background color is #E2AEE0.

Border color

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

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

This div border color is #E2AEE0.

Opacity

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

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

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

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

This text has shadow with #E2AEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2AEE0.

Preview

Color preview on black background

This text has color #E2AEE0 on black background.


Color preview on white background

This text has color #E2AEE0 on white background.


Black color preview on #E2AEE0 background

This text has black color on #E2AEE0 background.


White color preview on #E2AEE0 background

This text has white color on #E2AEE0 background.


Related colors

Complementary color

Complementary color for #hex is #1D511F.


I love getcolorcode.com

Triadic colors

1 #E0E2AE and #AEE0E2 with #E2AEE0 are triadic colors.

2 #E0AEE2 and #AEE2E0 with #E2AEE0 are triadic colors.