COLOR #E1B3FE

HEX: #E1B3FE
RGB: (225,179,254)

Color info

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

RGB color model

#E1B3FE color RGB value is (225,179,254).

  • red value is 225;
  • green value is 179;
  • blue value is 254.
RGB:
(225,179,254)
(88%,70%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 179 of 255 = 70%
B 254 of 255 = 100%

225
179
254

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

Portions of RGB colors in percentages

R + G + B =
225 + 179 + 254 = 658 (100%)
R 225 of 658 ~ 34.19%
G 179 of 658 ~ 27.2%
B 254 of 658 ~ 38.6%

%34.19
%27.2
%38.6

CMYK color model

#E1B3FE color CMYK value is (11,30,0,0).

  • cyan value is 11.42%
  • magenta value is 29.53%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,30,0,0)
C11M30Y0K0 
(11%,30%,0%,0%)
(0.11/0.30/0.00/0.00)	

CMYK percentages

%11.42
%29.53
%0
%0.39

Codes

Color #E1B3FE in popluar color models

E1B3FE
RGB225179254
HSL277°97.40%84.90%
HSB/HSV277°29.53%99.61%
CMYK11.42%29.53%0.00%
0.39%

Color #E1B3FE in popluar number systems.

HEXE1B3FE
Decimal225179254
Binary111000011011001111111110
Octal341263376

Shades and tints

Shades of #E1B3FE

#E1B3FE
(225,179,254)
#CDA3E7
(205,163,231)
#B993D0
(185,147,208)
#A583B9
(165,131,185)
#9173A2
(145,115,162)
#7D638B
(125,99,139)
#695374
(105,83,116)
#55435D
(85,67,93)
#413346
(65,51,70)
#2D232F
(45,35,47)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E1B3FE

#E1B3FE
(225,179,254)
#E3B9FE
(227,185,254)
#E5BFFE
(229,191,254)
#E7C5FE
(231,197,254)
#E9CBFE
(233,203,254)
#EBD1FE
(235,209,254)
#EDD7FE
(237,215,254)
#EFDDFE
(239,221,254)
#F1E3FE
(241,227,254)
#F3E9FE
(243,233,254)
#F5EFFE
(245,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B3FE color. Also use rgb(225,179,254) instead hex code.

Text Font Color

.myTextColor { color: #E1B3FE; }

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

This text font color is #E1B3FE.


Background Color

.myBgColor { background-color: #E1B3FE; }

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

This div background color is #E1B3FE.


Border color

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

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

This div border color is #E1B3FE.


Opacity

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

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

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

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

This text has shadow with #E1B3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B3FE on black background.


Color preview on white background

This text has color #E1B3FE on white background.



Black color preview on #E1B3FE background

This text has black color on #E1B3FE background.


White color preview on #E1B3FE background

This text has white color on #E1B3FE background.