COLOR #E1A4CD

HEX: #E1A4CD RGB: (225,164,205)

Color info

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

RGB color model

#E1A4CD color RGB value is (225,164,205).

RGB: (225,164,205) (88%, 64%, 80%)

RGB channels and saturation

R 225 of 255 = 88%
G 164 of 255 = 64%
B 205 of 255 = 80%

225
164
205

R + G + B ~ 77%. #E1A4CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 164 + 205 = 594 (100%)
R 225 of 594 ~ 37.88%
G 164 of 594 ~ 27.61%
B 205 of 594 ~ 34.51'%

%37.88
%27.61
%34.51

CMYK color model

#E1A4CD color CMYK value is (0,27,9,12).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 8.89%
  • key color value is 11.76%

CMYK: (0,27,9,12)
C0M27Y9K12 (0%, 27%, 9%, 12%)
(0.00 / 0.27 / 0.09 / 0.12)

CMYK percentages

%0
%27.11
%8.89
%11.76

Codes

Color #E1A4CD in popluar color models

E1 A4 CD
RGB 225 164 205
HSL 320° 50.41% 76.27%
HSB/HSV 320° 27.11% 88.24%
CMYK 0.00% 27.11% 8.89%
11.76%

Color #E1A4CD in popluar number systems.

HEX E1 A4 CD
Decimal 225 164 205
Binary 11100001 10100100 11001101
Octal 341 244 315

Shades and tints

Shades of #E1A4CD

#E1A4CD
(225,164,205)
#CD96BB
(205,150,187)
#B988A9
(185,136,169)
#A57A97
(165,122,151)
#916C85
(145,108,133)
#7D5E73
(125,94,115)
#695061
(105,80,97)
#55424F
(85,66,79)
#41343D
(65,52,61)
#2D262B
(45,38,43)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #E1A4CD

#E1A4CD
(225,164,205)
#E3ACD1
(227,172,209)
#E5B4D5
(229,180,213)
#E7BCD9
(231,188,217)
#E9C4DD
(233,196,221)
#EBCCE1
(235,204,225)
#EDD4E5
(237,212,229)
#EFDCE9
(239,220,233)
#F1E4ED
(241,228,237)
#F3ECF1
(243,236,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A4CD; }

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

This text font color is #E1A4CD.

Background Color

.myBgColor { background-color: #E1A4CD; }

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

This div background color is #E1A4CD.

Border color

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

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

This div border color is #E1A4CD.

Opacity

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

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

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

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

This text has shadow with #E1A4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A4CD.

Preview

Color preview on black background

This text has color #E1A4CD on black background.


Color preview on white background

This text has color #E1A4CD on white background.


Black color preview on #E1A4CD background

This text has black color on #E1A4CD background.


White color preview on #E1A4CD background

This text has white color on #E1A4CD background.


Related colors

Complementary color

Complementary color for #hex is #1E5B32.


I love getcolorcode.com

Triadic colors

1 #CDE1A4 and #A4CDE1 with #E1A4CD are triadic colors.

2 #CDA4E1 and #A4E1CD with #E1A4CD are triadic colors.