COLOR #E4A0EA

HEX: #E4A0EA
RGB: (228,160,234)

Color info

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

RGB color model

#E4A0EA color RGB value is (228,160,234).

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

RGB channels and saturation

R 228 of 255 = 89%
G 160 of 255 = 63%
B 234 of 255 = 92%

228
160
234

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

Portions of RGB colors in percentages

R + G + B =
228 + 160 + 234 = 622 (100%)
R 228 of 622 ~ 36.66%
G 160 of 622 ~ 25.72%
B 234 of 622 ~ 37.62%

%36.66
%25.72
%37.62

CMYK color model

#E4A0EA color CMYK value is (3,32,0,8).

  • cyan value is 2.56%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,32,0,8)
C3M32Y0K8 
(3%,32%,0%,8%)
(0.03/0.32/0.00/0.08)	

CMYK percentages

%2.56
%31.62
%0
%8.24

Codes

Color #E4A0EA in popluar color models

E4A0EA
RGB228160234
HSL295°63.79%77.25%
HSB/HSV295°31.62%91.76%
CMYK2.56%31.62%0.00%
8.24%

Color #E4A0EA in popluar number systems.

HEXE4A0EA
Decimal228160234
Binary111001001010000011101010
Octal344240352

Shades and tints

Shades of #E4A0EA

#E4A0EA
(228,160,234)
#D092D5
(208,146,213)
#BC84C0
(188,132,192)
#A876AB
(168,118,171)
#946896
(148,104,150)
#805A81
(128,90,129)
#6C4C6C
(108,76,108)
#583E57
(88,62,87)
#443042
(68,48,66)
#30222D
(48,34,45)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4A0EA

#E4A0EA
(228,160,234)
#E6A8EB
(230,168,235)
#E8B0EC
(232,176,236)
#EAB8ED
(234,184,237)
#ECC0EE
(236,192,238)
#EEC8EF
(238,200,239)
#F0D0F0
(240,208,240)
#F2D8F1
(242,216,241)
#F4E0F2
(244,224,242)
#F6E8F3
(246,232,243)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A0EA; }

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

This text font color is #E4A0EA.


Background Color

.myBgColor { background-color: #E4A0EA; }

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

This div background color is #E4A0EA.


Border color

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

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

This div border color is #E4A0EA.


Opacity

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

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

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

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

This text has shadow with #E4A0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A0EA on black background.


Color preview on white background

This text has color #E4A0EA on white background.



Black color preview on #E4A0EA background

This text has black color on #E4A0EA background.


White color preview on #E4A0EA background

This text has white color on #E4A0EA background.