COLOR #E9A6F6

HEX: #E9A6F6
RGB: (233,166,246)

Color info

#E9A6F6 contains mainly red and blue colors. Web safe color of #E9A6F6 is #FF99FF (or #F9F).

RGB color model

#E9A6F6 color RGB value is (233,166,246).

  • red value is 233;
  • green value is 166;
  • blue value is 246.
RGB:
(233,166,246)
(91%,65%,96%)

RGB channels and saturation

R 233 of 255 = 91%
G 166 of 255 = 65%
B 246 of 255 = 96%

233
166
246

R + G + B ~ 84%. #E9A6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 166 + 246 = 645 (100%)
R 233 of 645 ~ 36.12%
G 166 of 645 ~ 25.74%
B 246 of 645 ~ 38.14%

%36.12
%25.74
%38.14

CMYK color model

#E9A6F6 color CMYK value is (5,33,0,4).

  • cyan value is 5.28%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(5,33,0,4)
C5M33Y0K4 
(5%,33%,0%,4%)
(0.05/0.33/0.00/0.04)	

CMYK percentages

%5.28
%32.52
%0
%3.53

Codes

Color #E9A6F6 in popluar color models

E9A6F6
RGB233166246
HSL290°81.63%80.78%
HSB/HSV290°32.52%96.47%
CMYK5.28%32.52%0.00%
3.53%

Color #E9A6F6 in popluar number systems.

HEXE9A6F6
Decimal233166246
Binary111010011010011011110110
Octal351246366

Shades and tints

Shades of #E9A6F6

#E9A6F6
(233,166,246)
#D497E0
(212,151,224)
#BF88CA
(191,136,202)
#AA79B4
(170,121,180)
#956A9E
(149,106,158)
#805B88
(128,91,136)
#6B4C72
(107,76,114)
#563D5C
(86,61,92)
#412E46
(65,46,70)
#2C1F30
(44,31,48)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #E9A6F6

#E9A6F6
(233,166,246)
#EBAEF6
(235,174,246)
#EDB6F6
(237,182,246)
#EFBEF6
(239,190,246)
#F1C6F6
(241,198,246)
#F3CEF6
(243,206,246)
#F5D6F6
(245,214,246)
#F7DEF6
(247,222,246)
#F9E6F6
(249,230,246)
#FBEEF6
(251,238,246)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A6F6 color. Also use rgb(233,166,246) instead hex code.

Text Font Color

.myTextColor { color: #E9A6F6; }

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

This text font color is #E9A6F6.


Background Color

.myBgColor { background-color: #E9A6F6; }

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

This div background color is #E9A6F6.


Border color

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

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

This div border color is #E9A6F6.


Opacity

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

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

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

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

This text has shadow with #E9A6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9A6F6 on black background.


Color preview on white background

This text has color #E9A6F6 on white background.



Black color preview on #E9A6F6 background

This text has black color on #E9A6F6 background.


White color preview on #E9A6F6 background

This text has white color on #E9A6F6 background.