COLOR #E3A0E4

HEX: #E3A0E4
RGB: (227,160,228)

Color info

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

RGB color model

#E3A0E4 color RGB value is (227,160,228).

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

RGB channels and saturation

R 227 of 255 = 89%
G 160 of 255 = 63%
B 228 of 255 = 89%

227
160
228

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

Portions of RGB colors in percentages

R + G + B =
227 + 160 + 228 = 615 (100%)
R 227 of 615 ~ 36.91%
G 160 of 615 ~ 26.02%
B 228 of 615 ~ 37.07%

%36.91
%26.02
%37.07

CMYK color model

#E3A0E4 color CMYK value is (0,30,0,11).

  • cyan value is 0.44%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(0,30,0,11)
C0M30Y0K11 
(0%,30%,0%,11%)
(0.00/0.30/0.00/0.11)	

CMYK percentages

%0.44
%29.82
%0
%10.59

Codes

Color #E3A0E4 in popluar color models

E3A0E4
RGB227160228
HSL299°55.74%76.08%
HSB/HSV299°29.82%89.41%
CMYK0.44%29.82%0.00%
10.59%

Color #E3A0E4 in popluar number systems.

HEXE3A0E4
Decimal227160228
Binary111000111010000011100100
Octal343240344

Shades and tints

Shades of #E3A0E4

#E3A0E4
(227,160,228)
#CF92D0
(207,146,208)
#BB84BC
(187,132,188)
#A776A8
(167,118,168)
#936894
(147,104,148)
#7F5A80
(127,90,128)
#6B4C6C
(107,76,108)
#573E58
(87,62,88)
#433044
(67,48,68)
#2F2230
(47,34,48)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #E3A0E4

#E3A0E4
(227,160,228)
#E5A8E6
(229,168,230)
#E7B0E8
(231,176,232)
#E9B8EA
(233,184,234)
#EBC0EC
(235,192,236)
#EDC8EE
(237,200,238)
#EFD0F0
(239,208,240)
#F1D8F2
(241,216,242)
#F3E0F4
(243,224,244)
#F5E8F6
(245,232,246)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A0E4; }

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

This text font color is #E3A0E4.


Background Color

.myBgColor { background-color: #E3A0E4; }

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

This div background color is #E3A0E4.


Border color

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

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

This div border color is #E3A0E4.


Opacity

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

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

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

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

This text has shadow with #E3A0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A0E4 on black background.


Color preview on white background

This text has color #E3A0E4 on white background.



Black color preview on #E3A0E4 background

This text has black color on #E3A0E4 background.


White color preview on #E3A0E4 background

This text has white color on #E3A0E4 background.