COLOR #E2A6FC

HEX: #E2A6FC
RGB: (226,166,252)

Color info

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

RGB color model

#E2A6FC color RGB value is (226,166,252).

  • red value is 226;
  • green value is 166;
  • blue value is 252.
RGB:
(226,166,252)
(89%,65%,99%)

RGB channels and saturation

R 226 of 255 = 89%
G 166 of 255 = 65%
B 252 of 255 = 99%

226
166
252

R + G + B ~ 84%. #E2A6FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 166 + 252 = 644 (100%)
R 226 of 644 ~ 35.09%
G 166 of 644 ~ 25.78%
B 252 of 644 ~ 39.13%

%35.09
%25.78
%39.13

CMYK color model

#E2A6FC color CMYK value is (10,34,0,1).

  • cyan value is 10.32%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,34,0,1)
C10M34Y0K1 
(10%,34%,0%,1%)
(0.10/0.34/0.00/0.01)	

CMYK percentages

%10.32
%34.13
%0
%1.18

Codes

Color #E2A6FC in popluar color models

E2A6FC
RGB226166252
HSL282°93.48%81.96%
HSB/HSV282°34.13%98.82%
CMYK10.32%34.13%0.00%
1.18%

Color #E2A6FC in popluar number systems.

HEXE2A6FC
Decimal226166252
Binary111000101010011011111100
Octal342246374

Shades and tints

Shades of #E2A6FC

#E2A6FC
(226,166,252)
#CE97E6
(206,151,230)
#BA88D0
(186,136,208)
#A679BA
(166,121,186)
#926AA4
(146,106,164)
#7E5B8E
(126,91,142)
#6A4C78
(106,76,120)
#563D62
(86,61,98)
#422E4C
(66,46,76)
#2E1F36
(46,31,54)
#1A1020
(26,16,32)
#000000
(0,0,0)

Tints of #E2A6FC

#E2A6FC
(226,166,252)
#E4AEFC
(228,174,252)
#E6B6FC
(230,182,252)
#E8BEFC
(232,190,252)
#EAC6FC
(234,198,252)
#ECCEFC
(236,206,252)
#EED6FC
(238,214,252)
#F0DEFC
(240,222,252)
#F2E6FC
(242,230,252)
#F4EEFC
(244,238,252)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A6FC color. Also use rgb(226,166,252) instead hex code.

Text Font Color

.myTextColor { color: #E2A6FC; }

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

This text font color is #E2A6FC.


Background Color

.myBgColor { background-color: #E2A6FC; }

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

This div background color is #E2A6FC.


Border color

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

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

This div border color is #E2A6FC.


Opacity

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

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

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

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

This text has shadow with #E2A6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A6FC on black background.


Color preview on white background

This text has color #E2A6FC on white background.



Black color preview on #E2A6FC background

This text has black color on #E2A6FC background.


White color preview on #E2A6FC background

This text has white color on #E2A6FC background.