COLOR #E5A6DE

HEX: #E5A6DE
RGB: (229,166,222)

Color info

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

RGB color model

#E5A6DE color RGB value is (229,166,222).

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

RGB channels and saturation

R 229 of 255 = 90%
G 166 of 255 = 65%
B 222 of 255 = 87%

229
166
222

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

Portions of RGB colors in percentages

R + G + B =
229 + 166 + 222 = 617 (100%)
R 229 of 617 ~ 37.12%
G 166 of 617 ~ 26.9%
B 222 of 617 ~ 35.98%

%37.12
%26.9
%35.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 3.06%
  • key color value is 10.20%
CMYK:
(0,28,3,10)
C0M28Y3K10 
(0%,28%,3%,10%)
(0.00/0.28/0.03/0.10)	

CMYK percentages

%0
%27.51
%3.06
%10.2

Codes

Color #E5A6DE in popluar color models

E5A6DE
RGB229166222
HSL307°54.78%77.45%
HSB/HSV307°27.51%89.80%
CMYK0.00%27.51%3.06%
10.20%

Color #E5A6DE in popluar number systems.

HEXE5A6DE
Decimal229166222
Binary111001011010011011011110
Octal345246336

Shades and tints

Shades of #E5A6DE

#E5A6DE
(229,166,222)
#D197CA
(209,151,202)
#BD88B6
(189,136,182)
#A979A2
(169,121,162)
#956A8E
(149,106,142)
#815B7A
(129,91,122)
#6D4C66
(109,76,102)
#593D52
(89,61,82)
#452E3E
(69,46,62)
#311F2A
(49,31,42)
#1D1016
(29,16,22)
#000000
(0,0,0)

Tints of #E5A6DE

#E5A6DE
(229,166,222)
#E7AEE1
(231,174,225)
#E9B6E4
(233,182,228)
#EBBEE7
(235,190,231)
#EDC6EA
(237,198,234)
#EFCEED
(239,206,237)
#F1D6F0
(241,214,240)
#F3DEF3
(243,222,243)
#F5E6F6
(245,230,246)
#F7EEF9
(247,238,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5A6DE; }

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

This text font color is #E5A6DE.


Background Color

.myBgColor { background-color: #E5A6DE; }

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

This div background color is #E5A6DE.


Border color

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

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

This div border color is #E5A6DE.


Opacity

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

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

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

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

This text has shadow with #E5A6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A6DE on black background.


Color preview on white background

This text has color #E5A6DE on white background.



Black color preview on #E5A6DE background

This text has black color on #E5A6DE background.


White color preview on #E5A6DE background

This text has white color on #E5A6DE background.