COLOR #E4A9E0

HEX: #E4A9E0
RGB: (228,169,224)

Color info

#E4A9E0 contains red, green and blue colors in about the same proportion. Web safe color of #E4A9E0 is #CC99CC (or #C9C).

RGB color model

#E4A9E0 color RGB value is (228,169,224).

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

RGB channels and saturation

R 228 of 255 = 89%
G 169 of 255 = 66%
B 224 of 255 = 88%

228
169
224

R + G + B ~ 81%. #E4A9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 169 + 224 = 621 (100%)
R 228 of 621 ~ 36.71%
G 169 of 621 ~ 27.21%
B 224 of 621 ~ 36.07%

%36.71
%27.21
%36.07

CMYK color model

#E4A9E0 color CMYK value is (0,26,2,11).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 1.75%
  • key color value is 10.59%
CMYK:
(0,26,2,11)
C0M26Y2K11 
(0%,26%,2%,11%)
(0.00/0.26/0.02/0.11)	

CMYK percentages

%0
%25.88
%1.75
%10.59

Codes

Color #E4A9E0 in popluar color models

E4A9E0
RGB228169224
HSL304°52.21%77.84%
HSB/HSV304°25.88%89.41%
CMYK0.00%25.88%1.75%
10.59%

Color #E4A9E0 in popluar number systems.

HEXE4A9E0
Decimal228169224
Binary111001001010100111100000
Octal344251340

Shades and tints

Shades of #E4A9E0

#E4A9E0
(228,169,224)
#D09ACC
(208,154,204)
#BC8BB8
(188,139,184)
#A87CA4
(168,124,164)
#946D90
(148,109,144)
#805E7C
(128,94,124)
#6C4F68
(108,79,104)
#584054
(88,64,84)
#443140
(68,49,64)
#30222C
(48,34,44)
#1C1318
(28,19,24)
#000000
(0,0,0)

Tints of #E4A9E0

#E4A9E0
(228,169,224)
#E6B0E2
(230,176,226)
#E8B7E4
(232,183,228)
#EABEE6
(234,190,230)
#ECC5E8
(236,197,232)
#EECCEA
(238,204,234)
#F0D3EC
(240,211,236)
#F2DAEE
(242,218,238)
#F4E1F0
(244,225,240)
#F6E8F2
(246,232,242)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A9E0; }

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

This text font color is #E4A9E0.


Background Color

.myBgColor { background-color: #E4A9E0; }

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

This div background color is #E4A9E0.


Border color

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

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

This div border color is #E4A9E0.


Opacity

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

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

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

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

This text has shadow with #E4A9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A9E0 on black background.


Color preview on white background

This text has color #E4A9E0 on white background.



Black color preview on #E4A9E0 background

This text has black color on #E4A9E0 background.


White color preview on #E4A9E0 background

This text has white color on #E4A9E0 background.