COLOR #E3A1D8

HEX: #E3A1D8
RGB: (227,161,216)

Color info

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

RGB color model

#E3A1D8 color RGB value is (227,161,216).

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

RGB channels and saturation

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

227
161
216

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

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 216 = 604 (100%)
R 227 of 604 ~ 37.58%
G 161 of 604 ~ 26.66%
B 216 of 604 ~ 35.76%

%37.58
%26.66
%35.76

CMYK color model

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

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

CMYK percentages

%0
%29.07
%4.85
%10.98

Codes

Color #E3A1D8 in popluar color models

E3A1D8
RGB227161216
HSL310°54.10%76.08%
HSB/HSV310°29.07%89.02%
CMYK0.00%29.07%4.85%
10.98%

Color #E3A1D8 in popluar number systems.

HEXE3A1D8
Decimal227161216
Binary111000111010000111011000
Octal343241330

Shades and tints

Shades of #E3A1D8

#E3A1D8
(227,161,216)
#CF93C5
(207,147,197)
#BB85B2
(187,133,178)
#A7779F
(167,119,159)
#93698C
(147,105,140)
#7F5B79
(127,91,121)
#6B4D66
(107,77,102)
#573F53
(87,63,83)
#433140
(67,49,64)
#2F232D
(47,35,45)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #E3A1D8

#E3A1D8
(227,161,216)
#E5A9DB
(229,169,219)
#E7B1DE
(231,177,222)
#E9B9E1
(233,185,225)
#EBC1E4
(235,193,228)
#EDC9E7
(237,201,231)
#EFD1EA
(239,209,234)
#F1D9ED
(241,217,237)
#F3E1F0
(243,225,240)
#F5E9F3
(245,233,243)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A1D8; }

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

This text font color is #E3A1D8.


Background Color

.myBgColor { background-color: #E3A1D8; }

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

This div background color is #E3A1D8.


Border color

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

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

This div border color is #E3A1D8.


Opacity

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

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

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

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

This text has shadow with #E3A1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A1D8 on black background.


Color preview on white background

This text has color #E3A1D8 on white background.



Black color preview on #E3A1D8 background

This text has black color on #E3A1D8 background.


White color preview on #E3A1D8 background

This text has white color on #E3A1D8 background.