COLOR #E4A1ED

HEX: #E4A1ED
RGB: (228,161,237)

Color info

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

RGB color model

#E4A1ED color RGB value is (228,161,237).

  • red value is 228;
  • green value is 161;
  • blue value is 237.
RGB:
(228,161,237)
(89%,63%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 161 of 255 = 63%
B 237 of 255 = 93%

228
161
237

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

Portions of RGB colors in percentages

R + G + B =
228 + 161 + 237 = 626 (100%)
R 228 of 626 ~ 36.42%
G 161 of 626 ~ 25.72%
B 237 of 626 ~ 37.86%

%36.42
%25.72
%37.86

CMYK color model

#E4A1ED color CMYK value is (4,32,0,7).

  • cyan value is 3.80%
  • magenta value is 32.07%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,32,0,7)
C4M32Y0K7 
(4%,32%,0%,7%)
(0.04/0.32/0.00/0.07)	

CMYK percentages

%3.8
%32.07
%0
%7.06

Codes

Color #E4A1ED in popluar color models

E4A1ED
RGB228161237
HSL293°67.86%78.04%
HSB/HSV293°32.07%92.94%
CMYK3.80%32.07%0.00%
7.06%

Color #E4A1ED in popluar number systems.

HEXE4A1ED
Decimal228161237
Binary111001001010000111101101
Octal344241355

Shades and tints

Shades of #E4A1ED

#E4A1ED
(228,161,237)
#D093D8
(208,147,216)
#BC85C3
(188,133,195)
#A877AE
(168,119,174)
#946999
(148,105,153)
#805B84
(128,91,132)
#6C4D6F
(108,77,111)
#583F5A
(88,63,90)
#443145
(68,49,69)
#302330
(48,35,48)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #E4A1ED

#E4A1ED
(228,161,237)
#E6A9EE
(230,169,238)
#E8B1EF
(232,177,239)
#EAB9F0
(234,185,240)
#ECC1F1
(236,193,241)
#EEC9F2
(238,201,242)
#F0D1F3
(240,209,243)
#F2D9F4
(242,217,244)
#F4E1F5
(244,225,245)
#F6E9F6
(246,233,246)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4A1ED color. Also use rgb(228,161,237) instead hex code.

Text Font Color

.myTextColor { color: #E4A1ED; }

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

This text font color is #E4A1ED.


Background Color

.myBgColor { background-color: #E4A1ED; }

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

This div background color is #E4A1ED.


Border color

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

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

This div border color is #E4A1ED.


Opacity

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

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

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

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

This text has shadow with #E4A1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A1ED on black background.


Color preview on white background

This text has color #E4A1ED on white background.



Black color preview on #E4A1ED background

This text has black color on #E4A1ED background.


White color preview on #E4A1ED background

This text has white color on #E4A1ED background.