COLOR #E5A3ED

HEX: #E5A3ED
RGB: (229,163,237)

Color info

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

RGB color model

#E5A3ED color RGB value is (229,163,237).

  • red value is 229;
  • green value is 163;
  • blue value is 237.
RGB:
(229,163,237)
(90%,64%,93%)

RGB channels and saturation

R 229 of 255 = 90%
G 163 of 255 = 64%
B 237 of 255 = 93%

229
163
237

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

Portions of RGB colors in percentages

R + G + B =
229 + 163 + 237 = 629 (100%)
R 229 of 629 ~ 36.41%
G 163 of 629 ~ 25.91%
B 237 of 629 ~ 37.68%

%36.41
%25.91
%37.68

CMYK color model

#E5A3ED color CMYK value is (3,31,0,7).

  • cyan value is 3.38%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,31,0,7)
C3M31Y0K7 
(3%,31%,0%,7%)
(0.03/0.31/0.00/0.07)	

CMYK percentages

%3.38
%31.22
%0
%7.06

Codes

Color #E5A3ED in popluar color models

E5A3ED
RGB229163237
HSL294°67.27%78.43%
HSB/HSV294°31.22%92.94%
CMYK3.38%31.22%0.00%
7.06%

Color #E5A3ED in popluar number systems.

HEXE5A3ED
Decimal229163237
Binary111001011010001111101101
Octal345243355

Shades and tints

Shades of #E5A3ED

#E5A3ED
(229,163,237)
#D195D8
(209,149,216)
#BD87C3
(189,135,195)
#A979AE
(169,121,174)
#956B99
(149,107,153)
#815D84
(129,93,132)
#6D4F6F
(109,79,111)
#59415A
(89,65,90)
#453345
(69,51,69)
#312530
(49,37,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #E5A3ED

#E5A3ED
(229,163,237)
#E7ABEE
(231,171,238)
#E9B3EF
(233,179,239)
#EBBBF0
(235,187,240)
#EDC3F1
(237,195,241)
#EFCBF2
(239,203,242)
#F1D3F3
(241,211,243)
#F3DBF4
(243,219,244)
#F5E3F5
(245,227,245)
#F7EBF6
(247,235,246)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A3ED color. Also use rgb(229,163,237) instead hex code.

Text Font Color

.myTextColor { color: #E5A3ED; }

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

This text font color is #E5A3ED.


Background Color

.myBgColor { background-color: #E5A3ED; }

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

This div background color is #E5A3ED.


Border color

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

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

This div border color is #E5A3ED.


Opacity

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

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

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

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

This text has shadow with #E5A3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A3ED on black background.


Color preview on white background

This text has color #E5A3ED on white background.



Black color preview on #E5A3ED background

This text has black color on #E5A3ED background.


White color preview on #E5A3ED background

This text has white color on #E5A3ED background.