COLOR #E9A2FA

HEX: #E9A2FA RGB: (233,162,250)

Color info

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

RGB color model

#E9A2FA color RGB value is (233,162,250).

RGB: (233,162,250) (91%, 64%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 162 of 255 = 64%
B 250 of 255 = 98%

233
162
250

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

Portions of RGB colors in percentages

R + G + B = 233 + 162 + 250 = 645 (100%)
R 233 of 645 ~ 36.12%
G 162 of 645 ~ 25.12%
B 250 of 645 ~ 38.76'%

%36.12
%25.12
%38.76

CMYK color model

#E9A2FA color CMYK value is (7,35,0,2).

  • cyan value is 6.80%
  • magenta value is 35.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (7,35,0,2)
C7M35Y0K2 (7%, 35%, 0%, 2%)
(0.07 / 0.35 / 0.00 / 0.02)

CMYK percentages

%6.8
%35.2
%0
%1.96

Codes

Color #E9A2FA in popluar color models

E9 A2 FA
RGB 233 162 250
HSL 288° 89.80% 80.78%
HSB/HSV 288° 35.20% 98.04%
CMYK 6.80% 35.20% 0.00%
1.96%

Color #E9A2FA in popluar number systems.

HEX E9 A2 FA
Decimal 233 162 250
Binary 11101001 10100010 11111010
Octal 351 242 372

Shades and tints

Shades of #E9A2FA

#E9A2FA
(233,162,250)
#D494E4
(212,148,228)
#BF86CE
(191,134,206)
#AA78B8
(170,120,184)
#956AA2
(149,106,162)
#805C8C
(128,92,140)
#6B4E76
(107,78,118)
#564060
(86,64,96)
#41324A
(65,50,74)
#2C2434
(44,36,52)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #E9A2FA

#E9A2FA
(233,162,250)
#EBAAFA
(235,170,250)
#EDB2FA
(237,178,250)
#EFBAFA
(239,186,250)
#F1C2FA
(241,194,250)
#F3CAFA
(243,202,250)
#F5D2FA
(245,210,250)
#F7DAFA
(247,218,250)
#F9E2FA
(249,226,250)
#FBEAFA
(251,234,250)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A2FA color. Also use rgb(233,162,250) instead hex code.

Text Font Color

.myTextColor { color: #E9A2FA; }

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

This text font color is #E9A2FA.

Background Color

.myBgColor { background-color: #E9A2FA; }

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

This div background color is #E9A2FA.

Border color

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

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

This div border color is #E9A2FA.

Opacity

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

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

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

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

This text has shadow with #E9A2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A2FA.

Preview

Color preview on black background

This text has color #E9A2FA on black background.


Color preview on white background

This text has color #E9A2FA on white background.


Black color preview on #E9A2FA background

This text has black color on #E9A2FA background.


White color preview on #E9A2FA background

This text has white color on #E9A2FA background.


Related colors

Complementary color

Complementary color for #hex is #165D05.


I love getcolorcode.com

Triadic colors

1 #FAE9A2 and #A2FAE9 with #E9A2FA are triadic colors.

2 #FAA2E9 and #A2E9FA with #E9A2FA are triadic colors.