COLOR #E3A1EA

HEX: #E3A1EA
RGB: (227,161,234)

Color info

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

RGB color model

#E3A1EA color RGB value is (227,161,234).

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

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 234 of 255 = 92%

227
161
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 234 = 622 (100%)
R 227 of 622 ~ 36.5%
G 161 of 622 ~ 25.88%
B 234 of 622 ~ 37.62%

%36.5
%25.88
%37.62

CMYK color model

#E3A1EA color CMYK value is (3,31,0,8).

  • cyan value is 2.99%
  • magenta value is 31.20%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (3,31,0,8) C3M31Y0K8 (3%,31%,0%,8%) (0.03/0.31/0.00/0.08)

CMYK percentages

%2.99
%31.2
%0
%8.24

Codes

Color #E3A1EA in popluar color models

E3A1EA
RGB227161234
HSL294°63.48%77.45%
HSB/HSV294°31.20%91.76%
CMYK2.99%31.20%0.00%
8.24%

Color #E3A1EA in popluar number systems.

HEXE3A1EA
Decimal227161234
Binary111000111010000111101010
Octal343241352

Shades and tints

Shades of #E3A1EA

#E3A1EA
(227,161,234)
#CF93D5
(207,147,213)
#BB85C0
(187,133,192)
#A777AB
(167,119,171)
#936996
(147,105,150)
#7F5B81
(127,91,129)
#6B4D6C
(107,77,108)
#573F57
(87,63,87)
#433142
(67,49,66)
#2F232D
(47,35,45)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #E3A1EA

#E3A1EA
(227,161,234)
#E5A9EB
(229,169,235)
#E7B1EC
(231,177,236)
#E9B9ED
(233,185,237)
#EBC1EE
(235,193,238)
#EDC9EF
(237,201,239)
#EFD1F0
(239,209,240)
#F1D9F1
(241,217,241)
#F3E1F2
(243,225,242)
#F5E9F3
(245,233,243)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A1EA color. Also use rgb(227,161,234) instead hex code.

Text Font Color

.myTextColor { color: #E3A1EA; }

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

This text font color is #E3A1EA.


Background Color

.myBgColor { background-color: #E3A1EA; }

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

This div background color is #E3A1EA.


Border color

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

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

This div border color is #E3A1EA.


Opacity

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

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

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

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

This text has shadow with #E3A1EA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E3A1EA on black background.


Color preview on white background

This text has color #E3A1EA on white background.



Black color preview on #E3A1EA background

This text has black color on #E3A1EA background.


White color preview on #E3A1EA background

This text has white color on #E3A1EA background.