COLOR #E5A9E9

HEX: #E5A9E9
RGB: (229,169,233)

Color info

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

RGB color model

#E5A9E9 color RGB value is (229,169,233).

  • red value is 229;
  • green value is 169;
  • blue value is 233.
RGB:
(229,169,233)
(90%,66%,91%)

RGB channels and saturation

R 229 of 255 = 90%
G 169 of 255 = 66%
B 233 of 255 = 91%

229
169
233

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

Portions of RGB colors in percentages

R + G + B =
229 + 169 + 233 = 631 (100%)
R 229 of 631 ~ 36.29%
G 169 of 631 ~ 26.78%
B 233 of 631 ~ 36.93%

%36.29
%26.78
%36.93

CMYK color model

#E5A9E9 color CMYK value is (2,27,0,9).

  • cyan value is 1.72%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(2,27,0,9)
C2M27Y0K9 
(2%,27%,0%,9%)
(0.02/0.27/0.00/0.09)	

CMYK percentages

%1.72
%27.47
%0
%8.63

Codes

Color #E5A9E9 in popluar color models

E5A9E9
RGB229169233
HSL296°59.26%78.82%
HSB/HSV296°27.47%91.37%
CMYK1.72%27.47%0.00%
8.63%

Color #E5A9E9 in popluar number systems.

HEXE5A9E9
Decimal229169233
Binary111001011010100111101001
Octal345251351

Shades and tints

Shades of #E5A9E9

#E5A9E9
(229,169,233)
#D19AD4
(209,154,212)
#BD8BBF
(189,139,191)
#A97CAA
(169,124,170)
#956D95
(149,109,149)
#815E80
(129,94,128)
#6D4F6B
(109,79,107)
#594056
(89,64,86)
#453141
(69,49,65)
#31222C
(49,34,44)
#1D1317
(29,19,23)
#000000
(0,0,0)

Tints of #E5A9E9

#E5A9E9
(229,169,233)
#E7B0EB
(231,176,235)
#E9B7ED
(233,183,237)
#EBBEEF
(235,190,239)
#EDC5F1
(237,197,241)
#EFCCF3
(239,204,243)
#F1D3F5
(241,211,245)
#F3DAF7
(243,218,247)
#F5E1F9
(245,225,249)
#F7E8FB
(247,232,251)
#F9EFFD
(249,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A9E9; }

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

This text font color is #E5A9E9.


Background Color

.myBgColor { background-color: #E5A9E9; }

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

This div background color is #E5A9E9.


Border color

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

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

This div border color is #E5A9E9.


Opacity

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

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

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

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

This text has shadow with #E5A9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A9E9 on black background.


Color preview on white background

This text has color #E5A9E9 on white background.



Black color preview on #E5A9E9 background

This text has black color on #E5A9E9 background.


White color preview on #E5A9E9 background

This text has white color on #E5A9E9 background.