COLOR #E5A6E0

HEX: #E5A6E0
RGB: (229,166,224)

Color info

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

RGB color model

#E5A6E0 color RGB value is (229,166,224).

  • red value is 229;
  • green value is 166;
  • blue value is 224.
RGB:
(229,166,224)
(90%,65%,88%)

RGB channels and saturation

R 229 of 255 = 90%
G 166 of 255 = 65%
B 224 of 255 = 88%

229
166
224

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

Portions of RGB colors in percentages

R + G + B =
229 + 166 + 224 = 619 (100%)
R 229 of 619 ~ 37%
G 166 of 619 ~ 26.82%
B 224 of 619 ~ 36.19%

%37
%26.82
%36.19

CMYK color model

#E5A6E0 color CMYK value is (0,28,2,10).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK:
(0,28,2,10)
C0M28Y2K10 
(0%,28%,2%,10%)
(0.00/0.28/0.02/0.10)	

CMYK percentages

%0
%27.51
%2.18
%10.2

Codes

Color #E5A6E0 in popluar color models

E5A6E0
RGB229166224
HSL305°54.78%77.45%
HSB/HSV305°27.51%89.80%
CMYK0.00%27.51%2.18%
10.20%

Color #E5A6E0 in popluar number systems.

HEXE5A6E0
Decimal229166224
Binary111001011010011011100000
Octal345246340

Shades and tints

Shades of #E5A6E0

#E5A6E0
(229,166,224)
#D197CC
(209,151,204)
#BD88B8
(189,136,184)
#A979A4
(169,121,164)
#956A90
(149,106,144)
#815B7C
(129,91,124)
#6D4C68
(109,76,104)
#593D54
(89,61,84)
#452E40
(69,46,64)
#311F2C
(49,31,44)
#1D1018
(29,16,24)
#000000
(0,0,0)

Tints of #E5A6E0

#E5A6E0
(229,166,224)
#E7AEE2
(231,174,226)
#E9B6E4
(233,182,228)
#EBBEE6
(235,190,230)
#EDC6E8
(237,198,232)
#EFCEEA
(239,206,234)
#F1D6EC
(241,214,236)
#F3DEEE
(243,222,238)
#F5E6F0
(245,230,240)
#F7EEF2
(247,238,242)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A6E0 color. Also use rgb(229,166,224) instead hex code.

Text Font Color

.myTextColor { color: #E5A6E0; }

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

This text font color is #E5A6E0.


Background Color

.myBgColor { background-color: #E5A6E0; }

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

This div background color is #E5A6E0.


Border color

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

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

This div border color is #E5A6E0.


Opacity

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

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

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

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

This text has shadow with #E5A6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A6E0 on black background.


Color preview on white background

This text has color #E5A6E0 on white background.



Black color preview on #E5A6E0 background

This text has black color on #E5A6E0 background.


White color preview on #E5A6E0 background

This text has white color on #E5A6E0 background.