COLOR #E1A0F7

HEX: #E1A0F7
RGB: (225,160,247)

Color info

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

RGB color model

#E1A0F7 color RGB value is (225,160,247).

  • red value is 225;
  • green value is 160;
  • blue value is 247.
RGB:
(225,160,247)
(88%,63%,97%)

RGB channels and saturation

R 225 of 255 = 88%
G 160 of 255 = 63%
B 247 of 255 = 97%

225
160
247

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

Portions of RGB colors in percentages

R + G + B =
225 + 160 + 247 = 632 (100%)
R 225 of 632 ~ 35.6%
G 160 of 632 ~ 25.32%
B 247 of 632 ~ 39.08%

%35.6
%25.32
%39.08

CMYK color model

#E1A0F7 color CMYK value is (9,35,0,3).

  • cyan value is 8.91%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,35,0,3)
C9M35Y0K3 
(9%,35%,0%,3%)
(0.09/0.35/0.00/0.03)	

CMYK percentages

%8.91
%35.22
%0
%3.14

Codes

Color #E1A0F7 in popluar color models

E1A0F7
RGB225160247
HSL285°84.47%79.80%
HSB/HSV285°35.22%96.86%
CMYK8.91%35.22%0.00%
3.14%

Color #E1A0F7 in popluar number systems.

HEXE1A0F7
Decimal225160247
Binary111000011010000011110111
Octal341240367

Shades and tints

Shades of #E1A0F7

#E1A0F7
(225,160,247)
#CD92E1
(205,146,225)
#B984CB
(185,132,203)
#A576B5
(165,118,181)
#91689F
(145,104,159)
#7D5A89
(125,90,137)
#694C73
(105,76,115)
#553E5D
(85,62,93)
#413047
(65,48,71)
#2D2231
(45,34,49)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #E1A0F7

#E1A0F7
(225,160,247)
#E3A8F7
(227,168,247)
#E5B0F7
(229,176,247)
#E7B8F7
(231,184,247)
#E9C0F7
(233,192,247)
#EBC8F7
(235,200,247)
#EDD0F7
(237,208,247)
#EFD8F7
(239,216,247)
#F1E0F7
(241,224,247)
#F3E8F7
(243,232,247)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1A0F7 color. Also use rgb(225,160,247) instead hex code.

Text Font Color

.myTextColor { color: #E1A0F7; }

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

This text font color is #E1A0F7.


Background Color

.myBgColor { background-color: #E1A0F7; }

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

This div background color is #E1A0F7.


Border color

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

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

This div border color is #E1A0F7.


Opacity

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

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

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

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

This text has shadow with #E1A0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A0F7 on black background.


Color preview on white background

This text has color #E1A0F7 on white background.



Black color preview on #E1A0F7 background

This text has black color on #E1A0F7 background.


White color preview on #E1A0F7 background

This text has white color on #E1A0F7 background.