COLOR #E4A5D9

HEX: #E4A5D9
RGB: (228,165,217)

Color info

#E4A5D9 contains mainly red and blue colors. Web safe color of #E4A5D9 is #CC99CC (or #C9C).

RGB color model

#E4A5D9 color RGB value is (228,165,217).

  • red value is 228;
  • green value is 165;
  • blue value is 217.
RGB:
(228,165,217)
(89%,65%,85%)

RGB channels and saturation

R 228 of 255 = 89%
G 165 of 255 = 65%
B 217 of 255 = 85%

228
165
217

R + G + B ~ 80%. #E4A5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 165 + 217 = 610 (100%)
R 228 of 610 ~ 37.38%
G 165 of 610 ~ 27.05%
B 217 of 610 ~ 35.57%

%37.38
%27.05
%35.57

CMYK color model

#E4A5D9 color CMYK value is (0,28,5,11).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 4.82%
  • key color value is 10.59%
CMYK:
(0,28,5,11)
C0M28Y5K11 
(0%,28%,5%,11%)
(0.00/0.28/0.05/0.11)	

CMYK percentages

%0
%27.63
%4.82
%10.59

Codes

Color #E4A5D9 in popluar color models

E4A5D9
RGB228165217
HSL310°53.85%77.06%
HSB/HSV310°27.63%89.41%
CMYK0.00%27.63%4.82%
10.59%

Color #E4A5D9 in popluar number systems.

HEXE4A5D9
Decimal228165217
Binary111001001010010111011001
Octal344245331

Shades and tints

Shades of #E4A5D9

#E4A5D9
(228,165,217)
#D096C6
(208,150,198)
#BC87B3
(188,135,179)
#A878A0
(168,120,160)
#94698D
(148,105,141)
#805A7A
(128,90,122)
#6C4B67
(108,75,103)
#583C54
(88,60,84)
#442D41
(68,45,65)
#301E2E
(48,30,46)
#1C0F1B
(28,15,27)
#000000
(0,0,0)

Tints of #E4A5D9

#E4A5D9
(228,165,217)
#E6ADDC
(230,173,220)
#E8B5DF
(232,181,223)
#EABDE2
(234,189,226)
#ECC5E5
(236,197,229)
#EECDE8
(238,205,232)
#F0D5EB
(240,213,235)
#F2DDEE
(242,221,238)
#F4E5F1
(244,229,241)
#F6EDF4
(246,237,244)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A5D9 color. Also use rgb(228,165,217) instead hex code.

Text Font Color

.myTextColor { color: #E4A5D9; }

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

This text font color is #E4A5D9.


Background Color

.myBgColor { background-color: #E4A5D9; }

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

This div background color is #E4A5D9.


Border color

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

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

This div border color is #E4A5D9.


Opacity

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

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

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

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

This text has shadow with #E4A5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A5D9 on black background.


Color preview on white background

This text has color #E4A5D9 on white background.



Black color preview on #E4A5D9 background

This text has black color on #E4A5D9 background.


White color preview on #E4A5D9 background

This text has white color on #E4A5D9 background.