COLOR #E5A1E2

HEX: #E5A1E2
RGB: (229,161,226)

Color info

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

RGB color model

#E5A1E2 color RGB value is (229,161,226).

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

RGB channels and saturation

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

229
161
226

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

Portions of RGB colors in percentages

R + G + B =
229 + 161 + 226 = 616 (100%)
R 229 of 616 ~ 37.18%
G 161 of 616 ~ 26.14%
B 226 of 616 ~ 36.69%

%37.18
%26.14
%36.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 1.31%
  • key color value is 10.20%
CMYK:
(0,30,1,10)
C0M30Y1K10 
(0%,30%,1%,10%)
(0.00/0.30/0.01/0.10)	

CMYK percentages

%0
%29.69
%1.31
%10.2

Codes

Color #E5A1E2 in popluar color models

E5A1E2
RGB229161226
HSL303°56.67%76.47%
HSB/HSV303°29.69%89.80%
CMYK0.00%29.69%1.31%
10.20%

Color #E5A1E2 in popluar number systems.

HEXE5A1E2
Decimal229161226
Binary111001011010000111100010
Octal345241342

Shades and tints

Shades of #E5A1E2

#E5A1E2
(229,161,226)
#D193CE
(209,147,206)
#BD85BA
(189,133,186)
#A977A6
(169,119,166)
#956992
(149,105,146)
#815B7E
(129,91,126)
#6D4D6A
(109,77,106)
#593F56
(89,63,86)
#453142
(69,49,66)
#31232E
(49,35,46)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #E5A1E2

#E5A1E2
(229,161,226)
#E7A9E4
(231,169,228)
#E9B1E6
(233,177,230)
#EBB9E8
(235,185,232)
#EDC1EA
(237,193,234)
#EFC9EC
(239,201,236)
#F1D1EE
(241,209,238)
#F3D9F0
(243,217,240)
#F5E1F2
(245,225,242)
#F7E9F4
(247,233,244)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A1E2; }

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

This text font color is #E5A1E2.


Background Color

.myBgColor { background-color: #E5A1E2; }

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

This div background color is #E5A1E2.


Border color

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

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

This div border color is #E5A1E2.


Opacity

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

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

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

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

This text has shadow with #E5A1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A1E2 on black background.


Color preview on white background

This text has color #E5A1E2 on white background.



Black color preview on #E5A1E2 background

This text has black color on #E5A1E2 background.


White color preview on #E5A1E2 background

This text has white color on #E5A1E2 background.