COLOR #E1A6EF

HEX: #E1A6EF
RGB: (225,166,239)

Color info

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

RGB color model

#E1A6EF color RGB value is (225,166,239).

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

RGB channels and saturation

R 225 of 255 = 88%
G 166 of 255 = 65%
B 239 of 255 = 94%

225
166
239

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

Portions of RGB colors in percentages

R + G + B =
225 + 166 + 239 = 630 (100%)
R 225 of 630 ~ 35.71%
G 166 of 630 ~ 26.35%
B 239 of 630 ~ 37.94%

%35.71
%26.35
%37.94

CMYK color model

#E1A6EF color CMYK value is (6,31,0,6).

  • cyan value is 5.86%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(6,31,0,6)
C6M31Y0K6 
(6%,31%,0%,6%)
(0.06/0.31/0.00/0.06)	

CMYK percentages

%5.86
%30.54
%0
%6.27

Codes

Color #E1A6EF in popluar color models

E1A6EF
RGB225166239
HSL288°69.52%79.41%
HSB/HSV288°30.54%93.73%
CMYK5.86%30.54%0.00%
6.27%

Color #E1A6EF in popluar number systems.

HEXE1A6EF
Decimal225166239
Binary111000011010011011101111
Octal341246357

Shades and tints

Shades of #E1A6EF

#E1A6EF
(225,166,239)
#CD97DA
(205,151,218)
#B988C5
(185,136,197)
#A579B0
(165,121,176)
#916A9B
(145,106,155)
#7D5B86
(125,91,134)
#694C71
(105,76,113)
#553D5C
(85,61,92)
#412E47
(65,46,71)
#2D1F32
(45,31,50)
#19101D
(25,16,29)
#000000
(0,0,0)

Tints of #E1A6EF

#E1A6EF
(225,166,239)
#E3AEF0
(227,174,240)
#E5B6F1
(229,182,241)
#E7BEF2
(231,190,242)
#E9C6F3
(233,198,243)
#EBCEF4
(235,206,244)
#EDD6F5
(237,214,245)
#EFDEF6
(239,222,246)
#F1E6F7
(241,230,247)
#F3EEF8
(243,238,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1A6EF; }

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

This text font color is #E1A6EF.


Background Color

.myBgColor { background-color: #E1A6EF; }

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

This div background color is #E1A6EF.


Border color

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

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

This div border color is #E1A6EF.


Opacity

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

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

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

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

This text has shadow with #E1A6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1A6EF on black background.


Color preview on white background

This text has color #E1A6EF on white background.



Black color preview on #E1A6EF background

This text has black color on #E1A6EF background.


White color preview on #E1A6EF background

This text has white color on #E1A6EF background.