COLOR #E3A0EE

HEX: #E3A0EE
RGB: (227,160,238)

Color info

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

RGB color model

#E3A0EE color RGB value is (227,160,238).

  • red value is 227;
  • green value is 160;
  • blue value is 238.
RGB:
(227,160,238)
(89%,63%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 160 of 255 = 63%
B 238 of 255 = 93%

227
160
238

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

Portions of RGB colors in percentages

R + G + B =
227 + 160 + 238 = 625 (100%)
R 227 of 625 ~ 36.32%
G 160 of 625 ~ 25.6%
B 238 of 625 ~ 38.08%

%36.32
%25.6
%38.08

CMYK color model

#E3A0EE color CMYK value is (5,33,0,7).

  • cyan value is 4.62%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,33,0,7)
C5M33Y0K7 
(5%,33%,0%,7%)
(0.05/0.33/0.00/0.07)	

CMYK percentages

%4.62
%32.77
%0
%6.67

Codes

Color #E3A0EE in popluar color models

E3A0EE
RGB227160238
HSL292°69.64%78.04%
HSB/HSV292°32.77%93.33%
CMYK4.62%32.77%0.00%
6.67%

Color #E3A0EE in popluar number systems.

HEXE3A0EE
Decimal227160238
Binary111000111010000011101110
Octal343240356

Shades and tints

Shades of #E3A0EE

#E3A0EE
(227,160,238)
#CF92D9
(207,146,217)
#BB84C4
(187,132,196)
#A776AF
(167,118,175)
#93689A
(147,104,154)
#7F5A85
(127,90,133)
#6B4C70
(107,76,112)
#573E5B
(87,62,91)
#433046
(67,48,70)
#2F2231
(47,34,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #E3A0EE

#E3A0EE
(227,160,238)
#E5A8EF
(229,168,239)
#E7B0F0
(231,176,240)
#E9B8F1
(233,184,241)
#EBC0F2
(235,192,242)
#EDC8F3
(237,200,243)
#EFD0F4
(239,208,244)
#F1D8F5
(241,216,245)
#F3E0F6
(243,224,246)
#F5E8F7
(245,232,247)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A0EE color. Also use rgb(227,160,238) instead hex code.

Text Font Color

.myTextColor { color: #E3A0EE; }

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

This text font color is #E3A0EE.


Background Color

.myBgColor { background-color: #E3A0EE; }

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

This div background color is #E3A0EE.


Border color

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

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

This div border color is #E3A0EE.


Opacity

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

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

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

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

This text has shadow with #E3A0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A0EE on black background.


Color preview on white background

This text has color #E3A0EE on white background.



Black color preview on #E3A0EE background

This text has black color on #E3A0EE background.


White color preview on #E3A0EE background

This text has white color on #E3A0EE background.