COLOR #E1A4E3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

225
164
227

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

Portions of RGB colors in percentages

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

%36.53
%26.62
%36.85

CMYK color model

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

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

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

CMYK percentages

%0.88
%27.75
%0
%10.98

Codes

Color #E1A4E3 in popluar color models

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

Color #E1A4E3 in popluar number systems.

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

Shades and tints

Shades of #E1A4E3

#E1A4E3
(225,164,227)
#CD96CF
(205,150,207)
#B988BB
(185,136,187)
#A57AA7
(165,122,167)
#916C93
(145,108,147)
#7D5E7F
(125,94,127)
#69506B
(105,80,107)
#554257
(85,66,87)
#413443
(65,52,67)
#2D262F
(45,38,47)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #E1A4E3

#E1A4E3
(225,164,227)
#E3ACE5
(227,172,229)
#E5B4E7
(229,180,231)
#E7BCE9
(231,188,233)
#E9C4EB
(233,196,235)
#EBCCED
(235,204,237)
#EDD4EF
(237,212,239)
#EFDCF1
(239,220,241)
#F1E4F3
(241,228,243)
#F3ECF5
(243,236,245)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A4E3; }

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

This text font color is #E1A4E3.

Background Color

.myBgColor { background-color: #E1A4E3; }

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

This div background color is #E1A4E3.

Border color

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

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

This div border color is #E1A4E3.

Opacity

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

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

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

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

This text has shadow with #E1A4E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A4E3.

Preview

Color preview on black background

This text has color #E1A4E3 on black background.


Color preview on white background

This text has color #E1A4E3 on white background.


Black color preview on #E1A4E3 background

This text has black color on #E1A4E3 background.


White color preview on #E1A4E3 background

This text has white color on #E1A4E3 background.


Related colors

Complementary color

Complementary color for #hex is #1E5B1C.


I love getcolorcode.com

Triadic colors

1 #E3E1A4 and #A4E3E1 with #E1A4E3 are triadic colors.

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