COLOR #E5A6E4

HEX: #E5A6E4
RGB: (229,166,228)

Color info

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

RGB color model

#E5A6E4 color RGB value is (229,166,228).

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

RGB channels and saturation

R 229 of 255 = 90%
G 166 of 255 = 65%
B 228 of 255 = 89%

229
166
228

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

Portions of RGB colors in percentages

R + G + B =
229 + 166 + 228 = 623 (100%)
R 229 of 623 ~ 36.76%
G 166 of 623 ~ 26.65%
B 228 of 623 ~ 36.6%

%36.76
%26.65
%36.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 0.44%
  • key color value is 10.20%
CMYK:
(0,28,0,10)
C0M28Y0K10 
(0%,28%,0%,10%)
(0.00/0.28/0.00/0.10)	

CMYK percentages

%0
%27.51
%0.44
%10.2

Codes

Color #E5A6E4 in popluar color models

E5A6E4
RGB229166228
HSL301°54.78%77.45%
HSB/HSV301°27.51%89.80%
CMYK0.00%27.51%0.44%
10.20%

Color #E5A6E4 in popluar number systems.

HEXE5A6E4
Decimal229166228
Binary111001011010011011100100
Octal345246344

Shades and tints

Shades of #E5A6E4

#E5A6E4
(229,166,228)
#D197D0
(209,151,208)
#BD88BC
(189,136,188)
#A979A8
(169,121,168)
#956A94
(149,106,148)
#815B80
(129,91,128)
#6D4C6C
(109,76,108)
#593D58
(89,61,88)
#452E44
(69,46,68)
#311F30
(49,31,48)
#1D101C
(29,16,28)
#000000
(0,0,0)

Tints of #E5A6E4

#E5A6E4
(229,166,228)
#E7AEE6
(231,174,230)
#E9B6E8
(233,182,232)
#EBBEEA
(235,190,234)
#EDC6EC
(237,198,236)
#EFCEEE
(239,206,238)
#F1D6F0
(241,214,240)
#F3DEF2
(243,222,242)
#F5E6F4
(245,230,244)
#F7EEF6
(247,238,246)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A6E4; }

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

This text font color is #E5A6E4.


Background Color

.myBgColor { background-color: #E5A6E4; }

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

This div background color is #E5A6E4.


Border color

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

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

This div border color is #E5A6E4.


Opacity

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

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

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

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

This text has shadow with #E5A6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A6E4 on black background.


Color preview on white background

This text has color #E5A6E4 on white background.



Black color preview on #E5A6E4 background

This text has black color on #E5A6E4 background.


White color preview on #E5A6E4 background

This text has white color on #E5A6E4 background.