COLOR #E5A9E3

HEX: #E5A9E3 RGB: (229,169,227)

Color info

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

RGB color model

#E5A9E3 color RGB value is (229,169,227).

RGB: (229,169,227) (90%, 66%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 169 of 255 = 66%
B 227 of 255 = 89%

229
169
227

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

Portions of RGB colors in percentages

R + G + B = 229 + 169 + 227 = 625 (100%)
R 229 of 625 ~ 36.64%
G 169 of 625 ~ 27.04%
B 227 of 625 ~ 36.32'%

%36.64
%27.04
%36.32

CMYK color model

#E5A9E3 color CMYK value is (0,26,1,10).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 0.87%
  • key color value is 10.20%

CMYK: (0,26,1,10)
C0M26Y1K10 (0%, 26%, 1%, 10%)
(0.00 / 0.26 / 0.01 / 0.10)

CMYK percentages

%0
%26.2
%0.87
%10.2

Codes

Color #E5A9E3 in popluar color models

E5 A9 E3
RGB 229 169 227
HSL 302° 53.57% 78.04%
HSB/HSV 302° 26.20% 89.80%
CMYK 0.00% 26.20% 0.87%
10.20%

Color #E5A9E3 in popluar number systems.

HEX E5 A9 E3
Decimal 229 169 227
Binary 11100101 10101001 11100011
Octal 345 251 343

Shades and tints

Shades of #E5A9E3

#E5A9E3
(229,169,227)
#D19ACF
(209,154,207)
#BD8BBB
(189,139,187)
#A97CA7
(169,124,167)
#956D93
(149,109,147)
#815E7F
(129,94,127)
#6D4F6B
(109,79,107)
#594057
(89,64,87)
#453143
(69,49,67)
#31222F
(49,34,47)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #E5A9E3

#E5A9E3
(229,169,227)
#E7B0E5
(231,176,229)
#E9B7E7
(233,183,231)
#EBBEE9
(235,190,233)
#EDC5EB
(237,197,235)
#EFCCED
(239,204,237)
#F1D3EF
(241,211,239)
#F3DAF1
(243,218,241)
#F5E1F3
(245,225,243)
#F7E8F5
(247,232,245)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A9E3 color. Also use rgb(229,169,227) instead hex code.

Text Font Color

.myTextColor { color: #E5A9E3; }

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

This text font color is #E5A9E3.

Background Color

.myBgColor { background-color: #E5A9E3; }

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

This div background color is #E5A9E3.

Border color

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

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

This div border color is #E5A9E3.

Opacity

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

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

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

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

This text has shadow with #E5A9E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A9E3.

Preview

Color preview on black background

This text has color #E5A9E3 on black background.


Color preview on white background

This text has color #E5A9E3 on white background.


Black color preview on #E5A9E3 background

This text has black color on #E5A9E3 background.


White color preview on #E5A9E3 background

This text has white color on #E5A9E3 background.


Related colors

Complementary color

Complementary color for #hex is #1A561C.


I love getcolorcode.com

Triadic colors

1 #E3E5A9 and #A9E3E5 with #E5A9E3 are triadic colors.

2 #E3A9E5 and #A9E5E3 with #E5A9E3 are triadic colors.