COLOR #E4A3E9

HEX: #E4A3E9 RGB: (228,163,233)

Color info

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

RGB color model

#E4A3E9 color RGB value is (228,163,233).

RGB: (228,163,233) (89%, 64%, 91%)

RGB channels and saturation

R 228 of 255 = 89%
G 163 of 255 = 64%
B 233 of 255 = 91%

228
163
233

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

Portions of RGB colors in percentages

R + G + B = 228 + 163 + 233 = 624 (100%)
R 228 of 624 ~ 36.54%
G 163 of 624 ~ 26.12%
B 233 of 624 ~ 37.34'%

%36.54
%26.12
%37.34

CMYK color model

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

  • cyan value is 2.15%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (2,30,0,9)
C2M30Y0K9 (2%, 30%, 0%, 9%)
(0.02 / 0.30 / 0.00 / 0.09)

CMYK percentages

%2.15
%30.04
%0
%8.63

Codes

Color #E4A3E9 in popluar color models

E4 A3 E9
RGB 228 163 233
HSL 296° 61.40% 77.65%
HSB/HSV 296° 30.04% 91.37%
CMYK 2.15% 30.04% 0.00%
8.63%

Color #E4A3E9 in popluar number systems.

HEX E4 A3 E9
Decimal 228 163 233
Binary 11100100 10100011 11101001
Octal 344 243 351

Shades and tints

Shades of #E4A3E9

#E4A3E9
(228,163,233)
#D095D4
(208,149,212)
#BC87BF
(188,135,191)
#A879AA
(168,121,170)
#946B95
(148,107,149)
#805D80
(128,93,128)
#6C4F6B
(108,79,107)
#584156
(88,65,86)
#443341
(68,51,65)
#30252C
(48,37,44)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E4A3E9

#E4A3E9
(228,163,233)
#E6ABEB
(230,171,235)
#E8B3ED
(232,179,237)
#EABBEF
(234,187,239)
#ECC3F1
(236,195,241)
#EECBF3
(238,203,243)
#F0D3F5
(240,211,245)
#F2DBF7
(242,219,247)
#F4E3F9
(244,227,249)
#F6EBFB
(246,235,251)
#F8F3FD
(248,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A3E9 color. Also use rgb(228,163,233) instead hex code.

Text Font Color

.myTextColor { color: #E4A3E9; }

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

This text font color is #E4A3E9.

Background Color

.myBgColor { background-color: #E4A3E9; }

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

This div background color is #E4A3E9.

Border color

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

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

This div border color is #E4A3E9.

Opacity

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

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

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

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

This text has shadow with #E4A3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4A3E9.

Preview

Color preview on black background

This text has color #E4A3E9 on black background.


Color preview on white background

This text has color #E4A3E9 on white background.


Black color preview on #E4A3E9 background

This text has black color on #E4A3E9 background.


White color preview on #E4A3E9 background

This text has white color on #E4A3E9 background.


Related colors

Complementary color

Complementary color for #hex is #1B5C16.


I love getcolorcode.com

Triadic colors

1 #E9E4A3 and #A3E9E4 with #E4A3E9 are triadic colors.

2 #E9A3E4 and #A3E4E9 with #E4A3E9 are triadic colors.