COLOR #E7A6E5

HEX: #E7A6E5
RGB: (231,166,229)

Color info

#E7A6E5 contains mainly red and blue colors. Web safe color of #E7A6E5 is #FF99CC (or #F9C).

RGB color model

#E7A6E5 color RGB value is (231,166,229).

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

RGB channels and saturation

R 231 of 255 = 91%
G 166 of 255 = 65%
B 229 of 255 = 90%

231
166
229

R + G + B ~ 82%. #E7A6E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 166 + 229 = 626 (100%)
R 231 of 626 ~ 36.9%
G 166 of 626 ~ 26.52%
B 229 of 626 ~ 36.58%

%36.9
%26.52
%36.58

CMYK color model

#E7A6E5 color CMYK value is (0,28,1,9).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 0.87%
  • key color value is 9.41%
CMYK:
(0,28,1,9)
C0M28Y1K9 
(0%,28%,1%,9%)
(0.00/0.28/0.01/0.09)	

CMYK percentages

%0
%28.14
%0.87
%9.41

Codes

Color #E7A6E5 in popluar color models

E7A6E5
RGB231166229
HSL302°57.52%77.84%
HSB/HSV302°28.14%90.59%
CMYK0.00%28.14%0.87%
9.41%

Color #E7A6E5 in popluar number systems.

HEXE7A6E5
Decimal231166229
Binary111001111010011011100101
Octal347246345

Shades and tints

Shades of #E7A6E5

#E7A6E5
(231,166,229)
#D297D1
(210,151,209)
#BD88BD
(189,136,189)
#A879A9
(168,121,169)
#936A95
(147,106,149)
#7E5B81
(126,91,129)
#694C6D
(105,76,109)
#543D59
(84,61,89)
#3F2E45
(63,46,69)
#2A1F31
(42,31,49)
#15101D
(21,16,29)
#000000
(0,0,0)

Tints of #E7A6E5

#E7A6E5
(231,166,229)
#E9AEE7
(233,174,231)
#EBB6E9
(235,182,233)
#EDBEEB
(237,190,235)
#EFC6ED
(239,198,237)
#F1CEEF
(241,206,239)
#F3D6F1
(243,214,241)
#F5DEF3
(245,222,243)
#F7E6F5
(247,230,245)
#F9EEF7
(249,238,247)
#FBF6F9
(251,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A6E5; }

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

This text font color is #E7A6E5.


Background Color

.myBgColor { background-color: #E7A6E5; }

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

This div background color is #E7A6E5.


Border color

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

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

This div border color is #E7A6E5.


Opacity

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

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

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

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

This text has shadow with #E7A6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A6E5 on black background.


Color preview on white background

This text has color #E7A6E5 on white background.



Black color preview on #E7A6E5 background

This text has black color on #E7A6E5 background.


White color preview on #E7A6E5 background

This text has white color on #E7A6E5 background.