COLOR #E0A7FA

HEX: #E0A7FA
RGB: (224,167,250)

Color info

#E0A7FA contains mainly red and blue colors. Web safe color of #E0A7FA is #CC99FF (or #C9F).

RGB color model

#E0A7FA color RGB value is (224,167,250).

  • red value is 224;
  • green value is 167;
  • blue value is 250.
RGB:
(224,167,250)
(88%,65%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 167 of 255 = 65%
B 250 of 255 = 98%

224
167
250

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

Portions of RGB colors in percentages

R + G + B =
224 + 167 + 250 = 641 (100%)
R 224 of 641 ~ 34.95%
G 167 of 641 ~ 26.05%
B 250 of 641 ~ 39%

%34.95
%26.05
%39

CMYK color model

#E0A7FA color CMYK value is (10,33,0,2).

  • cyan value is 10.40%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(10,33,0,2)
C10M33Y0K2 
(10%,33%,0%,2%)
(0.10/0.33/0.00/0.02)	

CMYK percentages

%10.4
%33.2
%0
%1.96

Codes

Color #E0A7FA in popluar color models

E0A7FA
RGB224167250
HSL281°89.25%81.76%
HSB/HSV281°33.20%98.04%
CMYK10.40%33.20%0.00%
1.96%

Color #E0A7FA in popluar number systems.

HEXE0A7FA
Decimal224167250
Binary111000001010011111111010
Octal340247372

Shades and tints

Shades of #E0A7FA

#E0A7FA
(224,167,250)
#CC98E4
(204,152,228)
#B889CE
(184,137,206)
#A47AB8
(164,122,184)
#906BA2
(144,107,162)
#7C5C8C
(124,92,140)
#684D76
(104,77,118)
#543E60
(84,62,96)
#402F4A
(64,47,74)
#2C2034
(44,32,52)
#18111E
(24,17,30)
#000000
(0,0,0)

Tints of #E0A7FA

#E0A7FA
(224,167,250)
#E2AFFA
(226,175,250)
#E4B7FA
(228,183,250)
#E6BFFA
(230,191,250)
#E8C7FA
(232,199,250)
#EACFFA
(234,207,250)
#ECD7FA
(236,215,250)
#EEDFFA
(238,223,250)
#F0E7FA
(240,231,250)
#F2EFFA
(242,239,250)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A7FA color. Also use rgb(224,167,250) instead hex code.

Text Font Color

.myTextColor { color: #E0A7FA; }

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

This text font color is #E0A7FA.


Background Color

.myBgColor { background-color: #E0A7FA; }

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

This div background color is #E0A7FA.


Border color

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

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

This div border color is #E0A7FA.


Opacity

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

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

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

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

This text has shadow with #E0A7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A7FA on black background.


Color preview on white background

This text has color #E0A7FA on white background.



Black color preview on #E0A7FA background

This text has black color on #E0A7FA background.


White color preview on #E0A7FA background

This text has white color on #E0A7FA background.