COLOR #E2A0CE

HEX: #E2A0CE
RGB: (226,160,206)

Color info

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

RGB color model

#E2A0CE color RGB value is (226,160,206).

  • red value is 226;
  • green value is 160;
  • blue value is 206.
RGB:
(226,160,206)
(89%,63%,81%)

RGB channels and saturation

R 226 of 255 = 89%
G 160 of 255 = 63%
B 206 of 255 = 81%

226
160
206

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

Portions of RGB colors in percentages

R + G + B =
226 + 160 + 206 = 592 (100%)
R 226 of 592 ~ 38.18%
G 160 of 592 ~ 27.03%
B 206 of 592 ~ 34.8%

%38.18
%27.03
%34.8

CMYK color model

#E2A0CE color CMYK value is (0,29,9,11).

  • cyan value is 0.00%
  • magenta value is 29.20%
  • yellow value is 8.85%
  • key color value is 11.37%
CMYK:
(0,29,9,11)
C0M29Y9K11 
(0%,29%,9%,11%)
(0.00/0.29/0.09/0.11)	

CMYK percentages

%0
%29.2
%8.85
%11.37

Codes

Color #E2A0CE in popluar color models

E2A0CE
RGB226160206
HSL318°53.23%75.69%
HSB/HSV318°29.20%88.63%
CMYK0.00%29.20%8.85%
11.37%

Color #E2A0CE in popluar number systems.

HEXE2A0CE
Decimal226160206
Binary111000101010000011001110
Octal342240316

Shades and tints

Shades of #E2A0CE

#E2A0CE
(226,160,206)
#CE92BC
(206,146,188)
#BA84AA
(186,132,170)
#A67698
(166,118,152)
#926886
(146,104,134)
#7E5A74
(126,90,116)
#6A4C62
(106,76,98)
#563E50
(86,62,80)
#42303E
(66,48,62)
#2E222C
(46,34,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #E2A0CE

#E2A0CE
(226,160,206)
#E4A8D2
(228,168,210)
#E6B0D6
(230,176,214)
#E8B8DA
(232,184,218)
#EAC0DE
(234,192,222)
#ECC8E2
(236,200,226)
#EED0E6
(238,208,230)
#F0D8EA
(240,216,234)
#F2E0EE
(242,224,238)
#F4E8F2
(244,232,242)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A0CE color. Also use rgb(226,160,206) instead hex code.

Text Font Color

.myTextColor { color: #E2A0CE; }

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

This text font color is #E2A0CE.


Background Color

.myBgColor { background-color: #E2A0CE; }

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

This div background color is #E2A0CE.


Border color

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

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

This div border color is #E2A0CE.


Opacity

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

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

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

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

This text has shadow with #E2A0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A0CE on black background.


Color preview on white background

This text has color #E2A0CE on white background.



Black color preview on #E2A0CE background

This text has black color on #E2A0CE background.


White color preview on #E2A0CE background

This text has white color on #E2A0CE background.