COLOR #E2AFE2

HEX: #E2AFE2
RGB: (226,175,226)

Color info

#E2AFE2 contains red, green and blue colors in about the same proportion. Web safe color of #E2AFE2 is #CC99CC (or #C9C).

RGB color model

#E2AFE2 color RGB value is (226,175,226).

  • red value is 226;
  • green value is 175;
  • blue value is 226.
RGB:
(226,175,226)
(89%,69%,89%)

RGB channels and saturation

R 226 of 255 = 89%
G 175 of 255 = 69%
B 226 of 255 = 89%

226
175
226

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

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 226 = 627 (100%)
R 226 of 627 ~ 36.04%
G 175 of 627 ~ 27.91%
B 226 of 627 ~ 36.04%

%36.04
%27.91
%36.04

CMYK color model

#E2AFE2 color CMYK value is (0,23,0,11).

  • cyan value is 0.00%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(0,23,0,11)
C0M23Y0K11 
(0%,23%,0%,11%)
(0.00/0.23/0.00/0.11)	

CMYK percentages

%0
%22.57
%0
%11.37

Codes

Color #E2AFE2 in popluar color models

E2AFE2
RGB226175226
HSL300°46.79%78.63%
HSB/HSV300°22.57%88.63%
CMYK0.00%22.57%0.00%
11.37%

Color #E2AFE2 in popluar number systems.

HEXE2AFE2
Decimal226175226
Binary111000101010111111100010
Octal342257342

Shades and tints

Shades of #E2AFE2

#E2AFE2
(226,175,226)
#CEA0CE
(206,160,206)
#BA91BA
(186,145,186)
#A682A6
(166,130,166)
#927392
(146,115,146)
#7E647E
(126,100,126)
#6A556A
(106,85,106)
#564656
(86,70,86)
#423742
(66,55,66)
#2E282E
(46,40,46)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #E2AFE2

#E2AFE2
(226,175,226)
#E4B6E4
(228,182,228)
#E6BDE6
(230,189,230)
#E8C4E8
(232,196,232)
#EACBEA
(234,203,234)
#ECD2EC
(236,210,236)
#EED9EE
(238,217,238)
#F0E0F0
(240,224,240)
#F2E7F2
(242,231,242)
#F4EEF4
(244,238,244)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AFE2; }

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

This text font color is #E2AFE2.


Background Color

.myBgColor { background-color: #E2AFE2; }

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

This div background color is #E2AFE2.


Border color

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

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

This div border color is #E2AFE2.


Opacity

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

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

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

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

This text has shadow with #E2AFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AFE2 on black background.


Color preview on white background

This text has color #E2AFE2 on white background.



Black color preview on #E2AFE2 background

This text has black color on #E2AFE2 background.


White color preview on #E2AFE2 background

This text has white color on #E2AFE2 background.