COLOR #E0A7FF

HEX: #E0A7FF
RGB: (224,167,255)

Color info

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

RGB color model

#E0A7FF color RGB value is (224,167,255).

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

RGB channels and saturation

R 224 of 255 = 88%
G 167 of 255 = 65%
B 255 of 255 = 100%

224
167
255

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

Portions of RGB colors in percentages

R + G + B =
224 + 167 + 255 = 646 (100%)
R 224 of 646 ~ 34.67%
G 167 of 646 ~ 25.85%
B 255 of 646 ~ 39.47%

%34.67
%25.85
%39.47

CMYK color model

#E0A7FF color CMYK value is (12,35,0,0).

  • cyan value is 12.16%
  • magenta value is 34.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,35,0,0)
C12M35Y0K0 
(12%,35%,0%,0%)
(0.12/0.35/0.00/0.00)	

CMYK percentages

%12.16
%34.51
%0
%0

Codes

Color #E0A7FF in popluar color models

E0A7FF
RGB224167255
HSL279°100.00%82.75%
HSB/HSV279°34.51%100.00%
CMYK12.16%34.51%0.00%
0.00%

Color #E0A7FF in popluar number systems.

HEXE0A7FF
Decimal224167255
Binary111000001010011111111111
Octal340247377

Shades and tints

Shades of #E0A7FF

#E0A7FF
(224,167,255)
#CC98E8
(204,152,232)
#B889D1
(184,137,209)
#A47ABA
(164,122,186)
#906BA3
(144,107,163)
#7C5C8C
(124,92,140)
#684D75
(104,77,117)
#543E5E
(84,62,94)
#402F47
(64,47,71)
#2C2030
(44,32,48)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #E0A7FF

#E0A7FF
(224,167,255)
#E2AFFF
(226,175,255)
#E4B7FF
(228,183,255)
#E6BFFF
(230,191,255)
#E8C7FF
(232,199,255)
#EACFFF
(234,207,255)
#ECD7FF
(236,215,255)
#EEDFFF
(238,223,255)
#F0E7FF
(240,231,255)
#F2EFFF
(242,239,255)
#F4F7FF
(244,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A7FF; }

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

This text font color is #E0A7FF.


Background Color

.myBgColor { background-color: #E0A7FF; }

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

This div background color is #E0A7FF.


Border color

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

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

This div border color is #E0A7FF.


Opacity

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

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

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

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

This text has shadow with #E0A7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A7FF on black background.


Color preview on white background

This text has color #E0A7FF on white background.



Black color preview on #E0A7FF background

This text has black color on #E0A7FF background.


White color preview on #E0A7FF background

This text has white color on #E0A7FF background.