COLOR #E2A7EE

HEX: #E2A7EE
RGB: (226,167,238)

Color info

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

RGB color model

#E2A7EE color RGB value is (226,167,238).

  • red value is 226;
  • green value is 167;
  • blue value is 238.
RGB:
(226,167,238)
(89%,65%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 238 of 255 = 93%

226
167
238

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

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 238 = 631 (100%)
R 226 of 631 ~ 35.82%
G 167 of 631 ~ 26.47%
B 238 of 631 ~ 37.72%

%35.82
%26.47
%37.72

CMYK color model

#E2A7EE color CMYK value is (5,30,0,7).

  • cyan value is 5.04%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,30,0,7)
C5M30Y0K7 
(5%,30%,0%,7%)
(0.05/0.30/0.00/0.07)	

CMYK percentages

%5.04
%29.83
%0
%6.67

Codes

Color #E2A7EE in popluar color models

E2A7EE
RGB226167238
HSL290°67.62%79.41%
HSB/HSV290°29.83%93.33%
CMYK5.04%29.83%0.00%
6.67%

Color #E2A7EE in popluar number systems.

HEXE2A7EE
Decimal226167238
Binary111000101010011111101110
Octal342247356

Shades and tints

Shades of #E2A7EE

#E2A7EE
(226,167,238)
#CE98D9
(206,152,217)
#BA89C4
(186,137,196)
#A67AAF
(166,122,175)
#926B9A
(146,107,154)
#7E5C85
(126,92,133)
#6A4D70
(106,77,112)
#563E5B
(86,62,91)
#422F46
(66,47,70)
#2E2031
(46,32,49)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #E2A7EE

#E2A7EE
(226,167,238)
#E4AFEF
(228,175,239)
#E6B7F0
(230,183,240)
#E8BFF1
(232,191,241)
#EAC7F2
(234,199,242)
#ECCFF3
(236,207,243)
#EED7F4
(238,215,244)
#F0DFF5
(240,223,245)
#F2E7F6
(242,231,246)
#F4EFF7
(244,239,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A7EE color. Also use rgb(226,167,238) instead hex code.

Text Font Color

.myTextColor { color: #E2A7EE; }

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

This text font color is #E2A7EE.


Background Color

.myBgColor { background-color: #E2A7EE; }

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

This div background color is #E2A7EE.


Border color

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

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

This div border color is #E2A7EE.


Opacity

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

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

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

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

This text has shadow with #E2A7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A7EE on black background.


Color preview on white background

This text has color #E2A7EE on white background.



Black color preview on #E2A7EE background

This text has black color on #E2A7EE background.


White color preview on #E2A7EE background

This text has white color on #E2A7EE background.