COLOR #E3A1E7

HEX: #E3A1E7
RGB: (227,161,231)

Color info

#E3A1E7 contains mainly red and blue colors. Web safe color of #E3A1E7 is #CC99FF (or #C9F).

RGB color model

#E3A1E7 color RGB value is (227,161,231).

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

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 231 of 255 = 91%

227
161
231

R + G + B ~ 81%. #E3A1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 231 = 619 (100%)
R 227 of 619 ~ 36.67%
G 161 of 619 ~ 26.01%
B 231 of 619 ~ 37.32%

%36.67
%26.01
%37.32

CMYK color model

#E3A1E7 color CMYK value is (2,30,0,9).

  • cyan value is 1.73%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(2,30,0,9)
C2M30Y0K9 
(2%,30%,0%,9%)
(0.02/0.30/0.00/0.09)	

CMYK percentages

%1.73
%30.3
%0
%9.41

Codes

Color #E3A1E7 in popluar color models

E3A1E7
RGB227161231
HSL297°59.32%76.86%
HSB/HSV297°30.30%90.59%
CMYK1.73%30.30%0.00%
9.41%

Color #E3A1E7 in popluar number systems.

HEXE3A1E7
Decimal227161231
Binary111000111010000111100111
Octal343241347

Shades and tints

Shades of #E3A1E7

#E3A1E7
(227,161,231)
#CF93D2
(207,147,210)
#BB85BD
(187,133,189)
#A777A8
(167,119,168)
#936993
(147,105,147)
#7F5B7E
(127,91,126)
#6B4D69
(107,77,105)
#573F54
(87,63,84)
#43313F
(67,49,63)
#2F232A
(47,35,42)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3A1E7

#E3A1E7
(227,161,231)
#E5A9E9
(229,169,233)
#E7B1EB
(231,177,235)
#E9B9ED
(233,185,237)
#EBC1EF
(235,193,239)
#EDC9F1
(237,201,241)
#EFD1F3
(239,209,243)
#F1D9F5
(241,217,245)
#F3E1F7
(243,225,247)
#F5E9F9
(245,233,249)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A1E7; }

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

This text font color is #E3A1E7.


Background Color

.myBgColor { background-color: #E3A1E7; }

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

This div background color is #E3A1E7.


Border color

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

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

This div border color is #E3A1E7.


Opacity

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

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

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

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

This text has shadow with #E3A1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A1E7 on black background.


Color preview on white background

This text has color #E3A1E7 on white background.



Black color preview on #E3A1E7 background

This text has black color on #E3A1E7 background.


White color preview on #E3A1E7 background

This text has white color on #E3A1E7 background.