COLOR #E7A5FD

HEX: #E7A5FD
RGB: (231,165,253)

Color info

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

RGB color model

#E7A5FD color RGB value is (231,165,253).

  • red value is 231;
  • green value is 165;
  • blue value is 253.
RGB:
(231,165,253)
(91%,65%,99%)

RGB channels and saturation

R 231 of 255 = 91%
G 165 of 255 = 65%
B 253 of 255 = 99%

231
165
253

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

Portions of RGB colors in percentages

R + G + B =
231 + 165 + 253 = 649 (100%)
R 231 of 649 ~ 35.59%
G 165 of 649 ~ 25.42%
B 253 of 649 ~ 38.98%

%35.59
%25.42
%38.98

CMYK color model

#E7A5FD color CMYK value is (9,35,0,1).

  • cyan value is 8.70%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,35,0,1)
C9M35Y0K1 
(9%,35%,0%,1%)
(0.09/0.35/0.00/0.01)	

CMYK percentages

%8.7
%34.78
%0
%0.78

Codes

Color #E7A5FD in popluar color models

E7A5FD
RGB231165253
HSL285°95.65%81.96%
HSB/HSV285°34.78%99.22%
CMYK8.70%34.78%0.00%
0.78%

Color #E7A5FD in popluar number systems.

HEXE7A5FD
Decimal231165253
Binary111001111010010111111101
Octal347245375

Shades and tints

Shades of #E7A5FD

#E7A5FD
(231,165,253)
#D296E6
(210,150,230)
#BD87CF
(189,135,207)
#A878B8
(168,120,184)
#9369A1
(147,105,161)
#7E5A8A
(126,90,138)
#694B73
(105,75,115)
#543C5C
(84,60,92)
#3F2D45
(63,45,69)
#2A1E2E
(42,30,46)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #E7A5FD

#E7A5FD
(231,165,253)
#E9ADFD
(233,173,253)
#EBB5FD
(235,181,253)
#EDBDFD
(237,189,253)
#EFC5FD
(239,197,253)
#F1CDFD
(241,205,253)
#F3D5FD
(243,213,253)
#F5DDFD
(245,221,253)
#F7E5FD
(247,229,253)
#F9EDFD
(249,237,253)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A5FD color. Also use rgb(231,165,253) instead hex code.

Text Font Color

.myTextColor { color: #E7A5FD; }

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

This text font color is #E7A5FD.


Background Color

.myBgColor { background-color: #E7A5FD; }

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

This div background color is #E7A5FD.


Border color

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

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

This div border color is #E7A5FD.


Opacity

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

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

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

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

This text has shadow with #E7A5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A5FD on black background.


Color preview on white background

This text has color #E7A5FD on white background.



Black color preview on #E7A5FD background

This text has black color on #E7A5FD background.


White color preview on #E7A5FD background

This text has white color on #E7A5FD background.