COLOR #E9A9EA

HEX: #E9A9EA
RGB: (233,169,234)

Color info

#E9A9EA contains mainly red and blue colors. Web safe color of #E9A9EA is #FF99FF (or #F9F).

RGB color model

#E9A9EA color RGB value is (233,169,234).

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

RGB channels and saturation

R 233 of 255 = 91%
G 169 of 255 = 66%
B 234 of 255 = 92%

233
169
234

R + G + B ~ 83%. #E9A9EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 169 + 234 = 636 (100%)
R 233 of 636 ~ 36.64%
G 169 of 636 ~ 26.57%
B 234 of 636 ~ 36.79%

%36.64
%26.57
%36.79

CMYK color model

#E9A9EA color CMYK value is (0,28,0,8).

  • cyan value is 0.43%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(0,28,0,8)
C0M28Y0K8 
(0%,28%,0%,8%)
(0.00/0.28/0.00/0.08)	

CMYK percentages

%0.43
%27.78
%0
%8.24

Codes

Color #E9A9EA in popluar color models

E9A9EA
RGB233169234
HSL299°60.75%79.02%
HSB/HSV299°27.78%91.76%
CMYK0.43%27.78%0.00%
8.24%

Color #E9A9EA in popluar number systems.

HEXE9A9EA
Decimal233169234
Binary111010011010100111101010
Octal351251352

Shades and tints

Shades of #E9A9EA

#E9A9EA
(233,169,234)
#D49AD5
(212,154,213)
#BF8BC0
(191,139,192)
#AA7CAB
(170,124,171)
#956D96
(149,109,150)
#805E81
(128,94,129)
#6B4F6C
(107,79,108)
#564057
(86,64,87)
#413142
(65,49,66)
#2C222D
(44,34,45)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #E9A9EA

#E9A9EA
(233,169,234)
#EBB0EB
(235,176,235)
#EDB7EC
(237,183,236)
#EFBEED
(239,190,237)
#F1C5EE
(241,197,238)
#F3CCEF
(243,204,239)
#F5D3F0
(245,211,240)
#F7DAF1
(247,218,241)
#F9E1F2
(249,225,242)
#FBE8F3
(251,232,243)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9A9EA; }

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

This text font color is #E9A9EA.


Background Color

.myBgColor { background-color: #E9A9EA; }

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

This div background color is #E9A9EA.


Border color

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

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

This div border color is #E9A9EA.


Opacity

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

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

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

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

This text has shadow with #E9A9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A9EA on black background.


Color preview on white background

This text has color #E9A9EA on white background.



Black color preview on #E9A9EA background

This text has black color on #E9A9EA background.


White color preview on #E9A9EA background

This text has white color on #E9A9EA background.