COLOR #E2A6DD

HEX: #E2A6DD RGB: (226,166,221)

Color info

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

RGB color model

#E2A6DD color RGB value is (226,166,221).

RGB: (226,166,221) (89%, 65%, 87%)

RGB channels and saturation

R 226 of 255 = 89%
G 166 of 255 = 65%
B 221 of 255 = 87%

226
166
221

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

Portions of RGB colors in percentages

R + G + B = 226 + 166 + 221 = 613 (100%)
R 226 of 613 ~ 36.87%
G 166 of 613 ~ 27.08%
B 221 of 613 ~ 36.05'%

%36.87
%27.08
%36.05

CMYK color model

#E2A6DD color CMYK value is (0,27,2,11).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK: (0,27,2,11) C0M27Y2K11 (0%,27%,2%,11%) (0.00/0.27/0.02/0.11) 

CMYK percentages

%0
%26.55
%2.21
%11.37

Codes

Color #E2A6DD in popluar color models

E2 A6 DD
RGB 226 166 221
HSL 305° 50.85% 76.86%
HSB/HSV 305° 26.55% 88.63%
CMYK 0.00% 26.55% 2.21%
11.37%

Color #E2A6DD in popluar number systems.

HEX E2 A6 DD
Decimal 226 166 221
Binary 11100010 10100110 11011101
Octal 342 246 335

Shades and tints

Shades of #E2A6DD

#E2A6DD
(226,166,221)
#CE97C9
(206,151,201)
#BA88B5
(186,136,181)
#A679A1
(166,121,161)
#926A8D
(146,106,141)
#7E5B79
(126,91,121)
#6A4C65
(106,76,101)
#563D51
(86,61,81)
#422E3D
(66,46,61)
#2E1F29
(46,31,41)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #E2A6DD

#E2A6DD
(226,166,221)
#E4AEE0
(228,174,224)
#E6B6E3
(230,182,227)
#E8BEE6
(232,190,230)
#EAC6E9
(234,198,233)
#ECCEEC
(236,206,236)
#EED6EF
(238,214,239)
#F0DEF2
(240,222,242)
#F2E6F5
(242,230,245)
#F4EEF8
(244,238,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A6DD color. Also use rgb(226,166,221) instead hex code.

Text Font Color

.myTextColor { color: #E2A6DD; }

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

This text font color is #E2A6DD.

Background Color

.myBgColor { background-color: #E2A6DD; }

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

This div background color is #E2A6DD.

Border color

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

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

This div border color is #E2A6DD.

Opacity

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

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

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

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

This text has shadow with #E2A6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A6DD.

Preview

Color preview on black background

This text has color #E2A6DD on black background.


Color preview on white background

This text has color #E2A6DD on white background.


Black color preview on #E2A6DD background

This text has black color on #E2A6DD background.


White color preview on #E2A6DD background

This text has white color on #E2A6DD background.


Related colors

Complementary color

Complementary color for #hex is #1D5922.


I love getcolorcode.com

Triadic colors

1 #DDE2A6 and #A6DDE2 with #E2A6DD are triadic colors.

2 #DDA6E2 and #A6E2DD with #E2A6DD are triadic colors.