COLOR #E2AFF6

HEX: #E2AFF6
RGB: (226,175,246)

Color info

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

RGB color model

#E2AFF6 color RGB value is (226,175,246).

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

RGB channels and saturation

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

226
175
246

R + G + B ~ 85%. #E2AFF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 175 + 246 = 647 (100%)
R 226 of 647 ~ 34.93%
G 175 of 647 ~ 27.05%
B 246 of 647 ~ 38.02%

%34.93
%27.05
%38.02

CMYK color model

#E2AFF6 color CMYK value is (8,29,0,4).

  • cyan value is 8.13%
  • magenta value is 28.86%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(8,29,0,4)
C8M29Y0K4 
(8%,29%,0%,4%)
(0.08/0.29/0.00/0.04)	

CMYK percentages

%8.13
%28.86
%0
%3.53

Codes

Color #E2AFF6 in popluar color models

E2AFF6
RGB226175246
HSL283°79.78%82.55%
HSB/HSV283°28.86%96.47%
CMYK8.13%28.86%0.00%
3.53%

Color #E2AFF6 in popluar number systems.

HEXE2AFF6
Decimal226175246
Binary111000101010111111110110
Octal342257366

Shades and tints

Shades of #E2AFF6

#E2AFF6
(226,175,246)
#CEA0E0
(206,160,224)
#BA91CA
(186,145,202)
#A682B4
(166,130,180)
#92739E
(146,115,158)
#7E6488
(126,100,136)
#6A5572
(106,85,114)
#56465C
(86,70,92)
#423746
(66,55,70)
#2E2830
(46,40,48)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #E2AFF6

#E2AFF6
(226,175,246)
#E4B6F6
(228,182,246)
#E6BDF6
(230,189,246)
#E8C4F6
(232,196,246)
#EACBF6
(234,203,246)
#ECD2F6
(236,210,246)
#EED9F6
(238,217,246)
#F0E0F6
(240,224,246)
#F2E7F6
(242,231,246)
#F4EEF6
(244,238,246)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2AFF6; }

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

This text font color is #E2AFF6.


Background Color

.myBgColor { background-color: #E2AFF6; }

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

This div background color is #E2AFF6.


Border color

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

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

This div border color is #E2AFF6.


Opacity

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

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

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

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

This text has shadow with #E2AFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2AFF6 on black background.


Color preview on white background

This text has color #E2AFF6 on white background.



Black color preview on #E2AFF6 background

This text has black color on #E2AFF6 background.


White color preview on #E2AFF6 background

This text has white color on #E2AFF6 background.