COLOR #E4A9E7

HEX: #E4A9E7
RGB: (228,169,231)

Color info

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

RGB color model

#E4A9E7 color RGB value is (228,169,231).

  • red value is 228;
  • green value is 169;
  • blue value is 231.
RGB:
(228,169,231)
(89%,66%,91%)

RGB channels and saturation

R 228 of 255 = 89%
G 169 of 255 = 66%
B 231 of 255 = 91%

228
169
231

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

Portions of RGB colors in percentages

R + G + B =
228 + 169 + 231 = 628 (100%)
R 228 of 628 ~ 36.31%
G 169 of 628 ~ 26.91%
B 231 of 628 ~ 36.78%

%36.31
%26.91
%36.78

CMYK color model

#E4A9E7 color CMYK value is (1,27,0,9).

  • cyan value is 1.30%
  • magenta value is 26.84%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(1,27,0,9)
C1M27Y0K9 
(1%,27%,0%,9%)
(0.01/0.27/0.00/0.09)	

CMYK percentages

%1.3
%26.84
%0
%9.41

Codes

Color #E4A9E7 in popluar color models

E4A9E7
RGB228169231
HSL297°56.36%78.43%
HSB/HSV297°26.84%90.59%
CMYK1.30%26.84%0.00%
9.41%

Color #E4A9E7 in popluar number systems.

HEXE4A9E7
Decimal228169231
Binary111001001010100111100111
Octal344251347

Shades and tints

Shades of #E4A9E7

#E4A9E7
(228,169,231)
#D09AD2
(208,154,210)
#BC8BBD
(188,139,189)
#A87CA8
(168,124,168)
#946D93
(148,109,147)
#805E7E
(128,94,126)
#6C4F69
(108,79,105)
#584054
(88,64,84)
#44313F
(68,49,63)
#30222A
(48,34,42)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #E4A9E7

#E4A9E7
(228,169,231)
#E6B0E9
(230,176,233)
#E8B7EB
(232,183,235)
#EABEED
(234,190,237)
#ECC5EF
(236,197,239)
#EECCF1
(238,204,241)
#F0D3F3
(240,211,243)
#F2DAF5
(242,218,245)
#F4E1F7
(244,225,247)
#F6E8F9
(246,232,249)
#F8EFFB
(248,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A9E7 color. Also use rgb(228,169,231) instead hex code.

Text Font Color

.myTextColor { color: #E4A9E7; }

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

This text font color is #E4A9E7.


Background Color

.myBgColor { background-color: #E4A9E7; }

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

This div background color is #E4A9E7.


Border color

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

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

This div border color is #E4A9E7.


Opacity

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

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

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

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

This text has shadow with #E4A9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A9E7 on black background.


Color preview on white background

This text has color #E4A9E7 on white background.



Black color preview on #E4A9E7 background

This text has black color on #E4A9E7 background.


White color preview on #E4A9E7 background

This text has white color on #E4A9E7 background.