COLOR #E0A9F6

HEX: #E0A9F6 RGB: (224,169,246)

Color info

#E0A9F6 contains mainly red and blue colors. Web safe color of #E0A9F6 is #CC99FF (or #C9F).

RGB color model

#E0A9F6 color RGB value is (224,169,246).

RGB: (224,169,246) (88%, 66%, 96%)

RGB channels and saturation

R 224 of 255 = 88%
G 169 of 255 = 66%
B 246 of 255 = 96%

224
169
246

R + G + B ~ 83%. #E0A9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 169 + 246 = 639 (100%)
R 224 of 639 ~ 35.05%
G 169 of 639 ~ 26.45%
B 246 of 639 ~ 38.5'%

%35.05
%26.45
%38.5

CMYK color model

#E0A9F6 color CMYK value is (9,31,0,4).

  • cyan value is 8.94%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (9,31,0,4)
C9M31Y0K4 (9%, 31%, 0%, 4%)
(0.09 / 0.31 / 0.00 / 0.04)

CMYK percentages

%8.94
%31.3
%0
%3.53

Codes

Color #E0A9F6 in popluar color models

E0 A9 F6
RGB 224 169 246
HSL 283° 81.05% 81.37%
HSB/HSV 283° 31.30% 96.47%
CMYK 8.94% 31.30% 0.00%
3.53%

Color #E0A9F6 in popluar number systems.

HEX E0 A9 F6
Decimal 224 169 246
Binary 11100000 10101001 11110110
Octal 340 251 366

Shades and tints

Shades of #E0A9F6

#E0A9F6
(224,169,246)
#CC9AE0
(204,154,224)
#B88BCA
(184,139,202)
#A47CB4
(164,124,180)
#906D9E
(144,109,158)
#7C5E88
(124,94,136)
#684F72
(104,79,114)
#54405C
(84,64,92)
#403146
(64,49,70)
#2C2230
(44,34,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #E0A9F6

#E0A9F6
(224,169,246)
#E2B0F6
(226,176,246)
#E4B7F6
(228,183,246)
#E6BEF6
(230,190,246)
#E8C5F6
(232,197,246)
#EACCF6
(234,204,246)
#ECD3F6
(236,211,246)
#EEDAF6
(238,218,246)
#F0E1F6
(240,225,246)
#F2E8F6
(242,232,246)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A9F6 color. Also use rgb(224,169,246) instead hex code.

Text Font Color

.myTextColor { color: #E0A9F6; }

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

This text font color is #E0A9F6.

Background Color

.myBgColor { background-color: #E0A9F6; }

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

This div background color is #E0A9F6.

Border color

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

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

This div border color is #E0A9F6.

Opacity

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

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

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

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

This text has shadow with #E0A9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A9F6.

Preview

Color preview on black background

This text has color #E0A9F6 on black background.


Color preview on white background

This text has color #E0A9F6 on white background.


Black color preview on #E0A9F6 background

This text has black color on #E0A9F6 background.


White color preview on #E0A9F6 background

This text has white color on #E0A9F6 background.


Related colors

Complementary color

Complementary color for #hex is #1F5609.


I love getcolorcode.com

Triadic colors

1 #F6E0A9 and #A9F6E0 with #E0A9F6 are triadic colors.

2 #F6A9E0 and #A9E0F6 with #E0A9F6 are triadic colors.