COLOR #E2A2D7

HEX: #E2A2D7 RGB: (226,162,215)

Color info

#E2A2D7 contains mainly red and blue colors. Web safe color of #E2A2D7 is #CC99CC (or #C9C).

RGB color model

#E2A2D7 color RGB value is (226,162,215).

RGB: (226,162,215) (89%, 64%, 84%)

RGB channels and saturation

R 226 of 255 = 89%
G 162 of 255 = 64%
B 215 of 255 = 84%

226
162
215

R + G + B ~ 79%. #E2A2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 162 + 215 = 603 (100%)
R 226 of 603 ~ 37.48%
G 162 of 603 ~ 26.87%
B 215 of 603 ~ 35.66'%

%37.48
%26.87
%35.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.32%
  • yellow value is 4.87%
  • key color value is 11.37%

CMYK: (0,28,5,11)
C0M28Y5K11 (0%, 28%, 5%, 11%)
(0.00 / 0.28 / 0.05 / 0.11)

CMYK percentages

%0
%28.32
%4.87
%11.37

Codes

Color #E2A2D7 in popluar color models

E2 A2 D7
RGB 226 162 215
HSL 310° 52.46% 76.08%
HSB/HSV 310° 28.32% 88.63%
CMYK 0.00% 28.32% 4.87%
11.37%

Color #E2A2D7 in popluar number systems.

HEX E2 A2 D7
Decimal 226 162 215
Binary 11100010 10100010 11010111
Octal 342 242 327

Shades and tints

Shades of #E2A2D7

#E2A2D7
(226,162,215)
#CE94C4
(206,148,196)
#BA86B1
(186,134,177)
#A6789E
(166,120,158)
#926A8B
(146,106,139)
#7E5C78
(126,92,120)
#6A4E65
(106,78,101)
#564052
(86,64,82)
#42323F
(66,50,63)
#2E242C
(46,36,44)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2A2D7

#E2A2D7
(226,162,215)
#E4AADA
(228,170,218)
#E6B2DD
(230,178,221)
#E8BAE0
(232,186,224)
#EAC2E3
(234,194,227)
#ECCAE6
(236,202,230)
#EED2E9
(238,210,233)
#F0DAEC
(240,218,236)
#F2E2EF
(242,226,239)
#F4EAF2
(244,234,242)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A2D7; }

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

This text font color is #E2A2D7.

Background Color

.myBgColor { background-color: #E2A2D7; }

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

This div background color is #E2A2D7.

Border color

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

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

This div border color is #E2A2D7.

Opacity

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

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

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

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

This text has shadow with #E2A2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A2D7.

Preview

Color preview on black background

This text has color #E2A2D7 on black background.


Color preview on white background

This text has color #E2A2D7 on white background.


Black color preview on #E2A2D7 background

This text has black color on #E2A2D7 background.


White color preview on #E2A2D7 background

This text has white color on #E2A2D7 background.


Related colors

Complementary color

Complementary color for #hex is #1D5D28.


I love getcolorcode.com

Triadic colors

1 #D7E2A2 and #A2D7E2 with #E2A2D7 are triadic colors.

2 #D7A2E2 and #A2E2D7 with #E2A2D7 are triadic colors.