COLOR #E4A9DF

HEX: #E4A9DF
RGB: (228,169,223)

Color info

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

RGB color model

#E4A9DF color RGB value is (228,169,223).

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

RGB channels and saturation

R 228 of 255 = 89%
G 169 of 255 = 66%
B 223 of 255 = 87%

228
169
223

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

Portions of RGB colors in percentages

R + G + B =
228 + 169 + 223 = 620 (100%)
R 228 of 620 ~ 36.77%
G 169 of 620 ~ 27.26%
B 223 of 620 ~ 35.97%

%36.77
%27.26
%35.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 2.19%
  • 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
%2.19
%10.59

Codes

Color #E4A9DF in popluar color models

E4A9DF
RGB228169223
HSL305°52.21%77.84%
HSB/HSV305°25.88%89.41%
CMYK0.00%25.88%2.19%
10.59%

Color #E4A9DF in popluar number systems.

HEXE4A9DF
Decimal228169223
Binary111001001010100111011111
Octal344251337

Shades and tints

Shades of #E4A9DF

#E4A9DF
(228,169,223)
#D09ACB
(208,154,203)
#BC8BB7
(188,139,183)
#A87CA3
(168,124,163)
#946D8F
(148,109,143)
#805E7B
(128,94,123)
#6C4F67
(108,79,103)
#584053
(88,64,83)
#44313F
(68,49,63)
#30222B
(48,34,43)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #E4A9DF

#E4A9DF
(228,169,223)
#E6B0E1
(230,176,225)
#E8B7E3
(232,183,227)
#EABEE5
(234,190,229)
#ECC5E7
(236,197,231)
#EECCE9
(238,204,233)
#F0D3EB
(240,211,235)
#F2DAED
(242,218,237)
#F4E1EF
(244,225,239)
#F6E8F1
(246,232,241)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A9DF; }

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

This text font color is #E4A9DF.


Background Color

.myBgColor { background-color: #E4A9DF; }

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

This div background color is #E4A9DF.


Border color

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

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

This div border color is #E4A9DF.


Opacity

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

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

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

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

This text has shadow with #E4A9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A9DF on black background.


Color preview on white background

This text has color #E4A9DF on white background.



Black color preview on #E4A9DF background

This text has black color on #E4A9DF background.


White color preview on #E4A9DF background

This text has white color on #E4A9DF background.