COLOR #E0A4CE

HEX: #E0A4CE
RGB: (224,164,206)

Color info

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

RGB color model

#E0A4CE color RGB value is (224,164,206).

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

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 206 of 255 = 81%

224
164
206

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

Portions of RGB colors in percentages

R + G + B =
224 + 164 + 206 = 594 (100%)
R 224 of 594 ~ 37.71%
G 164 of 594 ~ 27.61%
B 206 of 594 ~ 34.68%

%37.71
%27.61
%34.68

CMYK color model

#E0A4CE color CMYK value is (0,27,8,12).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK: (0,27,8,12) C0M27Y8K12 (0%,27%,8%,12%) (0.00/0.27/0.08/0.12)

CMYK percentages

%0
%26.79
%8.04
%12.16

Codes

Color #E0A4CE in popluar color models

E0A4CE
RGB224164206
HSL318°49.18%76.08%
HSB/HSV318°26.79%87.84%
CMYK0.00%26.79%8.04%
12.16%

Color #E0A4CE in popluar number systems.

HEXE0A4CE
Decimal224164206
Binary111000001010010011001110
Octal340244316

Shades and tints

Shades of #E0A4CE

#E0A4CE
(224,164,206)
#CC96BC
(204,150,188)
#B888AA
(184,136,170)
#A47A98
(164,122,152)
#906C86
(144,108,134)
#7C5E74
(124,94,116)
#685062
(104,80,98)
#544250
(84,66,80)
#40343E
(64,52,62)
#2C262C
(44,38,44)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0A4CE

#E0A4CE
(224,164,206)
#E2ACD2
(226,172,210)
#E4B4D6
(228,180,214)
#E6BCDA
(230,188,218)
#E8C4DE
(232,196,222)
#EACCE2
(234,204,226)
#ECD4E6
(236,212,230)
#EEDCEA
(238,220,234)
#F0E4EE
(240,228,238)
#F2ECF2
(242,236,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A4CE; }

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

This text font color is #E0A4CE.


Background Color

.myBgColor { background-color: #E0A4CE; }

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

This div background color is #E0A4CE.


Border color

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

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

This div border color is #E0A4CE.


Opacity

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

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

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

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

This text has shadow with #E0A4CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E0A4CE on black background.


Color preview on white background

This text has color #E0A4CE on white background.



Black color preview on #E0A4CE background

This text has black color on #E0A4CE background.


White color preview on #E0A4CE background

This text has white color on #E0A4CE background.