COLOR #E0A4C8

HEX: #E0A4C8 RGB: (224,164,200)

Color info

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

RGB color model

#E0A4C8 color RGB value is (224,164,200).

RGB: (224,164,200) (88%, 64%, 78%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 200 of 255 = 78%

224
164
200

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

Portions of RGB colors in percentages

R + G + B = 224 + 164 + 200 = 588 (100%)
R 224 of 588 ~ 38.1%
G 164 of 588 ~ 27.89%
B 200 of 588 ~ 34.01'%

%38.1
%27.89
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK: (0,27,11,12) C0M27Y11K12 (0%,27%,11%,12%) (0.00/0.27/0.11/0.12) 

CMYK percentages

%0
%26.79
%10.71
%12.16

Codes

Color #E0A4C8 in popluar color models

E0 A4 C8
RGB 224 164 200
HSL 324° 49.18% 76.08%
HSB/HSV 324° 26.79% 87.84%
CMYK 0.00% 26.79% 10.71%
12.16%

Color #E0A4C8 in popluar number systems.

HEX E0 A4 C8
Decimal 224 164 200
Binary 11100000 10100100 11001000
Octal 340 244 310

Shades and tints

Shades of #E0A4C8

#E0A4C8
(224,164,200)
#CC96B6
(204,150,182)
#B888A4
(184,136,164)
#A47A92
(164,122,146)
#906C80
(144,108,128)
#7C5E6E
(124,94,110)
#68505C
(104,80,92)
#54424A
(84,66,74)
#403438
(64,52,56)
#2C2626
(44,38,38)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0A4C8

#E0A4C8
(224,164,200)
#E2ACCD
(226,172,205)
#E4B4D2
(228,180,210)
#E6BCD7
(230,188,215)
#E8C4DC
(232,196,220)
#EACCE1
(234,204,225)
#ECD4E6
(236,212,230)
#EEDCEB
(238,220,235)
#F0E4F0
(240,228,240)
#F2ECF5
(242,236,245)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A4C8; }

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

This text font color is #E0A4C8.

Background Color

.myBgColor { background-color: #E0A4C8; }

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

This div background color is #E0A4C8.

Border color

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

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

This div border color is #E0A4C8.

Opacity

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

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

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

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

This text has shadow with #E0A4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A4C8.

Preview

Color preview on black background

This text has color #E0A4C8 on black background.


Color preview on white background

This text has color #E0A4C8 on white background.


Black color preview on #E0A4C8 background

This text has black color on #E0A4C8 background.


White color preview on #E0A4C8 background

This text has white color on #E0A4C8 background.


Related colors

Complementary color

Complementary color for #hex is #1F5B37.


I love getcolorcode.com

Triadic colors

1 #C8E0A4 and #A4C8E0 with #E0A4C8 are triadic colors.

2 #C8A4E0 and #A4E0C8 with #E0A4C8 are triadic colors.