COLOR #E6A4FF

HEX: #E6A4FF
RGB: (230,164,255)

Color info

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

RGB color model

#E6A4FF color RGB value is (230,164,255).

  • red value is 230;
  • green value is 164;
  • blue value is 255.
RGB:
(230,164,255)
(90%,64%,100%)

RGB channels and saturation

R 230 of 255 = 90%
G 164 of 255 = 64%
B 255 of 255 = 100%

230
164
255

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

Portions of RGB colors in percentages

R + G + B =
230 + 164 + 255 = 649 (100%)
R 230 of 649 ~ 35.44%
G 164 of 649 ~ 25.27%
B 255 of 649 ~ 39.29%

%35.44
%25.27
%39.29

CMYK color model

#E6A4FF color CMYK value is (10,36,0,0).

  • cyan value is 9.80%
  • magenta value is 35.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,36,0,0)
C10M36Y0K0 
(10%,36%,0%,0%)
(0.10/0.36/0.00/0.00)	

CMYK percentages

%9.8
%35.69
%0
%0

Codes

Color #E6A4FF in popluar color models

E6A4FF
RGB230164255
HSL284°100.00%82.16%
HSB/HSV284°35.69%100.00%
CMYK9.80%35.69%0.00%
0.00%

Color #E6A4FF in popluar number systems.

HEXE6A4FF
Decimal230164255
Binary111001101010010011111111
Octal346244377

Shades and tints

Shades of #E6A4FF

#E6A4FF
(230,164,255)
#D296E8
(210,150,232)
#BE88D1
(190,136,209)
#AA7ABA
(170,122,186)
#966CA3
(150,108,163)
#825E8C
(130,94,140)
#6E5075
(110,80,117)
#5A425E
(90,66,94)
#463447
(70,52,71)
#322630
(50,38,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6A4FF

#E6A4FF
(230,164,255)
#E8ACFF
(232,172,255)
#EAB4FF
(234,180,255)
#ECBCFF
(236,188,255)
#EEC4FF
(238,196,255)
#F0CCFF
(240,204,255)
#F2D4FF
(242,212,255)
#F4DCFF
(244,220,255)
#F6E4FF
(246,228,255)
#F8ECFF
(248,236,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A4FF color. Also use rgb(230,164,255) instead hex code.

Text Font Color

.myTextColor { color: #E6A4FF; }

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

This text font color is #E6A4FF.


Background Color

.myBgColor { background-color: #E6A4FF; }

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

This div background color is #E6A4FF.


Border color

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

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

This div border color is #E6A4FF.


Opacity

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

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

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

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

This text has shadow with #E6A4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A4FF on black background.


Color preview on white background

This text has color #E6A4FF on white background.



Black color preview on #E6A4FF background

This text has black color on #E6A4FF background.


White color preview on #E6A4FF background

This text has white color on #E6A4FF background.