COLOR #E2A2DA

HEX: #E2A2DA RGB: (226,162,218)

Color info

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

RGB color model

#E2A2DA color RGB value is (226,162,218).

RGB: (226,162,218) (89%, 64%, 85%)

RGB channels and saturation

R 226 of 255 = 89%
G 162 of 255 = 64%
B 218 of 255 = 85%

226
162
218

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

Portions of RGB colors in percentages

R + G + B = 226 + 162 + 218 = 606 (100%)
R 226 of 606 ~ 37.29%
G 162 of 606 ~ 26.73%
B 218 of 606 ~ 35.97'%

%37.29
%26.73
%35.97

CMYK color model

#E2A2DA color CMYK value is (0,28,4,11).

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

CMYK: (0,28,4,11)
C0M28Y4K11 (0%, 28%, 4%, 11%)
(0.00 / 0.28 / 0.04 / 0.11)

CMYK percentages

%0
%28.32
%3.54
%11.37

Codes

Color #E2A2DA in popluar color models

E2 A2 DA
RGB 226 162 218
HSL 308° 52.46% 76.08%
HSB/HSV 308° 28.32% 88.63%
CMYK 0.00% 28.32% 3.54%
11.37%

Color #E2A2DA in popluar number systems.

HEX E2 A2 DA
Decimal 226 162 218
Binary 11100010 10100010 11011010
Octal 342 242 332

Shades and tints

Shades of #E2A2DA

#E2A2DA
(226,162,218)
#CE94C7
(206,148,199)
#BA86B4
(186,134,180)
#A678A1
(166,120,161)
#926A8E
(146,106,142)
#7E5C7B
(126,92,123)
#6A4E68
(106,78,104)
#564055
(86,64,85)
#423242
(66,50,66)
#2E242F
(46,36,47)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #E2A2DA

#E2A2DA
(226,162,218)
#E4AADD
(228,170,221)
#E6B2E0
(230,178,224)
#E8BAE3
(232,186,227)
#EAC2E6
(234,194,230)
#ECCAE9
(236,202,233)
#EED2EC
(238,210,236)
#F0DAEF
(240,218,239)
#F2E2F2
(242,226,242)
#F4EAF5
(244,234,245)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A2DA; }

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

This text font color is #E2A2DA.

Background Color

.myBgColor { background-color: #E2A2DA; }

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

This div background color is #E2A2DA.

Border color

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

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

This div border color is #E2A2DA.

Opacity

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

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

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

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

This text has shadow with #E2A2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A2DA.

Preview

Color preview on black background

This text has color #E2A2DA on black background.


Color preview on white background

This text has color #E2A2DA on white background.


Black color preview on #E2A2DA background

This text has black color on #E2A2DA background.


White color preview on #E2A2DA background

This text has white color on #E2A2DA background.


Related colors

Complementary color

Complementary color for #hex is #1D5D25.


I love getcolorcode.com

Triadic colors

1 #DAE2A2 and #A2DAE2 with #E2A2DA are triadic colors.

2 #DAA2E2 and #A2E2DA with #E2A2DA are triadic colors.