COLOR #E0A2C1

HEX: #E0A2C1 RGB: (224,162,193)

Color info

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

RGB color model

#E0A2C1 color RGB value is (224,162,193).

RGB: (224,162,193) (88%, 64%, 76%)

RGB channels and saturation

R 224 of 255 = 88%
G 162 of 255 = 64%
B 193 of 255 = 76%

224
162
193

R + G + B ~ 76%. #E0A2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 162 + 193 = 579 (100%)
R 224 of 579 ~ 38.69%
G 162 of 579 ~ 27.98%
B 193 of 579 ~ 33.33'%

%38.69
%27.98
%33.33

CMYK color model

#E0A2C1 color CMYK value is (0,28,14,12).

  • cyan value is 0.00%
  • magenta value is 27.68%
  • yellow value is 13.84%
  • key color value is 12.16%

CMYK: (0,28,14,12)
C0M28Y14K12 (0%, 28%, 14%, 12%)
(0.00 / 0.28 / 0.14 / 0.12)

CMYK percentages

%0
%27.68
%13.84
%12.16

Codes

Color #E0A2C1 in popluar color models

E0 A2 C1
RGB 224 162 193
HSL 330° 50.00% 75.69%
HSB/HSV 330° 27.68% 87.84%
CMYK 0.00% 27.68% 13.84%
12.16%

Color #E0A2C1 in popluar number systems.

HEX E0 A2 C1
Decimal 224 162 193
Binary 11100000 10100010 11000001
Octal 340 242 301

Shades and tints

Shades of #E0A2C1

#E0A2C1
(224,162,193)
#CC94B0
(204,148,176)
#B8869F
(184,134,159)
#A4788E
(164,120,142)
#906A7D
(144,106,125)
#7C5C6C
(124,92,108)
#684E5B
(104,78,91)
#54404A
(84,64,74)
#403239
(64,50,57)
#2C2428
(44,36,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #E0A2C1

#E0A2C1
(224,162,193)
#E2AAC6
(226,170,198)
#E4B2CB
(228,178,203)
#E6BAD0
(230,186,208)
#E8C2D5
(232,194,213)
#EACADA
(234,202,218)
#ECD2DF
(236,210,223)
#EEDAE4
(238,218,228)
#F0E2E9
(240,226,233)
#F2EAEE
(242,234,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A2C1 color. Also use rgb(224,162,193) instead hex code.

Text Font Color

.myTextColor { color: #E0A2C1; }

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

This text font color is #E0A2C1.

Background Color

.myBgColor { background-color: #E0A2C1; }

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

This div background color is #E0A2C1.

Border color

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

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

This div border color is #E0A2C1.

Opacity

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

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

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

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

This text has shadow with #E0A2C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A2C1.

Preview

Color preview on black background

This text has color #E0A2C1 on black background.


Color preview on white background

This text has color #E0A2C1 on white background.


Black color preview on #E0A2C1 background

This text has black color on #E0A2C1 background.


White color preview on #E0A2C1 background

This text has white color on #E0A2C1 background.


Related colors

Complementary color

Complementary color for #hex is #1F5D3E.


I love getcolorcode.com

Triadic colors

1 #C1E0A2 and #A2C1E0 with #E0A2C1 are triadic colors.

2 #C1A2E0 and #A2E0C1 with #E0A2C1 are triadic colors.