COLOR #E2AFE6

HEX: #E2AFE6
RGB: (226,175,230)

Color info

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

RGB color model

#E2AFE6 color RGB value is (226,175,230).

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

RGB channels and saturation

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

226
175
230

R + G + B ~ 83%. #E2AFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 230 = 631 (100%)
R 226 of 631 ~ 35.82%
G 175 of 631 ~ 27.73%
B 230 of 631 ~ 36.45%

%35.82
%27.73
%36.45

CMYK color model

#E2AFE6 color CMYK value is (2,24,0,10).

  • cyan value is 1.74%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(2,24,0,10)
C2M24Y0K10 
(2%,24%,0%,10%)
(0.02/0.24/0.00/0.10)	

CMYK percentages

%1.74
%23.91
%0
%9.8

Codes

Color #E2AFE6 in popluar color models

E2AFE6
RGB226175230
HSL296°52.38%79.41%
HSB/HSV296°23.91%90.20%
CMYK1.74%23.91%0.00%
9.80%

Color #E2AFE6 in popluar number systems.

HEXE2AFE6
Decimal226175230
Binary111000101010111111100110
Octal342257346

Shades and tints

Shades of #E2AFE6

#E2AFE6
(226,175,230)
#CEA0D2
(206,160,210)
#BA91BE
(186,145,190)
#A682AA
(166,130,170)
#927396
(146,115,150)
#7E6482
(126,100,130)
#6A556E
(106,85,110)
#56465A
(86,70,90)
#423746
(66,55,70)
#2E2832
(46,40,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #E2AFE6

#E2AFE6
(226,175,230)
#E4B6E8
(228,182,232)
#E6BDEA
(230,189,234)
#E8C4EC
(232,196,236)
#EACBEE
(234,203,238)
#ECD2F0
(236,210,240)
#EED9F2
(238,217,242)
#F0E0F4
(240,224,244)
#F2E7F6
(242,231,246)
#F4EEF8
(244,238,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AFE6; }

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

This text font color is #E2AFE6.


Background Color

.myBgColor { background-color: #E2AFE6; }

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

This div background color is #E2AFE6.


Border color

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

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

This div border color is #E2AFE6.


Opacity

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

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

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

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

This text has shadow with #E2AFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AFE6 on black background.


Color preview on white background

This text has color #E2AFE6 on white background.



Black color preview on #E2AFE6 background

This text has black color on #E2AFE6 background.


White color preview on #E2AFE6 background

This text has white color on #E2AFE6 background.