COLOR #E9A4FF

HEX: #E9A4FF RGB: (233,164,255)

Color info

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

RGB color model

#E9A4FF color RGB value is (233,164,255).

RGB: (233,164,255) (91%, 64%, 100%)

RGB channels and saturation

R 233 of 255 = 91%
G 164 of 255 = 64%
B 255 of 255 = 100%

233
164
255

R + G + B ~ 85%. #E9A4FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 164 + 255 = 652 (100%)
R 233 of 652 ~ 35.74%
G 164 of 652 ~ 25.15%
B 255 of 652 ~ 39.11'%

%35.74
%25.15
%39.11

CMYK color model

#E9A4FF color CMYK value is (9,36,0,0).

  • cyan value is 8.63%
  • magenta value is 35.69%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (9,36,0,0)
C9M36Y0K0 (9%, 36%, 0%, 0%)
(0.09 / 0.36 / 0.00 / 0.00)

CMYK percentages

%8.63
%35.69
%0
%0

Codes

Color #E9A4FF in popluar color models

E9 A4 FF
RGB 233 164 255
HSL 285° 100.00% 82.16%
HSB/HSV 285° 35.69% 100.00%
CMYK 8.63% 35.69% 0.00%
0.00%

Color #E9A4FF in popluar number systems.

HEX E9 A4 FF
Decimal 233 164 255
Binary 11101001 10100100 11111111
Octal 351 244 377

Shades and tints

Shades of #E9A4FF

#E9A4FF
(233,164,255)
#D496E8
(212,150,232)
#BF88D1
(191,136,209)
#AA7ABA
(170,122,186)
#956CA3
(149,108,163)
#805E8C
(128,94,140)
#6B5075
(107,80,117)
#56425E
(86,66,94)
#413447
(65,52,71)
#2C2630
(44,38,48)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #E9A4FF

#E9A4FF
(233,164,255)
#EBACFF
(235,172,255)
#EDB4FF
(237,180,255)
#EFBCFF
(239,188,255)
#F1C4FF
(241,196,255)
#F3CCFF
(243,204,255)
#F5D4FF
(245,212,255)
#F7DCFF
(247,220,255)
#F9E4FF
(249,228,255)
#FBECFF
(251,236,255)
#FDF4FF
(253,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A4FF color. Also use rgb(233,164,255) instead hex code.

Text Font Color

.myTextColor { color: #E9A4FF; }

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

This text font color is #E9A4FF.

Background Color

.myBgColor { background-color: #E9A4FF; }

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

This div background color is #E9A4FF.

Border color

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

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

This div border color is #E9A4FF.

Opacity

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

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

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

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

This text has shadow with #E9A4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A4FF.

Preview

Color preview on black background

This text has color #E9A4FF on black background.


Color preview on white background

This text has color #E9A4FF on white background.


Black color preview on #E9A4FF background

This text has black color on #E9A4FF background.


White color preview on #E9A4FF background

This text has white color on #E9A4FF background.


Related colors

Complementary color

Complementary color for #hex is #165B00.


I love getcolorcode.com

Triadic colors

1 #FFE9A4 and #A4FFE9 with #E9A4FF are triadic colors.

2 #FFA4E9 and #A4E9FF with #E9A4FF are triadic colors.