COLOR #E0A4E3

HEX: #E0A4E3
RGB: (224,164,227)

Color info

#E0A4E3 contains mainly red and blue colors. Web safe color of #E0A4E3 is #CC99CC (or #C9C).

RGB color model

#E0A4E3 color RGB value is (224,164,227).

  • red value is 224;
  • green value is 164;
  • blue value is 227.
RGB:
(224,164,227)
(88%,64%,89%)

RGB channels and saturation

R 224 of 255 = 88%
G 164 of 255 = 64%
B 227 of 255 = 89%

224
164
227

R + G + B ~ 80%. #E0A4E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 164 + 227 = 615 (100%)
R 224 of 615 ~ 36.42%
G 164 of 615 ~ 26.67%
B 227 of 615 ~ 36.91%

%36.42
%26.67
%36.91

CMYK color model

#E0A4E3 color CMYK value is (1,28,0,11).

  • cyan value is 1.32%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(1,28,0,11)
C1M28Y0K11 
(1%,28%,0%,11%)
(0.01/0.28/0.00/0.11)	

CMYK percentages

%1.32
%27.75
%0
%10.98

Codes

Color #E0A4E3 in popluar color models

E0A4E3
RGB224164227
HSL297°52.94%76.67%
HSB/HSV297°27.75%89.02%
CMYK1.32%27.75%0.00%
10.98%

Color #E0A4E3 in popluar number systems.

HEXE0A4E3
Decimal224164227
Binary111000001010010011100011
Octal340244343

Shades and tints

Shades of #E0A4E3

#E0A4E3
(224,164,227)
#CC96CF
(204,150,207)
#B888BB
(184,136,187)
#A47AA7
(164,122,167)
#906C93
(144,108,147)
#7C5E7F
(124,94,127)
#68506B
(104,80,107)
#544257
(84,66,87)
#403443
(64,52,67)
#2C262F
(44,38,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #E0A4E3

#E0A4E3
(224,164,227)
#E2ACE5
(226,172,229)
#E4B4E7
(228,180,231)
#E6BCE9
(230,188,233)
#E8C4EB
(232,196,235)
#EACCED
(234,204,237)
#ECD4EF
(236,212,239)
#EEDCF1
(238,220,241)
#F0E4F3
(240,228,243)
#F2ECF5
(242,236,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A4E3 color. Also use rgb(224,164,227) instead hex code.

Text Font Color

.myTextColor { color: #E0A4E3; }

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

This text font color is #E0A4E3.


Background Color

.myBgColor { background-color: #E0A4E3; }

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

This div background color is #E0A4E3.


Border color

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

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

This div border color is #E0A4E3.


Opacity

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

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

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

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

This text has shadow with #E0A4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A4E3 on black background.


Color preview on white background

This text has color #E0A4E3 on white background.



Black color preview on #E0A4E3 background

This text has black color on #E0A4E3 background.


White color preview on #E0A4E3 background

This text has white color on #E0A4E3 background.