COLOR #E3A2C2

HEX: #E3A2C2
RGB: (227,162,194)

Color info

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

RGB color model

#E3A2C2 color RGB value is (227,162,194).

  • red value is 227;
  • green value is 162;
  • blue value is 194.
RGB:
(227,162,194)
(89%,64%,76%)

RGB channels and saturation

R 227 of 255 = 89%
G 162 of 255 = 64%
B 194 of 255 = 76%

227
162
194

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

Portions of RGB colors in percentages

R + G + B =
227 + 162 + 194 = 583 (100%)
R 227 of 583 ~ 38.94%
G 162 of 583 ~ 27.79%
B 194 of 583 ~ 33.28%

%38.94
%27.79
%33.28

CMYK color model

#E3A2C2 color CMYK value is (0,29,15,11).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 14.54%
  • key color value is 10.98%
CMYK:
(0,29,15,11)
C0M29Y15K11 
(0%,29%,15%,11%)
(0.00/0.29/0.15/0.11)	

CMYK percentages

%0
%28.63
%14.54
%10.98

Codes

Color #E3A2C2 in popluar color models

E3A2C2
RGB227162194
HSL330°53.72%76.27%
HSB/HSV330°28.63%89.02%
CMYK0.00%28.63%14.54%
10.98%

Color #E3A2C2 in popluar number systems.

HEXE3A2C2
Decimal227162194
Binary111000111010001011000010
Octal343242302

Shades and tints

Shades of #E3A2C2

#E3A2C2
(227,162,194)
#CF94B1
(207,148,177)
#BB86A0
(187,134,160)
#A7788F
(167,120,143)
#936A7E
(147,106,126)
#7F5C6D
(127,92,109)
#6B4E5C
(107,78,92)
#57404B
(87,64,75)
#43323A
(67,50,58)
#2F2429
(47,36,41)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #E3A2C2

#E3A2C2
(227,162,194)
#E5AAC7
(229,170,199)
#E7B2CC
(231,178,204)
#E9BAD1
(233,186,209)
#EBC2D6
(235,194,214)
#EDCADB
(237,202,219)
#EFD2E0
(239,210,224)
#F1DAE5
(241,218,229)
#F3E2EA
(243,226,234)
#F5EAEF
(245,234,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A2C2 color. Also use rgb(227,162,194) instead hex code.

Text Font Color

.myTextColor { color: #E3A2C2; }

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

This text font color is #E3A2C2.


Background Color

.myBgColor { background-color: #E3A2C2; }

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

This div background color is #E3A2C2.


Border color

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

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

This div border color is #E3A2C2.


Opacity

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

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

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

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

This text has shadow with #E3A2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A2C2 on black background.


Color preview on white background

This text has color #E3A2C2 on white background.



Black color preview on #E3A2C2 background

This text has black color on #E3A2C2 background.


White color preview on #E3A2C2 background

This text has white color on #E3A2C2 background.