COLOR #E6A2F1

HEX: #E6A2F1
RGB: (230,162,241)

Color info

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

RGB color model

#E6A2F1 color RGB value is (230,162,241).

  • red value is 230;
  • green value is 162;
  • blue value is 241.
RGB:
(230,162,241)
(90%,64%,95%)

RGB channels and saturation

R 230 of 255 = 90%
G 162 of 255 = 64%
B 241 of 255 = 95%

230
162
241

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

Portions of RGB colors in percentages

R + G + B =
230 + 162 + 241 = 633 (100%)
R 230 of 633 ~ 36.33%
G 162 of 633 ~ 25.59%
B 241 of 633 ~ 38.07%

%36.33
%25.59
%38.07

CMYK color model

#E6A2F1 color CMYK value is (5,33,0,5).

  • cyan value is 4.56%
  • magenta value is 32.78%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,33,0,5)
C5M33Y0K5 
(5%,33%,0%,5%)
(0.05/0.33/0.00/0.05)	

CMYK percentages

%4.56
%32.78
%0
%5.49

Codes

Color #E6A2F1 in popluar color models

E6A2F1
RGB230162241
HSL292°73.83%79.02%
HSB/HSV292°32.78%94.51%
CMYK4.56%32.78%0.00%
5.49%

Color #E6A2F1 in popluar number systems.

HEXE6A2F1
Decimal230162241
Binary111001101010001011110001
Octal346242361

Shades and tints

Shades of #E6A2F1

#E6A2F1
(230,162,241)
#D294DC
(210,148,220)
#BE86C7
(190,134,199)
#AA78B2
(170,120,178)
#966A9D
(150,106,157)
#825C88
(130,92,136)
#6E4E73
(110,78,115)
#5A405E
(90,64,94)
#463249
(70,50,73)
#322434
(50,36,52)
#1E161F
(30,22,31)
#000000
(0,0,0)

Tints of #E6A2F1

#E6A2F1
(230,162,241)
#E8AAF2
(232,170,242)
#EAB2F3
(234,178,243)
#ECBAF4
(236,186,244)
#EEC2F5
(238,194,245)
#F0CAF6
(240,202,246)
#F2D2F7
(242,210,247)
#F4DAF8
(244,218,248)
#F6E2F9
(246,226,249)
#F8EAFA
(248,234,250)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A2F1 color. Also use rgb(230,162,241) instead hex code.

Text Font Color

.myTextColor { color: #E6A2F1; }

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

This text font color is #E6A2F1.


Background Color

.myBgColor { background-color: #E6A2F1; }

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

This div background color is #E6A2F1.


Border color

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

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

This div border color is #E6A2F1.


Opacity

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

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

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

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

This text has shadow with #E6A2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A2F1 on black background.


Color preview on white background

This text has color #E6A2F1 on white background.



Black color preview on #E6A2F1 background

This text has black color on #E6A2F1 background.


White color preview on #E6A2F1 background

This text has white color on #E6A2F1 background.