COLOR #E2AED7

HEX: #E2AED7
RGB: (226,174,215)

Color info

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

RGB color model

#E2AED7 color RGB value is (226,174,215).

  • red value is 226;
  • green value is 174;
  • blue value is 215.
RGB:
(226,174,215)
(89%,68%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 174 of 255 = 68%
B 215 of 255 = 84%

226
174
215

R + G + B ~ 80%. #E2AED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 174 + 215 = 615 (100%)
R 226 of 615 ~ 36.75%
G 174 of 615 ~ 28.29%
B 215 of 615 ~ 34.96%

%36.75
%28.29
%34.96

CMYK color model

#E2AED7 color CMYK value is (0,23,5,11).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 4.87%
  • key color value is 11.37%
CMYK:
(0,23,5,11)
C0M23Y5K11 
(0%,23%,5%,11%)
(0.00/0.23/0.05/0.11)	

CMYK percentages

%0
%23.01
%4.87
%11.37

Codes

Color #E2AED7 in popluar color models

E2AED7
RGB226174215
HSL313°47.27%78.43%
HSB/HSV313°23.01%88.63%
CMYK0.00%23.01%4.87%
11.37%

Color #E2AED7 in popluar number systems.

HEXE2AED7
Decimal226174215
Binary111000101010111011010111
Octal342256327

Shades and tints

Shades of #E2AED7

#E2AED7
(226,174,215)
#CE9FC4
(206,159,196)
#BA90B1
(186,144,177)
#A6819E
(166,129,158)
#92728B
(146,114,139)
#7E6378
(126,99,120)
#6A5465
(106,84,101)
#564552
(86,69,82)
#42363F
(66,54,63)
#2E272C
(46,39,44)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #E2AED7

#E2AED7
(226,174,215)
#E4B5DA
(228,181,218)
#E6BCDD
(230,188,221)
#E8C3E0
(232,195,224)
#EACAE3
(234,202,227)
#ECD1E6
(236,209,230)
#EED8E9
(238,216,233)
#F0DFEC
(240,223,236)
#F2E6EF
(242,230,239)
#F4EDF2
(244,237,242)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AED7; }

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

This text font color is #E2AED7.


Background Color

.myBgColor { background-color: #E2AED7; }

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

This div background color is #E2AED7.


Border color

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

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

This div border color is #E2AED7.


Opacity

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

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

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

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

This text has shadow with #E2AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AED7 on black background.


Color preview on white background

This text has color #E2AED7 on white background.



Black color preview on #E2AED7 background

This text has black color on #E2AED7 background.


White color preview on #E2AED7 background

This text has white color on #E2AED7 background.