COLOR #E1A4C9

HEX: #E1A4C9 RGB: (225,164,201)

Color info

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

RGB color model

#E1A4C9 color RGB value is (225,164,201).

RGB: (225,164,201) (88%, 64%, 79%)

RGB channels and saturation

R 225 of 255 = 88%
G 164 of 255 = 64%
B 201 of 255 = 79%

225
164
201

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

Portions of RGB colors in percentages

R + G + B = 225 + 164 + 201 = 590 (100%)
R 225 of 590 ~ 38.14%
G 164 of 590 ~ 27.8%
B 201 of 590 ~ 34.07'%

%38.14
%27.8
%34.07

CMYK color model

#E1A4C9 color CMYK value is (0,27,11,12).

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

CMYK: (0,27,11,12)
C0M27Y11K12 (0%, 27%, 11%, 12%)
(0.00 / 0.27 / 0.11 / 0.12)

CMYK percentages

%0
%27.11
%10.67
%11.76

Codes

Color #E1A4C9 in popluar color models

E1 A4 C9
RGB 225 164 201
HSL 324° 50.41% 76.27%
HSB/HSV 324° 27.11% 88.24%
CMYK 0.00% 27.11% 10.67%
11.76%

Color #E1A4C9 in popluar number systems.

HEX E1 A4 C9
Decimal 225 164 201
Binary 11100001 10100100 11001001
Octal 341 244 311

Shades and tints

Shades of #E1A4C9

#E1A4C9
(225,164,201)
#CD96B7
(205,150,183)
#B988A5
(185,136,165)
#A57A93
(165,122,147)
#916C81
(145,108,129)
#7D5E6F
(125,94,111)
#69505D
(105,80,93)
#55424B
(85,66,75)
#413439
(65,52,57)
#2D2627
(45,38,39)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #E1A4C9

#E1A4C9
(225,164,201)
#E3ACCD
(227,172,205)
#E5B4D1
(229,180,209)
#E7BCD5
(231,188,213)
#E9C4D9
(233,196,217)
#EBCCDD
(235,204,221)
#EDD4E1
(237,212,225)
#EFDCE5
(239,220,229)
#F1E4E9
(241,228,233)
#F3ECED
(243,236,237)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A4C9; }

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

This text font color is #E1A4C9.

Background Color

.myBgColor { background-color: #E1A4C9; }

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

This div background color is #E1A4C9.

Border color

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

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

This div border color is #E1A4C9.

Opacity

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

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

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

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

This text has shadow with #E1A4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1A4C9.

Preview

Color preview on black background

This text has color #E1A4C9 on black background.


Color preview on white background

This text has color #E1A4C9 on white background.


Black color preview on #E1A4C9 background

This text has black color on #E1A4C9 background.


White color preview on #E1A4C9 background

This text has white color on #E1A4C9 background.


Related colors

Complementary color

Complementary color for #hex is #1E5B36.


I love getcolorcode.com

Triadic colors

1 #C9E1A4 and #A4C9E1 with #E1A4C9 are triadic colors.

2 #C9A4E1 and #A4E1C9 with #E1A4C9 are triadic colors.