COLOR #E5A1E4

HEX: #E5A1E4
RGB: (229,161,228)

Color info

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

RGB color model

#E5A1E4 color RGB value is (229,161,228).

  • red value is 229;
  • green value is 161;
  • blue value is 228.
RGB:
(229,161,228)
(90%,63%,89%)

RGB channels and saturation

R 229 of 255 = 90%
G 161 of 255 = 63%
B 228 of 255 = 89%

229
161
228

R + G + B ~ 81%. #E5A1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 161 + 228 = 618 (100%)
R 229 of 618 ~ 37.06%
G 161 of 618 ~ 26.05%
B 228 of 618 ~ 36.89%

%37.06
%26.05
%36.89

CMYK color model

#E5A1E4 color CMYK value is (0,30,0,10).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 0.44%
  • key color value is 10.20%
CMYK:
(0,30,0,10)
C0M30Y0K10 
(0%,30%,0%,10%)
(0.00/0.30/0.00/0.10)	

CMYK percentages

%0
%29.69
%0.44
%10.2

Codes

Color #E5A1E4 in popluar color models

E5A1E4
RGB229161228
HSL301°56.67%76.47%
HSB/HSV301°29.69%89.80%
CMYK0.00%29.69%0.44%
10.20%

Color #E5A1E4 in popluar number systems.

HEXE5A1E4
Decimal229161228
Binary111001011010000111100100
Octal345241344

Shades and tints

Shades of #E5A1E4

#E5A1E4
(229,161,228)
#D193D0
(209,147,208)
#BD85BC
(189,133,188)
#A977A8
(169,119,168)
#956994
(149,105,148)
#815B80
(129,91,128)
#6D4D6C
(109,77,108)
#593F58
(89,63,88)
#453144
(69,49,68)
#312330
(49,35,48)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #E5A1E4

#E5A1E4
(229,161,228)
#E7A9E6
(231,169,230)
#E9B1E8
(233,177,232)
#EBB9EA
(235,185,234)
#EDC1EC
(237,193,236)
#EFC9EE
(239,201,238)
#F1D1F0
(241,209,240)
#F3D9F2
(243,217,242)
#F5E1F4
(245,225,244)
#F7E9F6
(247,233,246)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A1E4 color. Also use rgb(229,161,228) instead hex code.

Text Font Color

.myTextColor { color: #E5A1E4; }

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

This text font color is #E5A1E4.


Background Color

.myBgColor { background-color: #E5A1E4; }

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

This div background color is #E5A1E4.


Border color

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

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

This div border color is #E5A1E4.


Opacity

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

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

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

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

This text has shadow with #E5A1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A1E4 on black background.


Color preview on white background

This text has color #E5A1E4 on white background.



Black color preview on #E5A1E4 background

This text has black color on #E5A1E4 background.


White color preview on #E5A1E4 background

This text has white color on #E5A1E4 background.