COLOR #E5A4E9

HEX: #E5A4E9 RGB: (229,164,233)

Color info

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

RGB color model

#E5A4E9 color RGB value is (229,164,233).

RGB: (229,164,233) (90%, 64%, 91%)

RGB channels and saturation

R 229 of 255 = 90%
G 164 of 255 = 64%
B 233 of 255 = 91%

229
164
233

R + G + B ~ 82%. #E5A4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 164 + 233 = 626 (100%)
R 229 of 626 ~ 36.58%
G 164 of 626 ~ 26.2%
B 233 of 626 ~ 37.22'%

%36.58
%26.2
%37.22

CMYK color model

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

  • cyan value is 1.72%
  • magenta value is 29.61%
  • 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

%1.72
%29.61
%0
%8.63

Codes

Color #E5A4E9 in popluar color models

E5 A4 E9
RGB 229 164 233
HSL 297° 61.06% 77.84%
HSB/HSV 297° 29.61% 91.37%
CMYK 1.72% 29.61% 0.00%
8.63%

Color #E5A4E9 in popluar number systems.

HEX E5 A4 E9
Decimal 229 164 233
Binary 11100101 10100100 11101001
Octal 345 244 351

Shades and tints

Shades of #E5A4E9

#E5A4E9
(229,164,233)
#D196D4
(209,150,212)
#BD88BF
(189,136,191)
#A97AAA
(169,122,170)
#956C95
(149,108,149)
#815E80
(129,94,128)
#6D506B
(109,80,107)
#594256
(89,66,86)
#453441
(69,52,65)
#31262C
(49,38,44)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5A4E9

#E5A4E9
(229,164,233)
#E7ACEB
(231,172,235)
#E9B4ED
(233,180,237)
#EBBCEF
(235,188,239)
#EDC4F1
(237,196,241)
#EFCCF3
(239,204,243)
#F1D4F5
(241,212,245)
#F3DCF7
(243,220,247)
#F5E4F9
(245,228,249)
#F7ECFB
(247,236,251)
#F9F4FD
(249,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A4E9 color. Also use rgb(229,164,233) instead hex code.

Text Font Color

.myTextColor { color: #E5A4E9; }

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

This text font color is #E5A4E9.

Background Color

.myBgColor { background-color: #E5A4E9; }

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

This div background color is #E5A4E9.

Border color

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

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

This div border color is #E5A4E9.

Opacity

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

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

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

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

This text has shadow with #E5A4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A4E9.

Preview

Color preview on black background

This text has color #E5A4E9 on black background.


Color preview on white background

This text has color #E5A4E9 on white background.


Black color preview on #E5A4E9 background

This text has black color on #E5A4E9 background.


White color preview on #E5A4E9 background

This text has white color on #E5A4E9 background.


Related colors

Complementary color

Complementary color for #hex is #1A5B16.


I love getcolorcode.com

Triadic colors

1 #E9E5A4 and #A4E9E5 with #E5A4E9 are triadic colors.

2 #E9A4E5 and #A4E5E9 with #E5A4E9 are triadic colors.