COLOR #E1A8EA

HEX: #E1A8EA
RGB: (225,168,234)

Color info

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

RGB color model

#E1A8EA color RGB value is (225,168,234).

  • red value is 225;
  • green value is 168;
  • blue value is 234.
RGB:
(225,168,234)
(88%,66%,92%)

RGB channels and saturation

R 225 of 255 = 88%
G 168 of 255 = 66%
B 234 of 255 = 92%

225
168
234

R + G + B ~ 82%. #E1A8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 168 + 234 = 627 (100%)
R 225 of 627 ~ 35.89%
G 168 of 627 ~ 26.79%
B 234 of 627 ~ 37.32%

%35.89
%26.79
%37.32

CMYK color model

#E1A8EA color CMYK value is (4,28,0,8).

  • cyan value is 3.85%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(4,28,0,8)
C4M28Y0K8 
(4%,28%,0%,8%)
(0.04/0.28/0.00/0.08)	

CMYK percentages

%3.85
%28.21
%0
%8.24

Codes

Color #E1A8EA in popluar color models

E1A8EA
RGB225168234
HSL292°61.11%78.82%
HSB/HSV292°28.21%91.76%
CMYK3.85%28.21%0.00%
8.24%

Color #E1A8EA in popluar number systems.

HEXE1A8EA
Decimal225168234
Binary111000011010100011101010
Octal341250352

Shades and tints

Shades of #E1A8EA

#E1A8EA
(225,168,234)
#CD99D5
(205,153,213)
#B98AC0
(185,138,192)
#A57BAB
(165,123,171)
#916C96
(145,108,150)
#7D5D81
(125,93,129)
#694E6C
(105,78,108)
#553F57
(85,63,87)
#413042
(65,48,66)
#2D212D
(45,33,45)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #E1A8EA

#E1A8EA
(225,168,234)
#E3AFEB
(227,175,235)
#E5B6EC
(229,182,236)
#E7BDED
(231,189,237)
#E9C4EE
(233,196,238)
#EBCBEF
(235,203,239)
#EDD2F0
(237,210,240)
#EFD9F1
(239,217,241)
#F1E0F2
(241,224,242)
#F3E7F3
(243,231,243)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A8EA color. Also use rgb(225,168,234) instead hex code.

Text Font Color

.myTextColor { color: #E1A8EA; }

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

This text font color is #E1A8EA.


Background Color

.myBgColor { background-color: #E1A8EA; }

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

This div background color is #E1A8EA.


Border color

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

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

This div border color is #E1A8EA.


Opacity

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

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

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

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

This text has shadow with #E1A8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A8EA on black background.


Color preview on white background

This text has color #E1A8EA on white background.



Black color preview on #E1A8EA background

This text has black color on #E1A8EA background.


White color preview on #E1A8EA background

This text has white color on #E1A8EA background.