COLOR #E1B3F1

HEX: #E1B3F1
RGB: (225,179,241)

Color info

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

RGB color model

#E1B3F1 color RGB value is (225,179,241).

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

RGB channels and saturation

R 225 of 255 = 88%
G 179 of 255 = 70%
B 241 of 255 = 95%

225
179
241

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

Portions of RGB colors in percentages

R + G + B =
225 + 179 + 241 = 645 (100%)
R 225 of 645 ~ 34.88%
G 179 of 645 ~ 27.75%
B 241 of 645 ~ 37.36%

%34.88
%27.75
%37.36

CMYK color model

#E1B3F1 color CMYK value is (7,26,0,5).

  • cyan value is 6.64%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(7,26,0,5)
C7M26Y0K5 
(7%,26%,0%,5%)
(0.07/0.26/0.00/0.05)	

CMYK percentages

%6.64
%25.73
%0
%5.49

Codes

Color #E1B3F1 in popluar color models

E1B3F1
RGB225179241
HSL285°68.89%82.35%
HSB/HSV285°25.73%94.51%
CMYK6.64%25.73%0.00%
5.49%

Color #E1B3F1 in popluar number systems.

HEXE1B3F1
Decimal225179241
Binary111000011011001111110001
Octal341263361

Shades and tints

Shades of #E1B3F1

#E1B3F1
(225,179,241)
#CDA3DC
(205,163,220)
#B993C7
(185,147,199)
#A583B2
(165,131,178)
#91739D
(145,115,157)
#7D6388
(125,99,136)
#695373
(105,83,115)
#55435E
(85,67,94)
#413349
(65,51,73)
#2D2334
(45,35,52)
#19131F
(25,19,31)
#000000
(0,0,0)

Tints of #E1B3F1

#E1B3F1
(225,179,241)
#E3B9F2
(227,185,242)
#E5BFF3
(229,191,243)
#E7C5F4
(231,197,244)
#E9CBF5
(233,203,245)
#EBD1F6
(235,209,246)
#EDD7F7
(237,215,247)
#EFDDF8
(239,221,248)
#F1E3F9
(241,227,249)
#F3E9FA
(243,233,250)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B3F1; }

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

This text font color is #E1B3F1.


Background Color

.myBgColor { background-color: #E1B3F1; }

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

This div background color is #E1B3F1.


Border color

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

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

This div border color is #E1B3F1.


Opacity

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

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

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

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

This text has shadow with #E1B3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B3F1 on black background.


Color preview on white background

This text has color #E1B3F1 on white background.



Black color preview on #E1B3F1 background

This text has black color on #E1B3F1 background.


White color preview on #E1B3F1 background

This text has white color on #E1B3F1 background.