COLOR #E1A6F7

HEX: #E1A6F7
RGB: (225,166,247)

Color info

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

RGB color model

#E1A6F7 color RGB value is (225,166,247).

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

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 247 of 255 = 97%

225
166
247

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

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 247 = 638 (100%)
R 225 of 638 ~ 35.27%
G 166 of 638 ~ 26.02%
B 247 of 638 ~ 38.71%

%35.27
%26.02
%38.71

CMYK color model

#E1A6F7 color CMYK value is (9,33,0,3).

  • cyan value is 8.91%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,33,0,3)
C9M33Y0K3 
(9%,33%,0%,3%)
(0.09/0.33/0.00/0.03)	

CMYK percentages

%8.91
%32.79
%0
%3.14

Codes

Color #E1A6F7 in popluar color models

E1A6F7
RGB225166247
HSL284°83.51%80.98%
HSB/HSV284°32.79%96.86%
CMYK8.91%32.79%0.00%
3.14%

Color #E1A6F7 in popluar number systems.

HEXE1A6F7
Decimal225166247
Binary111000011010011011110111
Octal341246367

Shades and tints

Shades of #E1A6F7

#E1A6F7
(225,166,247)
#CD97E1
(205,151,225)
#B988CB
(185,136,203)
#A579B5
(165,121,181)
#916A9F
(145,106,159)
#7D5B89
(125,91,137)
#694C73
(105,76,115)
#553D5D
(85,61,93)
#412E47
(65,46,71)
#2D1F31
(45,31,49)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #E1A6F7

#E1A6F7
(225,166,247)
#E3AEF7
(227,174,247)
#E5B6F7
(229,182,247)
#E7BEF7
(231,190,247)
#E9C6F7
(233,198,247)
#EBCEF7
(235,206,247)
#EDD6F7
(237,214,247)
#EFDEF7
(239,222,247)
#F1E6F7
(241,230,247)
#F3EEF7
(243,238,247)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A6F7; }

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

This text font color is #E1A6F7.


Background Color

.myBgColor { background-color: #E1A6F7; }

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

This div background color is #E1A6F7.


Border color

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

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

This div border color is #E1A6F7.


Opacity

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

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

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

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

This text has shadow with #E1A6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A6F7 on black background.


Color preview on white background

This text has color #E1A6F7 on white background.



Black color preview on #E1A6F7 background

This text has black color on #E1A6F7 background.


White color preview on #E1A6F7 background

This text has white color on #E1A6F7 background.