COLOR #E4A5C9

HEX: #E4A5C9
RGB: (228,165,201)

Color info

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

RGB color model

#E4A5C9 color RGB value is (228,165,201).

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

RGB channels and saturation

R 228 of 255 = 89%
G 165 of 255 = 65%
B 201 of 255 = 79%

228
165
201

R + G + B ~ 78%. #E4A5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 165 + 201 = 594 (100%)
R 228 of 594 ~ 38.38%
G 165 of 594 ~ 27.78%
B 201 of 594 ~ 33.84%

%38.38
%27.78
%33.84

CMYK color model

#E4A5C9 color CMYK value is (0,28,12,11).

  • cyan value is 0.00%
  • magenta value is 27.63%
  • yellow value is 11.84%
  • key color value is 10.59%
CMYK:
(0,28,12,11)
C0M28Y12K11 
(0%,28%,12%,11%)
(0.00/0.28/0.12/0.11)	

CMYK percentages

%0
%27.63
%11.84
%10.59

Codes

Color #E4A5C9 in popluar color models

E4A5C9
RGB228165201
HSL326°53.85%77.06%
HSB/HSV326°27.63%89.41%
CMYK0.00%27.63%11.84%
10.59%

Color #E4A5C9 in popluar number systems.

HEXE4A5C9
Decimal228165201
Binary111001001010010111001001
Octal344245311

Shades and tints

Shades of #E4A5C9

#E4A5C9
(228,165,201)
#D096B7
(208,150,183)
#BC87A5
(188,135,165)
#A87893
(168,120,147)
#946981
(148,105,129)
#805A6F
(128,90,111)
#6C4B5D
(108,75,93)
#583C4B
(88,60,75)
#442D39
(68,45,57)
#301E27
(48,30,39)
#1C0F15
(28,15,21)
#000000
(0,0,0)

Tints of #E4A5C9

#E4A5C9
(228,165,201)
#E6ADCD
(230,173,205)
#E8B5D1
(232,181,209)
#EABDD5
(234,189,213)
#ECC5D9
(236,197,217)
#EECDDD
(238,205,221)
#F0D5E1
(240,213,225)
#F2DDE5
(242,221,229)
#F4E5E9
(244,229,233)
#F6EDED
(246,237,237)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A5C9; }

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

This text font color is #E4A5C9.


Background Color

.myBgColor { background-color: #E4A5C9; }

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

This div background color is #E4A5C9.


Border color

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

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

This div border color is #E4A5C9.


Opacity

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

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

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

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

This text has shadow with #E4A5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A5C9 on black background.


Color preview on white background

This text has color #E4A5C9 on white background.



Black color preview on #E4A5C9 background

This text has black color on #E4A5C9 background.


White color preview on #E4A5C9 background

This text has white color on #E4A5C9 background.