COLOR #E1A3EA

HEX: #E1A3EA
RGB: (225,163,234)

Color info

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

RGB color model

#E1A3EA color RGB value is (225,163,234).

  • red value is 225;
  • green value is 163;
  • blue value is 234.
RGB:
(225,163,234)
(88%,64%,92%)

RGB channels and saturation

R 225 of 255 = 88%
G 163 of 255 = 64%
B 234 of 255 = 92%

225
163
234

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

Portions of RGB colors in percentages

R + G + B =
225 + 163 + 234 = 622 (100%)
R 225 of 622 ~ 36.17%
G 163 of 622 ~ 26.21%
B 234 of 622 ~ 37.62%

%36.17
%26.21
%37.62

CMYK color model

#E1A3EA color CMYK value is (4,30,0,8).

  • cyan value is 3.85%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,30,0,8)
C4M30Y0K8 
(4%,30%,0%,8%)
(0.04/0.30/0.00/0.08)	

CMYK percentages

%3.85
%30.34
%0
%8.24

Codes

Color #E1A3EA in popluar color models

E1A3EA
RGB225163234
HSL292°62.83%77.84%
HSB/HSV292°30.34%91.76%
CMYK3.85%30.34%0.00%
8.24%

Color #E1A3EA in popluar number systems.

HEXE1A3EA
Decimal225163234
Binary111000011010001111101010
Octal341243352

Shades and tints

Shades of #E1A3EA

#E1A3EA
(225,163,234)
#CD95D5
(205,149,213)
#B987C0
(185,135,192)
#A579AB
(165,121,171)
#916B96
(145,107,150)
#7D5D81
(125,93,129)
#694F6C
(105,79,108)
#554157
(85,65,87)
#413342
(65,51,66)
#2D252D
(45,37,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #E1A3EA

#E1A3EA
(225,163,234)
#E3ABEB
(227,171,235)
#E5B3EC
(229,179,236)
#E7BBED
(231,187,237)
#E9C3EE
(233,195,238)
#EBCBEF
(235,203,239)
#EDD3F0
(237,211,240)
#EFDBF1
(239,219,241)
#F1E3F2
(241,227,242)
#F3EBF3
(243,235,243)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A3EA color. Also use rgb(225,163,234) instead hex code.

Text Font Color

.myTextColor { color: #E1A3EA; }

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

This text font color is #E1A3EA.


Background Color

.myBgColor { background-color: #E1A3EA; }

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

This div background color is #E1A3EA.


Border color

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

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

This div border color is #E1A3EA.


Opacity

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

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

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

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

This text has shadow with #E1A3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A3EA on black background.


Color preview on white background

This text has color #E1A3EA on white background.



Black color preview on #E1A3EA background

This text has black color on #E1A3EA background.


White color preview on #E1A3EA background

This text has white color on #E1A3EA background.