COLOR #E3A1D9

HEX: #E3A1D9
RGB: (227,161,217)

Color info

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

RGB color model

#E3A1D9 color RGB value is (227,161,217).

  • red value is 227;
  • green value is 161;
  • blue value is 217.
RGB:
(227,161,217)
(89%,63%,85%)

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 217 of 255 = 85%

227
161
217

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

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 217 = 605 (100%)
R 227 of 605 ~ 37.52%
G 161 of 605 ~ 26.61%
B 217 of 605 ~ 35.87%

%37.52
%26.61
%35.87

CMYK color model

#E3A1D9 color CMYK value is (0,29,4,11).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK:
(0,29,4,11)
C0M29Y4K11 
(0%,29%,4%,11%)
(0.00/0.29/0.04/0.11)	

CMYK percentages

%0
%29.07
%4.41
%10.98

Codes

Color #E3A1D9 in popluar color models

E3A1D9
RGB227161217
HSL309°54.10%76.08%
HSB/HSV309°29.07%89.02%
CMYK0.00%29.07%4.41%
10.98%

Color #E3A1D9 in popluar number systems.

HEXE3A1D9
Decimal227161217
Binary111000111010000111011001
Octal343241331

Shades and tints

Shades of #E3A1D9

#E3A1D9
(227,161,217)
#CF93C6
(207,147,198)
#BB85B3
(187,133,179)
#A777A0
(167,119,160)
#93698D
(147,105,141)
#7F5B7A
(127,91,122)
#6B4D67
(107,77,103)
#573F54
(87,63,84)
#433141
(67,49,65)
#2F232E
(47,35,46)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #E3A1D9

#E3A1D9
(227,161,217)
#E5A9DC
(229,169,220)
#E7B1DF
(231,177,223)
#E9B9E2
(233,185,226)
#EBC1E5
(235,193,229)
#EDC9E8
(237,201,232)
#EFD1EB
(239,209,235)
#F1D9EE
(241,217,238)
#F3E1F1
(243,225,241)
#F5E9F4
(245,233,244)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A1D9 color. Also use rgb(227,161,217) instead hex code.

Text Font Color

.myTextColor { color: #E3A1D9; }

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

This text font color is #E3A1D9.


Background Color

.myBgColor { background-color: #E3A1D9; }

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

This div background color is #E3A1D9.


Border color

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

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

This div border color is #E3A1D9.


Opacity

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

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

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

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

This text has shadow with #E3A1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A1D9 on black background.


Color preview on white background

This text has color #E3A1D9 on white background.



Black color preview on #E3A1D9 background

This text has black color on #E3A1D9 background.


White color preview on #E3A1D9 background

This text has white color on #E3A1D9 background.