COLOR #E4A1F6

HEX: #E4A1F6
RGB: (228,161,246)

Color info

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

RGB color model

#E4A1F6 color RGB value is (228,161,246).

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

RGB channels and saturation

R 228 of 255 = 89%
G 161 of 255 = 63%
B 246 of 255 = 96%

228
161
246

R + G + B ~ 83%. #E4A1F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 161 + 246 = 635 (100%)
R 228 of 635 ~ 35.91%
G 161 of 635 ~ 25.35%
B 246 of 635 ~ 38.74%

%35.91
%25.35
%38.74

CMYK color model

#E4A1F6 color CMYK value is (7,35,0,4).

  • cyan value is 7.32%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(7,35,0,4)
C7M35Y0K4 
(7%,35%,0%,4%)
(0.07/0.35/0.00/0.04)	

CMYK percentages

%7.32
%34.55
%0
%3.53

Codes

Color #E4A1F6 in popluar color models

E4A1F6
RGB228161246
HSL287°82.52%79.80%
HSB/HSV287°34.55%96.47%
CMYK7.32%34.55%0.00%
3.53%

Color #E4A1F6 in popluar number systems.

HEXE4A1F6
Decimal228161246
Binary111001001010000111110110
Octal344241366

Shades and tints

Shades of #E4A1F6

#E4A1F6
(228,161,246)
#D093E0
(208,147,224)
#BC85CA
(188,133,202)
#A877B4
(168,119,180)
#94699E
(148,105,158)
#805B88
(128,91,136)
#6C4D72
(108,77,114)
#583F5C
(88,63,92)
#443146
(68,49,70)
#302330
(48,35,48)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #E4A1F6

#E4A1F6
(228,161,246)
#E6A9F6
(230,169,246)
#E8B1F6
(232,177,246)
#EAB9F6
(234,185,246)
#ECC1F6
(236,193,246)
#EEC9F6
(238,201,246)
#F0D1F6
(240,209,246)
#F2D9F6
(242,217,246)
#F4E1F6
(244,225,246)
#F6E9F6
(246,233,246)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4A1F6; }

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

This text font color is #E4A1F6.


Background Color

.myBgColor { background-color: #E4A1F6; }

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

This div background color is #E4A1F6.


Border color

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

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

This div border color is #E4A1F6.


Opacity

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

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

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

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

This text has shadow with #E4A1F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4A1F6 on black background.


Color preview on white background

This text has color #E4A1F6 on white background.



Black color preview on #E4A1F6 background

This text has black color on #E4A1F6 background.


White color preview on #E4A1F6 background

This text has white color on #E4A1F6 background.