COLOR #E7A4F7

HEX: #E7A4F7
RGB: (231,164,247)

Color info

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

RGB color model

#E7A4F7 color RGB value is (231,164,247).

  • red value is 231;
  • green value is 164;
  • blue value is 247.
RGB:
(231,164,247)
(91%,64%,97%)

RGB channels and saturation

R 231 of 255 = 91%
G 164 of 255 = 64%
B 247 of 255 = 97%

231
164
247

R + G + B ~ 84%. #E7A4F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 164 + 247 = 642 (100%)
R 231 of 642 ~ 35.98%
G 164 of 642 ~ 25.55%
B 247 of 642 ~ 38.47%

%35.98
%25.55
%38.47

CMYK color model

#E7A4F7 color CMYK value is (6,34,0,3).

  • cyan value is 6.48%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,34,0,3)
C6M34Y0K3 
(6%,34%,0%,3%)
(0.06/0.34/0.00/0.03)	

CMYK percentages

%6.48
%33.6
%0
%3.14

Codes

Color #E7A4F7 in popluar color models

E7A4F7
RGB231164247
HSL288°83.84%80.59%
HSB/HSV288°33.60%96.86%
CMYK6.48%33.60%0.00%
3.14%

Color #E7A4F7 in popluar number systems.

HEXE7A4F7
Decimal231164247
Binary111001111010010011110111
Octal347244367

Shades and tints

Shades of #E7A4F7

#E7A4F7
(231,164,247)
#D296E1
(210,150,225)
#BD88CB
(189,136,203)
#A87AB5
(168,122,181)
#936C9F
(147,108,159)
#7E5E89
(126,94,137)
#695073
(105,80,115)
#54425D
(84,66,93)
#3F3447
(63,52,71)
#2A2631
(42,38,49)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #E7A4F7

#E7A4F7
(231,164,247)
#E9ACF7
(233,172,247)
#EBB4F7
(235,180,247)
#EDBCF7
(237,188,247)
#EFC4F7
(239,196,247)
#F1CCF7
(241,204,247)
#F3D4F7
(243,212,247)
#F5DCF7
(245,220,247)
#F7E4F7
(247,228,247)
#F9ECF7
(249,236,247)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A4F7 color. Also use rgb(231,164,247) instead hex code.

Text Font Color

.myTextColor { color: #E7A4F7; }

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

This text font color is #E7A4F7.


Background Color

.myBgColor { background-color: #E7A4F7; }

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

This div background color is #E7A4F7.


Border color

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

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

This div border color is #E7A4F7.


Opacity

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

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

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

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

This text has shadow with #E7A4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A4F7 on black background.


Color preview on white background

This text has color #E7A4F7 on white background.



Black color preview on #E7A4F7 background

This text has black color on #E7A4F7 background.


White color preview on #E7A4F7 background

This text has white color on #E7A4F7 background.