COLOR #E3A4E1

HEX: #E3A4E1 RGB: (227,164,225)

Color info

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

RGB color model

#E3A4E1 color RGB value is (227,164,225).

RGB: (227,164,225) (89%, 64%, 88%)

RGB channels and saturation

R 227 of 255 = 89%
G 164 of 255 = 64%
B 225 of 255 = 88%

227
164
225

R + G + B ~ 80%. #E3A4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 164 + 225 = 616 (100%)
R 227 of 616 ~ 36.85%
G 164 of 616 ~ 26.62%
B 225 of 616 ~ 36.53'%

%36.85
%26.62
%36.53

CMYK color model

#E3A4E1 color CMYK value is (0,28,1,11).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 0.88%
  • key color value is 10.98%

CMYK: (0,28,1,11)
C0M28Y1K11 (0%, 28%, 1%, 11%)
(0.00 / 0.28 / 0.01 / 0.11)

CMYK percentages

%0
%27.75
%0.88
%10.98

Codes

Color #E3A4E1 in popluar color models

E3 A4 E1
RGB 227 164 225
HSL 302° 52.94% 76.67%
HSB/HSV 302° 27.75% 89.02%
CMYK 0.00% 27.75% 0.88%
10.98%

Color #E3A4E1 in popluar number systems.

HEX E3 A4 E1
Decimal 227 164 225
Binary 11100011 10100100 11100001
Octal 343 244 341

Shades and tints

Shades of #E3A4E1

#E3A4E1
(227,164,225)
#CF96CD
(207,150,205)
#BB88B9
(187,136,185)
#A77AA5
(167,122,165)
#936C91
(147,108,145)
#7F5E7D
(127,94,125)
#6B5069
(107,80,105)
#574255
(87,66,85)
#433441
(67,52,65)
#2F262D
(47,38,45)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #E3A4E1

#E3A4E1
(227,164,225)
#E5ACE3
(229,172,227)
#E7B4E5
(231,180,229)
#E9BCE7
(233,188,231)
#EBC4E9
(235,196,233)
#EDCCEB
(237,204,235)
#EFD4ED
(239,212,237)
#F1DCEF
(241,220,239)
#F3E4F1
(243,228,241)
#F5ECF3
(245,236,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A4E1 color. Also use rgb(227,164,225) instead hex code.

Text Font Color

.myTextColor { color: #E3A4E1; }

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

This text font color is #E3A4E1.

Background Color

.myBgColor { background-color: #E3A4E1; }

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

This div background color is #E3A4E1.

Border color

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

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

This div border color is #E3A4E1.

Opacity

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

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

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

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

This text has shadow with #E3A4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A4E1.

Preview

Color preview on black background

This text has color #E3A4E1 on black background.


Color preview on white background

This text has color #E3A4E1 on white background.


Black color preview on #E3A4E1 background

This text has black color on #E3A4E1 background.


White color preview on #E3A4E1 background

This text has white color on #E3A4E1 background.


Related colors

Complementary color

Complementary color for #hex is #1C5B1E.


I love getcolorcode.com

Triadic colors

1 #E1E3A4 and #A4E1E3 with #E3A4E1 are triadic colors.

2 #E1A4E3 and #A4E3E1 with #E3A4E1 are triadic colors.