COLOR #E7A3FE

HEX: #E7A3FE RGB: (231,163,254)

Color info

#E7A3FE contains mainly red and blue colors. Web safe color of #E7A3FE is #FF99FF (or #F9F).

RGB color model

#E7A3FE color RGB value is (231,163,254).

RGB: (231,163,254) (91%, 64%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 163 of 255 = 64%
B 254 of 255 = 100%

231
163
254

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

Portions of RGB colors in percentages

R + G + B = 231 + 163 + 254 = 648 (100%)
R 231 of 648 ~ 35.65%
G 163 of 648 ~ 25.15%
B 254 of 648 ~ 39.2'%

%35.65
%25.15
%39.2

CMYK color model

#E7A3FE color CMYK value is (9,36,0,0).

  • cyan value is 9.06%
  • magenta value is 35.83%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,36,0,0)
C9M36Y0K0 (9%, 36%, 0%, 0%)
(0.09 / 0.36 / 0.00 / 0.00)

CMYK percentages

%9.06
%35.83
%0
%0.39

Codes

Color #E7A3FE in popluar color models

E7 A3 FE
RGB 231 163 254
HSL 285° 97.85% 81.76%
HSB/HSV 285° 35.83% 99.61%
CMYK 9.06% 35.83% 0.00%
0.39%

Color #E7A3FE in popluar number systems.

HEX E7 A3 FE
Decimal 231 163 254
Binary 11100111 10100011 11111110
Octal 347 243 376

Shades and tints

Shades of #E7A3FE

#E7A3FE
(231,163,254)
#D295E7
(210,149,231)
#BD87D0
(189,135,208)
#A879B9
(168,121,185)
#936BA2
(147,107,162)
#7E5D8B
(126,93,139)
#694F74
(105,79,116)
#54415D
(84,65,93)
#3F3346
(63,51,70)
#2A252F
(42,37,47)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7A3FE

#E7A3FE
(231,163,254)
#E9ABFE
(233,171,254)
#EBB3FE
(235,179,254)
#EDBBFE
(237,187,254)
#EFC3FE
(239,195,254)
#F1CBFE
(241,203,254)
#F3D3FE
(243,211,254)
#F5DBFE
(245,219,254)
#F7E3FE
(247,227,254)
#F9EBFE
(249,235,254)
#FBF3FE
(251,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A3FE color. Also use rgb(231,163,254) instead hex code.

Text Font Color

.myTextColor { color: #E7A3FE; }

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

This text font color is #E7A3FE.

Background Color

.myBgColor { background-color: #E7A3FE; }

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

This div background color is #E7A3FE.

Border color

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

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

This div border color is #E7A3FE.

Opacity

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

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

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

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

This text has shadow with #E7A3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A3FE.

Preview

Color preview on black background

This text has color #E7A3FE on black background.


Color preview on white background

This text has color #E7A3FE on white background.


Black color preview on #E7A3FE background

This text has black color on #E7A3FE background.


White color preview on #E7A3FE background

This text has white color on #E7A3FE background.


Related colors

Complementary color

Complementary color for #hex is #185C01.


I love getcolorcode.com

Triadic colors

1 #FEE7A3 and #A3FEE7 with #E7A3FE are triadic colors.

2 #FEA3E7 and #A3E7FE with #E7A3FE are triadic colors.