COLOR #E4A4CD

HEX: #E4A4CD
RGB: (228,164,205)

Color info

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

RGB color model

#E4A4CD color RGB value is (228,164,205).

  • red value is 228;
  • green value is 164;
  • blue value is 205.
RGB:
(228,164,205)
(89%,64%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 164 of 255 = 64%
B 205 of 255 = 80%

228
164
205

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

Portions of RGB colors in percentages

R + G + B =
228 + 164 + 205 = 597 (100%)
R 228 of 597 ~ 38.19%
G 164 of 597 ~ 27.47%
B 205 of 597 ~ 34.34%

%38.19
%27.47
%34.34

CMYK color model

#E4A4CD color CMYK value is (0,28,10,11).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(0,28,10,11)
C0M28Y10K11 
(0%,28%,10%,11%)
(0.00/0.28/0.10/0.11)	

CMYK percentages

%0
%28.07
%10.09
%10.59

Codes

Color #E4A4CD in popluar color models

E4A4CD
RGB228164205
HSL322°54.24%76.86%
HSB/HSV322°28.07%89.41%
CMYK0.00%28.07%10.09%
10.59%

Color #E4A4CD in popluar number systems.

HEXE4A4CD
Decimal228164205
Binary111001001010010011001101
Octal344244315

Shades and tints

Shades of #E4A4CD

#E4A4CD
(228,164,205)
#D096BB
(208,150,187)
#BC88A9
(188,136,169)
#A87A97
(168,122,151)
#946C85
(148,108,133)
#805E73
(128,94,115)
#6C5061
(108,80,97)
#58424F
(88,66,79)
#44343D
(68,52,61)
#30262B
(48,38,43)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #E4A4CD

#E4A4CD
(228,164,205)
#E6ACD1
(230,172,209)
#E8B4D5
(232,180,213)
#EABCD9
(234,188,217)
#ECC4DD
(236,196,221)
#EECCE1
(238,204,225)
#F0D4E5
(240,212,229)
#F2DCE9
(242,220,233)
#F4E4ED
(244,228,237)
#F6ECF1
(246,236,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A4CD color. Also use rgb(228,164,205) instead hex code.

Text Font Color

.myTextColor { color: #E4A4CD; }

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

This text font color is #E4A4CD.


Background Color

.myBgColor { background-color: #E4A4CD; }

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

This div background color is #E4A4CD.


Border color

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

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

This div border color is #E4A4CD.


Opacity

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

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

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

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

This text has shadow with #E4A4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A4CD on black background.


Color preview on white background

This text has color #E4A4CD on white background.



Black color preview on #E4A4CD background

This text has black color on #E4A4CD background.


White color preview on #E4A4CD background

This text has white color on #E4A4CD background.