COLOR #E2A1D6

HEX: #E2A1D6
RGB: (226,161,214)

Color info

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

RGB color model

#E2A1D6 color RGB value is (226,161,214).

  • red value is 226;
  • green value is 161;
  • blue value is 214.
RGB:
(226,161,214)
(89%,63%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 161 of 255 = 63%
B 214 of 255 = 84%

226
161
214

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

Portions of RGB colors in percentages

R + G + B =
226 + 161 + 214 = 601 (100%)
R 226 of 601 ~ 37.6%
G 161 of 601 ~ 26.79%
B 214 of 601 ~ 35.61%

%37.6
%26.79
%35.61

CMYK color model

#E2A1D6 color CMYK value is (0,29,5,11).

  • cyan value is 0.00%
  • magenta value is 28.76%
  • yellow value is 5.31%
  • key color value is 11.37%
CMYK:
(0,29,5,11)
C0M29Y5K11 
(0%,29%,5%,11%)
(0.00/0.29/0.05/0.11)	

CMYK percentages

%0
%28.76
%5.31
%11.37

Codes

Color #E2A1D6 in popluar color models

E2A1D6
RGB226161214
HSL311°52.85%75.88%
HSB/HSV311°28.76%88.63%
CMYK0.00%28.76%5.31%
11.37%

Color #E2A1D6 in popluar number systems.

HEXE2A1D6
Decimal226161214
Binary111000101010000111010110
Octal342241326

Shades and tints

Shades of #E2A1D6

#E2A1D6
(226,161,214)
#CE93C3
(206,147,195)
#BA85B0
(186,133,176)
#A6779D
(166,119,157)
#92698A
(146,105,138)
#7E5B77
(126,91,119)
#6A4D64
(106,77,100)
#563F51
(86,63,81)
#42313E
(66,49,62)
#2E232B
(46,35,43)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2A1D6

#E2A1D6
(226,161,214)
#E4A9D9
(228,169,217)
#E6B1DC
(230,177,220)
#E8B9DF
(232,185,223)
#EAC1E2
(234,193,226)
#ECC9E5
(236,201,229)
#EED1E8
(238,209,232)
#F0D9EB
(240,217,235)
#F2E1EE
(242,225,238)
#F4E9F1
(244,233,241)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A1D6 color. Also use rgb(226,161,214) instead hex code.

Text Font Color

.myTextColor { color: #E2A1D6; }

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

This text font color is #E2A1D6.


Background Color

.myBgColor { background-color: #E2A1D6; }

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

This div background color is #E2A1D6.


Border color

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

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

This div border color is #E2A1D6.


Opacity

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

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

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

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

This text has shadow with #E2A1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A1D6 on black background.


Color preview on white background

This text has color #E2A1D6 on white background.



Black color preview on #E2A1D6 background

This text has black color on #E2A1D6 background.


White color preview on #E2A1D6 background

This text has white color on #E2A1D6 background.