COLOR #E8A4E7

HEX: #E8A4E7
RGB: (232,164,231)

Color info

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

RGB color model

#E8A4E7 color RGB value is (232,164,231).

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

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 231 of 255 = 91%

232
164
231

R + G + B ~ 82%. #E8A4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 164 + 231 = 627 (100%)
R 232 of 627 ~ 37%
G 164 of 627 ~ 26.16%
B 231 of 627 ~ 36.84%

%37
%26.16
%36.84

CMYK color model

#E8A4E7 color CMYK value is (0,29,0,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK:
(0,29,0,9)
C0M29Y0K9 
(0%,29%,0%,9%)
(0.00/0.29/0.00/0.09)	

CMYK percentages

%0
%29.31
%0.43
%9.02

Codes

Color #E8A4E7 in popluar color models

E8A4E7
RGB232164231
HSL301°59.65%77.65%
HSB/HSV301°29.31%90.98%
CMYK0.00%29.31%0.43%
9.02%

Color #E8A4E7 in popluar number systems.

HEXE8A4E7
Decimal232164231
Binary111010001010010011100111
Octal350244347

Shades and tints

Shades of #E8A4E7

#E8A4E7
(232,164,231)
#D396D2
(211,150,210)
#BE88BD
(190,136,189)
#A97AA8
(169,122,168)
#946C93
(148,108,147)
#7F5E7E
(127,94,126)
#6A5069
(106,80,105)
#554254
(85,66,84)
#40343F
(64,52,63)
#2B262A
(43,38,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #E8A4E7

#E8A4E7
(232,164,231)
#EAACE9
(234,172,233)
#ECB4EB
(236,180,235)
#EEBCED
(238,188,237)
#F0C4EF
(240,196,239)
#F2CCF1
(242,204,241)
#F4D4F3
(244,212,243)
#F6DCF5
(246,220,245)
#F8E4F7
(248,228,247)
#FAECF9
(250,236,249)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A4E7; }

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

This text font color is #E8A4E7.


Background Color

.myBgColor { background-color: #E8A4E7; }

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

This div background color is #E8A4E7.


Border color

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

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

This div border color is #E8A4E7.


Opacity

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

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

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

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

This text has shadow with #E8A4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A4E7 on black background.


Color preview on white background

This text has color #E8A4E7 on white background.



Black color preview on #E8A4E7 background

This text has black color on #E8A4E7 background.


White color preview on #E8A4E7 background

This text has white color on #E8A4E7 background.