COLOR #E7AFF4

HEX: #E7AFF4
RGB: (231,175,244)

Color info

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

RGB color model

#E7AFF4 color RGB value is (231,175,244).

  • red value is 231;
  • green value is 175;
  • blue value is 244.
RGB:
(231,175,244)
(91%,69%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 244 of 255 = 96%

231
175
244

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

Portions of RGB colors in percentages

R + G + B =
231 + 175 + 244 = 650 (100%)
R 231 of 650 ~ 35.54%
G 175 of 650 ~ 26.92%
B 244 of 650 ~ 37.54%

%35.54
%26.92
%37.54

CMYK color model

#E7AFF4 color CMYK value is (5,28,0,4).

  • cyan value is 5.33%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(5,28,0,4)
C5M28Y0K4 
(5%,28%,0%,4%)
(0.05/0.28/0.00/0.04)	

CMYK percentages

%5.33
%28.28
%0
%4.31

Codes

Color #E7AFF4 in popluar color models

E7AFF4
RGB231175244
HSL289°75.82%82.16%
HSB/HSV289°28.28%95.69%
CMYK5.33%28.28%0.00%
4.31%

Color #E7AFF4 in popluar number systems.

HEXE7AFF4
Decimal231175244
Binary111001111010111111110100
Octal347257364

Shades and tints

Shades of #E7AFF4

#E7AFF4
(231,175,244)
#D2A0DE
(210,160,222)
#BD91C8
(189,145,200)
#A882B2
(168,130,178)
#93739C
(147,115,156)
#7E6486
(126,100,134)
#695570
(105,85,112)
#54465A
(84,70,90)
#3F3744
(63,55,68)
#2A282E
(42,40,46)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #E7AFF4

#E7AFF4
(231,175,244)
#E9B6F5
(233,182,245)
#EBBDF6
(235,189,246)
#EDC4F7
(237,196,247)
#EFCBF8
(239,203,248)
#F1D2F9
(241,210,249)
#F3D9FA
(243,217,250)
#F5E0FB
(245,224,251)
#F7E7FC
(247,231,252)
#F9EEFD
(249,238,253)
#FBF5FE
(251,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AFF4 color. Also use rgb(231,175,244) instead hex code.

Text Font Color

.myTextColor { color: #E7AFF4; }

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

This text font color is #E7AFF4.


Background Color

.myBgColor { background-color: #E7AFF4; }

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

This div background color is #E7AFF4.


Border color

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

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

This div border color is #E7AFF4.


Opacity

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

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

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

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

This text has shadow with #E7AFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AFF4 on black background.


Color preview on white background

This text has color #E7AFF4 on white background.



Black color preview on #E7AFF4 background

This text has black color on #E7AFF4 background.


White color preview on #E7AFF4 background

This text has white color on #E7AFF4 background.