COLOR #E1B1F1

HEX: #E1B1F1
RGB: (225,177,241)

Color info

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

RGB color model

#E1B1F1 color RGB value is (225,177,241).

  • red value is 225;
  • green value is 177;
  • blue value is 241.
RGB:
(225,177,241)
(88%,69%,95%)

RGB channels and saturation

R 225 of 255 = 88%
G 177 of 255 = 69%
B 241 of 255 = 95%

225
177
241

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

Portions of RGB colors in percentages

R + G + B =
225 + 177 + 241 = 643 (100%)
R 225 of 643 ~ 34.99%
G 177 of 643 ~ 27.53%
B 241 of 643 ~ 37.48%

%34.99
%27.53
%37.48

CMYK color model

#E1B1F1 color CMYK value is (7,27,0,5).

  • cyan value is 6.64%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,27,0,5)
C7M27Y0K5 
(7%,27%,0%,5%)
(0.07/0.27/0.00/0.05)	

CMYK percentages

%6.64
%26.56
%0
%5.49

Codes

Color #E1B1F1 in popluar color models

E1B1F1
RGB225177241
HSL285°69.57%81.96%
HSB/HSV285°26.56%94.51%
CMYK6.64%26.56%0.00%
5.49%

Color #E1B1F1 in popluar number systems.

HEXE1B1F1
Decimal225177241
Binary111000011011000111110001
Octal341261361

Shades and tints

Shades of #E1B1F1

#E1B1F1
(225,177,241)
#CDA1DC
(205,161,220)
#B991C7
(185,145,199)
#A581B2
(165,129,178)
#91719D
(145,113,157)
#7D6188
(125,97,136)
#695173
(105,81,115)
#55415E
(85,65,94)
#413149
(65,49,73)
#2D2134
(45,33,52)
#19111F
(25,17,31)
#000000
(0,0,0)

Tints of #E1B1F1

#E1B1F1
(225,177,241)
#E3B8F2
(227,184,242)
#E5BFF3
(229,191,243)
#E7C6F4
(231,198,244)
#E9CDF5
(233,205,245)
#EBD4F6
(235,212,246)
#EDDBF7
(237,219,247)
#EFE2F8
(239,226,248)
#F1E9F9
(241,233,249)
#F3F0FA
(243,240,250)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1B1F1 color. Also use rgb(225,177,241) instead hex code.

Text Font Color

.myTextColor { color: #E1B1F1; }

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

This text font color is #E1B1F1.


Background Color

.myBgColor { background-color: #E1B1F1; }

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

This div background color is #E1B1F1.


Border color

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

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

This div border color is #E1B1F1.


Opacity

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

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

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

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

This text has shadow with #E1B1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B1F1 on black background.


Color preview on white background

This text has color #E1B1F1 on white background.



Black color preview on #E1B1F1 background

This text has black color on #E1B1F1 background.


White color preview on #E1B1F1 background

This text has white color on #E1B1F1 background.