COLOR #E2A2EA

HEX: #E2A2EA
RGB: (226,162,234)

Color info

#E2A2EA contains mainly red and blue colors. Web safe color of #E2A2EA is #CC99FF (or #C9F).

RGB color model

#E2A2EA color RGB value is (226,162,234).

  • red value is 226;
  • green value is 162;
  • blue value is 234.
RGB:
(226,162,234)
(89%,64%,92%)

RGB channels and saturation

R 226 of 255 = 89%
G 162 of 255 = 64%
B 234 of 255 = 92%

226
162
234

R + G + B ~ 82%. #E2A2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 162 + 234 = 622 (100%)
R 226 of 622 ~ 36.33%
G 162 of 622 ~ 26.05%
B 234 of 622 ~ 37.62%

%36.33
%26.05
%37.62

CMYK color model

#E2A2EA color CMYK value is (3,31,0,8).

  • cyan value is 3.42%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,31,0,8)
C3M31Y0K8 
(3%,31%,0%,8%)
(0.03/0.31/0.00/0.08)	

CMYK percentages

%3.42
%30.77
%0
%8.24

Codes

Color #E2A2EA in popluar color models

E2A2EA
RGB226162234
HSL293°63.16%77.65%
HSB/HSV293°30.77%91.76%
CMYK3.42%30.77%0.00%
8.24%

Color #E2A2EA in popluar number systems.

HEXE2A2EA
Decimal226162234
Binary111000101010001011101010
Octal342242352

Shades and tints

Shades of #E2A2EA

#E2A2EA
(226,162,234)
#CE94D5
(206,148,213)
#BA86C0
(186,134,192)
#A678AB
(166,120,171)
#926A96
(146,106,150)
#7E5C81
(126,92,129)
#6A4E6C
(106,78,108)
#564057
(86,64,87)
#423242
(66,50,66)
#2E242D
(46,36,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2A2EA

#E2A2EA
(226,162,234)
#E4AAEB
(228,170,235)
#E6B2EC
(230,178,236)
#E8BAED
(232,186,237)
#EAC2EE
(234,194,238)
#ECCAEF
(236,202,239)
#EED2F0
(238,210,240)
#F0DAF1
(240,218,241)
#F2E2F2
(242,226,242)
#F4EAF3
(244,234,243)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A2EA color. Also use rgb(226,162,234) instead hex code.

Text Font Color

.myTextColor { color: #E2A2EA; }

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

This text font color is #E2A2EA.


Background Color

.myBgColor { background-color: #E2A2EA; }

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

This div background color is #E2A2EA.


Border color

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

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

This div border color is #E2A2EA.


Opacity

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

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

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

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

This text has shadow with #E2A2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A2EA on black background.


Color preview on white background

This text has color #E2A2EA on white background.



Black color preview on #E2A2EA background

This text has black color on #E2A2EA background.


White color preview on #E2A2EA background

This text has white color on #E2A2EA background.