COLOR #E0A4D1

HEX: #E0A4D1
RGB: (224,164,209)

Color info

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

RGB color model

#E0A4D1 color RGB value is (224,164,209).

  • red value is 224;
  • green value is 164;
  • blue value is 209.
RGB:
(224,164,209)
(88%,64%,82%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 209 of 255 = 82%

224
164
209

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

Portions of RGB colors in percentages

R + G + B =
224 + 164 + 209 = 597 (100%)
R 224 of 597 ~ 37.52%
G 164 of 597 ~ 27.47%
B 209 of 597 ~ 35.01%

%37.52
%27.47
%35.01

CMYK color model

#E0A4D1 color CMYK value is (0,27,7,12).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(0,27,7,12)
C0M27Y7K12 
(0%,27%,7%,12%)
(0.00/0.27/0.07/0.12)	

CMYK percentages

%0
%26.79
%6.7
%12.16

Codes

Color #E0A4D1 in popluar color models

E0A4D1
RGB224164209
HSL315°49.18%76.08%
HSB/HSV315°26.79%87.84%
CMYK0.00%26.79%6.70%
12.16%

Color #E0A4D1 in popluar number systems.

HEXE0A4D1
Decimal224164209
Binary111000001010010011010001
Octal340244321

Shades and tints

Shades of #E0A4D1

#E0A4D1
(224,164,209)
#CC96BE
(204,150,190)
#B888AB
(184,136,171)
#A47A98
(164,122,152)
#906C85
(144,108,133)
#7C5E72
(124,94,114)
#68505F
(104,80,95)
#54424C
(84,66,76)
#403439
(64,52,57)
#2C2626
(44,38,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #E0A4D1

#E0A4D1
(224,164,209)
#E2ACD5
(226,172,213)
#E4B4D9
(228,180,217)
#E6BCDD
(230,188,221)
#E8C4E1
(232,196,225)
#EACCE5
(234,204,229)
#ECD4E9
(236,212,233)
#EEDCED
(238,220,237)
#F0E4F1
(240,228,241)
#F2ECF5
(242,236,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A4D1; }

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

This text font color is #E0A4D1.


Background Color

.myBgColor { background-color: #E0A4D1; }

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

This div background color is #E0A4D1.


Border color

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

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

This div border color is #E0A4D1.


Opacity

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

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

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

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

This text has shadow with #E0A4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A4D1 on black background.


Color preview on white background

This text has color #E0A4D1 on white background.



Black color preview on #E0A4D1 background

This text has black color on #E0A4D1 background.


White color preview on #E0A4D1 background

This text has white color on #E0A4D1 background.