COLOR #E0A0EA

HEX: #E0A0EA
RGB: (224,160,234)

Color info

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

RGB color model

#E0A0EA color RGB value is (224,160,234).

  • red value is 224;
  • green value is 160;
  • blue value is 234.
RGB:
(224,160,234)
(88%,63%,92%)

RGB channels and saturation

R 224 of 255 = 88%
G 160 of 255 = 63%
B 234 of 255 = 92%

224
160
234

R + G + B ~ 81%. #E0A0EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 160 + 234 = 618 (100%)
R 224 of 618 ~ 36.25%
G 160 of 618 ~ 25.89%
B 234 of 618 ~ 37.86%

%36.25
%25.89
%37.86

CMYK color model

#E0A0EA color CMYK value is (4,32,0,8).

  • cyan value is 4.27%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,32,0,8)
C4M32Y0K8 
(4%,32%,0%,8%)
(0.04/0.32/0.00/0.08)	

CMYK percentages

%4.27
%31.62
%0
%8.24

Codes

Color #E0A0EA in popluar color models

E0A0EA
RGB224160234
HSL292°63.79%77.25%
HSB/HSV292°31.62%91.76%
CMYK4.27%31.62%0.00%
8.24%

Color #E0A0EA in popluar number systems.

HEXE0A0EA
Decimal224160234
Binary111000001010000011101010
Octal340240352

Shades and tints

Shades of #E0A0EA

#E0A0EA
(224,160,234)
#CC92D5
(204,146,213)
#B884C0
(184,132,192)
#A476AB
(164,118,171)
#906896
(144,104,150)
#7C5A81
(124,90,129)
#684C6C
(104,76,108)
#543E57
(84,62,87)
#403042
(64,48,66)
#2C222D
(44,34,45)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #E0A0EA

#E0A0EA
(224,160,234)
#E2A8EB
(226,168,235)
#E4B0EC
(228,176,236)
#E6B8ED
(230,184,237)
#E8C0EE
(232,192,238)
#EAC8EF
(234,200,239)
#ECD0F0
(236,208,240)
#EED8F1
(238,216,241)
#F0E0F2
(240,224,242)
#F2E8F3
(242,232,243)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0A0EA color. Also use rgb(224,160,234) instead hex code.

Text Font Color

.myTextColor { color: #E0A0EA; }

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

This text font color is #E0A0EA.


Background Color

.myBgColor { background-color: #E0A0EA; }

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

This div background color is #E0A0EA.


Border color

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

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

This div border color is #E0A0EA.


Opacity

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

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

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

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

This text has shadow with #E0A0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0A0EA on black background.


Color preview on white background

This text has color #E0A0EA on white background.



Black color preview on #E0A0EA background

This text has black color on #E0A0EA background.


White color preview on #E0A0EA background

This text has white color on #E0A0EA background.