COLOR #E2B3FB

HEX: #E2B3FB
RGB: (226,179,251)

Color info

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

RGB color model

#E2B3FB color RGB value is (226,179,251).

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

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 251 of 255 = 98%

226
179
251

R + G + B ~ 86%. #E2B3FB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 251 = 656 (100%)
R 226 of 656 ~ 34.45%
G 179 of 656 ~ 27.29%
B 251 of 656 ~ 38.26%

%34.45
%27.29
%38.26

CMYK color model

#E2B3FB color CMYK value is (10,29,0,2).

  • cyan value is 9.96%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,29,0,2)
C10M29Y0K2 
(10%,29%,0%,2%)
(0.10/0.29/0.00/0.02)	

CMYK percentages

%9.96
%28.69
%0
%1.57

Codes

Color #E2B3FB in popluar color models

E2B3FB
RGB226179251
HSL279°90.00%84.31%
HSB/HSV279°28.69%98.43%
CMYK9.96%28.69%0.00%
1.57%

Color #E2B3FB in popluar number systems.

HEXE2B3FB
Decimal226179251
Binary111000101011001111111011
Octal342263373

Shades and tints

Shades of #E2B3FB

#E2B3FB
(226,179,251)
#CEA3E5
(206,163,229)
#BA93CF
(186,147,207)
#A683B9
(166,131,185)
#9273A3
(146,115,163)
#7E638D
(126,99,141)
#6A5377
(106,83,119)
#564361
(86,67,97)
#42334B
(66,51,75)
#2E2335
(46,35,53)
#1A131F
(26,19,31)
#000000
(0,0,0)

Tints of #E2B3FB

#E2B3FB
(226,179,251)
#E4B9FB
(228,185,251)
#E6BFFB
(230,191,251)
#E8C5FB
(232,197,251)
#EACBFB
(234,203,251)
#ECD1FB
(236,209,251)
#EED7FB
(238,215,251)
#F0DDFB
(240,221,251)
#F2E3FB
(242,227,251)
#F4E9FB
(244,233,251)
#F6EFFB
(246,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B3FB; }

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

This text font color is #E2B3FB.


Background Color

.myBgColor { background-color: #E2B3FB; }

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

This div background color is #E2B3FB.


Border color

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

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

This div border color is #E2B3FB.


Opacity

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

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

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

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

This text has shadow with #E2B3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B3FB on black background.


Color preview on white background

This text has color #E2B3FB on white background.



Black color preview on #E2B3FB background

This text has black color on #E2B3FB background.


White color preview on #E2B3FB background

This text has white color on #E2B3FB background.