COLOR #E0A3F6

HEX: #E0A3F6 RGB: (224,163,246)

Color info

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

RGB color model

#E0A3F6 color RGB value is (224,163,246).

RGB: (224,163,246) (88%, 64%, 96%)

RGB channels and saturation

R 224 of 255 = 88%
G 163 of 255 = 64%
B 246 of 255 = 96%

224
163
246

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

Portions of RGB colors in percentages

R + G + B = 224 + 163 + 246 = 633 (100%)
R 224 of 633 ~ 35.39%
G 163 of 633 ~ 25.75%
B 246 of 633 ~ 38.86'%

%35.39
%25.75
%38.86

CMYK color model

#E0A3F6 color CMYK value is (9,34,0,4).

  • cyan value is 8.94%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (9,34,0,4) C9M34Y0K4 (9%,34%,0%,4%) (0.09/0.34/0.00/0.04) 

CMYK percentages

%8.94
%33.74
%0
%3.53

Codes

Color #E0A3F6 in popluar color models

E0 A3 F6
RGB 224 163 246
HSL 284° 82.18% 80.20%
HSB/HSV 284° 33.74% 96.47%
CMYK 8.94% 33.74% 0.00%
3.53%

Color #E0A3F6 in popluar number systems.

HEX E0 A3 F6
Decimal 224 163 246
Binary 11100000 10100011 11110110
Octal 340 243 366

Shades and tints

Shades of #E0A3F6

#E0A3F6
(224,163,246)
#CC95E0
(204,149,224)
#B887CA
(184,135,202)
#A479B4
(164,121,180)
#906B9E
(144,107,158)
#7C5D88
(124,93,136)
#684F72
(104,79,114)
#54415C
(84,65,92)
#403346
(64,51,70)
#2C2530
(44,37,48)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0A3F6

#E0A3F6
(224,163,246)
#E2ABF6
(226,171,246)
#E4B3F6
(228,179,246)
#E6BBF6
(230,187,246)
#E8C3F6
(232,195,246)
#EACBF6
(234,203,246)
#ECD3F6
(236,211,246)
#EEDBF6
(238,219,246)
#F0E3F6
(240,227,246)
#F2EBF6
(242,235,246)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A3F6; }

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

This text font color is #E0A3F6.

Background Color

.myBgColor { background-color: #E0A3F6; }

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

This div background color is #E0A3F6.

Border color

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

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

This div border color is #E0A3F6.

Opacity

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

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

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

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

This text has shadow with #E0A3F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A3F6.

Preview

Color preview on black background

This text has color #E0A3F6 on black background.


Color preview on white background

This text has color #E0A3F6 on white background.


Black color preview on #E0A3F6 background

This text has black color on #E0A3F6 background.


White color preview on #E0A3F6 background

This text has white color on #E0A3F6 background.


Related colors

Complementary color

Complementary color for #hex is #1F5C09.


I love getcolorcode.com

Triadic colors

1 #F6E0A3 and #A3F6E0 with #E0A3F6 are triadic colors.

2 #F6A3E0 and #A3E0F6 with #E0A3F6 are triadic colors.