COLOR #E2A7FB

HEX: #E2A7FB
RGB: (226,167,251)

Color info

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

RGB color model

#E2A7FB color RGB value is (226,167,251).

  • red value is 226;
  • green value is 167;
  • blue value is 251.
RGB:
(226,167,251)
(89%,65%,98%)

RGB channels and saturation

R 226 of 255 = 89%
G 167 of 255 = 65%
B 251 of 255 = 98%

226
167
251

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

Portions of RGB colors in percentages

R + G + B =
226 + 167 + 251 = 644 (100%)
R 226 of 644 ~ 35.09%
G 167 of 644 ~ 25.93%
B 251 of 644 ~ 38.98%

%35.09
%25.93
%38.98

CMYK color model

#E2A7FB color CMYK value is (10,33,0,2).

  • cyan value is 9.96%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,33,0,2)
C10M33Y0K2 
(10%,33%,0%,2%)
(0.10/0.33/0.00/0.02)	

CMYK percentages

%9.96
%33.47
%0
%1.57

Codes

Color #E2A7FB in popluar color models

E2A7FB
RGB226167251
HSL282°91.30%81.96%
HSB/HSV282°33.47%98.43%
CMYK9.96%33.47%0.00%
1.57%

Color #E2A7FB in popluar number systems.

HEXE2A7FB
Decimal226167251
Binary111000101010011111111011
Octal342247373

Shades and tints

Shades of #E2A7FB

#E2A7FB
(226,167,251)
#CE98E5
(206,152,229)
#BA89CF
(186,137,207)
#A67AB9
(166,122,185)
#926BA3
(146,107,163)
#7E5C8D
(126,92,141)
#6A4D77
(106,77,119)
#563E61
(86,62,97)
#422F4B
(66,47,75)
#2E2035
(46,32,53)
#1A111F
(26,17,31)
#000000
(0,0,0)

Tints of #E2A7FB

#E2A7FB
(226,167,251)
#E4AFFB
(228,175,251)
#E6B7FB
(230,183,251)
#E8BFFB
(232,191,251)
#EAC7FB
(234,199,251)
#ECCFFB
(236,207,251)
#EED7FB
(238,215,251)
#F0DFFB
(240,223,251)
#F2E7FB
(242,231,251)
#F4EFFB
(244,239,251)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2A7FB color. Also use rgb(226,167,251) instead hex code.

Text Font Color

.myTextColor { color: #E2A7FB; }

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

This text font color is #E2A7FB.


Background Color

.myBgColor { background-color: #E2A7FB; }

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

This div background color is #E2A7FB.


Border color

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

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

This div border color is #E2A7FB.


Opacity

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

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

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

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

This text has shadow with #E2A7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2A7FB on black background.


Color preview on white background

This text has color #E2A7FB on white background.



Black color preview on #E2A7FB background

This text has black color on #E2A7FB background.


White color preview on #E2A7FB background

This text has white color on #E2A7FB background.