COLOR #E1A3EB

HEX: #E1A3EB RGB: (225,163,235)

Color info

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

RGB color model

#E1A3EB color RGB value is (225,163,235).

RGB: (225,163,235) (88%, 64%, 92%)

RGB channels and saturation

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

225
163
235

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

Portions of RGB colors in percentages

R + G + B = 225 + 163 + 235 = 623 (100%)
R 225 of 623 ~ 36.12%
G 163 of 623 ~ 26.16%
B 235 of 623 ~ 37.72'%

%36.12
%26.16
%37.72

CMYK color model

#E1A3EB color CMYK value is (4,31,0,8).

  • cyan value is 4.26%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (4,31,0,8)
C4M31Y0K8 (4%, 31%, 0%, 8%)
(0.04 / 0.31 / 0.00 / 0.08)

CMYK percentages

%4.26
%30.64
%0
%7.84

Codes

Color #E1A3EB in popluar color models

E1 A3 EB
RGB 225 163 235
HSL 292° 64.29% 78.04%
HSB/HSV 292° 30.64% 92.16%
CMYK 4.26% 30.64% 0.00%
7.84%

Color #E1A3EB in popluar number systems.

HEX E1 A3 EB
Decimal 225 163 235
Binary 11100001 10100011 11101011
Octal 341 243 353

Shades and tints

Shades of #E1A3EB

#E1A3EB
(225,163,235)
#CD95D6
(205,149,214)
#B987C1
(185,135,193)
#A579AC
(165,121,172)
#916B97
(145,107,151)
#7D5D82
(125,93,130)
#694F6D
(105,79,109)
#554158
(85,65,88)
#413343
(65,51,67)
#2D252E
(45,37,46)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #E1A3EB

#E1A3EB
(225,163,235)
#E3ABEC
(227,171,236)
#E5B3ED
(229,179,237)
#E7BBEE
(231,187,238)
#E9C3EF
(233,195,239)
#EBCBF0
(235,203,240)
#EDD3F1
(237,211,241)
#EFDBF2
(239,219,242)
#F1E3F3
(241,227,243)
#F3EBF4
(243,235,244)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A3EB; }

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

This text font color is #E1A3EB.

Background Color

.myBgColor { background-color: #E1A3EB; }

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

This div background color is #E1A3EB.

Border color

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

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

This div border color is #E1A3EB.

Opacity

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

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

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

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

This text has shadow with #E1A3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A3EB.

Preview

Color preview on black background

This text has color #E1A3EB on black background.


Color preview on white background

This text has color #E1A3EB on white background.


Black color preview on #E1A3EB background

This text has black color on #E1A3EB background.


White color preview on #E1A3EB background

This text has white color on #E1A3EB background.


Related colors

Complementary color

Complementary color for #hex is #1E5C14.


I love getcolorcode.com

Triadic colors

1 #EBE1A3 and #A3EBE1 with #E1A3EB are triadic colors.

2 #EBA3E1 and #A3E1EB with #E1A3EB are triadic colors.