COLOR #E4A4D1

HEX: #E4A4D1 RGB: (228,164,209)

Color info

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

RGB color model

#E4A4D1 color RGB value is (228,164,209).

RGB: (228,164,209) (89%, 64%, 82%)

RGB channels and saturation

R 228 of 255 = 89%
G 164 of 255 = 64%
B 209 of 255 = 82%

228
164
209

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

Portions of RGB colors in percentages

R + G + B = 228 + 164 + 209 = 601 (100%)
R 228 of 601 ~ 37.94%
G 164 of 601 ~ 27.29%
B 209 of 601 ~ 34.78'%

%37.94
%27.29
%34.78

CMYK color model

#E4A4D1 color CMYK value is (0,28,8,11).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 8.33%
  • key color value is 10.59%

CMYK: (0,28,8,11)
C0M28Y8K11 (0%, 28%, 8%, 11%)
(0.00 / 0.28 / 0.08 / 0.11)

CMYK percentages

%0
%28.07
%8.33
%10.59

Codes

Color #E4A4D1 in popluar color models

E4 A4 D1
RGB 228 164 209
HSL 318° 54.24% 76.86%
HSB/HSV 318° 28.07% 89.41%
CMYK 0.00% 28.07% 8.33%
10.59%

Color #E4A4D1 in popluar number systems.

HEX E4 A4 D1
Decimal 228 164 209
Binary 11100100 10100100 11010001
Octal 344 244 321

Shades and tints

Shades of #E4A4D1

#E4A4D1
(228,164,209)
#D096BE
(208,150,190)
#BC88AB
(188,136,171)
#A87A98
(168,122,152)
#946C85
(148,108,133)
#805E72
(128,94,114)
#6C505F
(108,80,95)
#58424C
(88,66,76)
#443439
(68,52,57)
#302626
(48,38,38)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #E4A4D1

#E4A4D1
(228,164,209)
#E6ACD5
(230,172,213)
#E8B4D9
(232,180,217)
#EABCDD
(234,188,221)
#ECC4E1
(236,196,225)
#EECCE5
(238,204,229)
#F0D4E9
(240,212,233)
#F2DCED
(242,220,237)
#F4E4F1
(244,228,241)
#F6ECF5
(246,236,245)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A4D1; }

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

This text font color is #E4A4D1.

Background Color

.myBgColor { background-color: #E4A4D1; }

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

This div background color is #E4A4D1.

Border color

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

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

This div border color is #E4A4D1.

Opacity

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

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

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

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

This text has shadow with #E4A4D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4A4D1.

Preview

Color preview on black background

This text has color #E4A4D1 on black background.


Color preview on white background

This text has color #E4A4D1 on white background.


Black color preview on #E4A4D1 background

This text has black color on #E4A4D1 background.


White color preview on #E4A4D1 background

This text has white color on #E4A4D1 background.


Related colors

Complementary color

Complementary color for #hex is #1B5B2E.


I love getcolorcode.com

Triadic colors

1 #D1E4A4 and #A4D1E4 with #E4A4D1 are triadic colors.

2 #D1A4E4 and #A4E4D1 with #E4A4D1 are triadic colors.