COLOR #E3A3E0

HEX: #E3A3E0
RGB: (227,163,224)

Color info

#E3A3E0 contains mainly red and blue colors. Web safe color of #E3A3E0 is #CC99CC (or #C9C).

RGB color model

#E3A3E0 color RGB value is (227,163,224).

  • red value is 227;
  • green value is 163;
  • blue value is 224.
RGB:
(227,163,224)
(89%,64%,88%)

RGB channels and saturation

R 227 of 255 = 89%
G 163 of 255 = 64%
B 224 of 255 = 88%

227
163
224

R + G + B ~ 80%. #E3A3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 163 + 224 = 614 (100%)
R 227 of 614 ~ 36.97%
G 163 of 614 ~ 26.55%
B 224 of 614 ~ 36.48%

%36.97
%26.55
%36.48

CMYK color model

#E3A3E0 color CMYK value is (0,28,1,11).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 1.32%
  • key color value is 10.98%
CMYK:
(0,28,1,11)
C0M28Y1K11 
(0%,28%,1%,11%)
(0.00/0.28/0.01/0.11)	

CMYK percentages

%0
%28.19
%1.32
%10.98

Codes

Color #E3A3E0 in popluar color models

E3A3E0
RGB227163224
HSL303°53.33%76.47%
HSB/HSV303°28.19%89.02%
CMYK0.00%28.19%1.32%
10.98%

Color #E3A3E0 in popluar number systems.

HEXE3A3E0
Decimal227163224
Binary111000111010001111100000
Octal343243340

Shades and tints

Shades of #E3A3E0

#E3A3E0
(227,163,224)
#CF95CC
(207,149,204)
#BB87B8
(187,135,184)
#A779A4
(167,121,164)
#936B90
(147,107,144)
#7F5D7C
(127,93,124)
#6B4F68
(107,79,104)
#574154
(87,65,84)
#433340
(67,51,64)
#2F252C
(47,37,44)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #E3A3E0

#E3A3E0
(227,163,224)
#E5ABE2
(229,171,226)
#E7B3E4
(231,179,228)
#E9BBE6
(233,187,230)
#EBC3E8
(235,195,232)
#EDCBEA
(237,203,234)
#EFD3EC
(239,211,236)
#F1DBEE
(241,219,238)
#F3E3F0
(243,227,240)
#F5EBF2
(245,235,242)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A3E0 color. Also use rgb(227,163,224) instead hex code.

Text Font Color

.myTextColor { color: #E3A3E0; }

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

This text font color is #E3A3E0.


Background Color

.myBgColor { background-color: #E3A3E0; }

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

This div background color is #E3A3E0.


Border color

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

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

This div border color is #E3A3E0.


Opacity

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

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

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

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

This text has shadow with #E3A3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A3E0 on black background.


Color preview on white background

This text has color #E3A3E0 on white background.



Black color preview on #E3A3E0 background

This text has black color on #E3A3E0 background.


White color preview on #E3A3E0 background

This text has white color on #E3A3E0 background.