COLOR #E2A2EB

HEX: #E2A2EB RGB: (226,162,235)

Color info

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

RGB color model

#E2A2EB color RGB value is (226,162,235).

RGB: (226,162,235) (89%, 64%, 92%)

RGB channels and saturation

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

226
162
235

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

Portions of RGB colors in percentages

R + G + B = 226 + 162 + 235 = 623 (100%)
R 226 of 623 ~ 36.28%
G 162 of 623 ~ 26%
B 235 of 623 ~ 37.72'%

%36.28
%26
%37.72

CMYK color model

#E2A2EB color CMYK value is (4,31,0,8).

  • cyan value is 3.83%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (4,31,0,8)
C4M31Y0K8 (4%, 31%, 0%, 8%)
(0.04 / 0.31 / 0.00 / 0.08)

CMYK percentages

%3.83
%31.06
%0
%7.84

Codes

Color #E2A2EB in popluar color models

E2 A2 EB
RGB 226 162 235
HSL 293° 64.60% 77.84%
HSB/HSV 293° 31.06% 92.16%
CMYK 3.83% 31.06% 0.00%
7.84%

Color #E2A2EB in popluar number systems.

HEX E2 A2 EB
Decimal 226 162 235
Binary 11100010 10100010 11101011
Octal 342 242 353

Shades and tints

Shades of #E2A2EB

#E2A2EB
(226,162,235)
#CE94D6
(206,148,214)
#BA86C1
(186,134,193)
#A678AC
(166,120,172)
#926A97
(146,106,151)
#7E5C82
(126,92,130)
#6A4E6D
(106,78,109)
#564058
(86,64,88)
#423243
(66,50,67)
#2E242E
(46,36,46)
#1A1619
(26,22,25)
#000000
(0,0,0)

Tints of #E2A2EB

#E2A2EB
(226,162,235)
#E4AAEC
(228,170,236)
#E6B2ED
(230,178,237)
#E8BAEE
(232,186,238)
#EAC2EF
(234,194,239)
#ECCAF0
(236,202,240)
#EED2F1
(238,210,241)
#F0DAF2
(240,218,242)
#F2E2F3
(242,226,243)
#F4EAF4
(244,234,244)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2A2EB; }

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

This text font color is #E2A2EB.

Background Color

.myBgColor { background-color: #E2A2EB; }

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

This div background color is #E2A2EB.

Border color

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

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

This div border color is #E2A2EB.

Opacity

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

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

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

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

This text has shadow with #E2A2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2A2EB.

Preview

Color preview on black background

This text has color #E2A2EB on black background.


Color preview on white background

This text has color #E2A2EB on white background.


Black color preview on #E2A2EB background

This text has black color on #E2A2EB background.


White color preview on #E2A2EB background

This text has white color on #E2A2EB background.


Related colors

Complementary color

Complementary color for #hex is #1D5D14.


I love getcolorcode.com

Triadic colors

1 #EBE2A2 and #A2EBE2 with #E2A2EB are triadic colors.

2 #EBA2E2 and #A2E2EB with #E2A2EB are triadic colors.