COLOR #E0A1C4

HEX: #E0A1C4 RGB: (224,161,196)

Color info

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

RGB color model

#E0A1C4 color RGB value is (224,161,196).

RGB: (224,161,196) (88%, 63%, 77%)

RGB channels and saturation

R 224 of 255 = 88%
G 161 of 255 = 63%
B 196 of 255 = 77%

224
161
196

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

Portions of RGB colors in percentages

R + G + B = 224 + 161 + 196 = 581 (100%)
R 224 of 581 ~ 38.55%
G 161 of 581 ~ 27.71%
B 196 of 581 ~ 33.73'%

%38.55
%27.71
%33.73

CMYK color model

#E0A1C4 color CMYK value is (0,28,13,12).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 12.50%
  • key color value is 12.16%

CMYK: (0,28,13,12)
C0M28Y13K12 (0%, 28%, 13%, 12%)
(0.00 / 0.28 / 0.13 / 0.12)

CMYK percentages

%0
%28.13
%12.5
%12.16

Codes

Color #E0A1C4 in popluar color models

E0 A1 C4
RGB 224 161 196
HSL 327° 50.40% 75.49%
HSB/HSV 327° 28.13% 87.84%
CMYK 0.00% 28.13% 12.50%
12.16%

Color #E0A1C4 in popluar number systems.

HEX E0 A1 C4
Decimal 224 161 196
Binary 11100000 10100001 11000100
Octal 340 241 304

Shades and tints

Shades of #E0A1C4

#E0A1C4
(224,161,196)
#CC93B3
(204,147,179)
#B885A2
(184,133,162)
#A47791
(164,119,145)
#906980
(144,105,128)
#7C5B6F
(124,91,111)
#684D5E
(104,77,94)
#543F4D
(84,63,77)
#40313C
(64,49,60)
#2C232B
(44,35,43)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #E0A1C4

#E0A1C4
(224,161,196)
#E2A9C9
(226,169,201)
#E4B1CE
(228,177,206)
#E6B9D3
(230,185,211)
#E8C1D8
(232,193,216)
#EAC9DD
(234,201,221)
#ECD1E2
(236,209,226)
#EED9E7
(238,217,231)
#F0E1EC
(240,225,236)
#F2E9F1
(242,233,241)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A1C4 color. Also use rgb(224,161,196) instead hex code.

Text Font Color

.myTextColor { color: #E0A1C4; }

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

This text font color is #E0A1C4.

Background Color

.myBgColor { background-color: #E0A1C4; }

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

This div background color is #E0A1C4.

Border color

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

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

This div border color is #E0A1C4.

Opacity

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

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

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

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

This text has shadow with #E0A1C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A1C4.

Preview

Color preview on black background

This text has color #E0A1C4 on black background.


Color preview on white background

This text has color #E0A1C4 on white background.


Black color preview on #E0A1C4 background

This text has black color on #E0A1C4 background.


White color preview on #E0A1C4 background

This text has white color on #E0A1C4 background.


Related colors

Complementary color

Complementary color for #hex is #1F5E3B.


I love getcolorcode.com

Triadic colors

1 #C4E0A1 and #A1C4E0 with #E0A1C4 are triadic colors.

2 #C4A1E0 and #A1E0C4 with #E0A1C4 are triadic colors.