COLOR #E1B3E0

HEX: #E1B3E0
RGB: (225,179,224)

Color info

#E1B3E0 contains red, green and blue colors in about the same proportion. Web safe color of #E1B3E0 is #CC99CC (or #C9C).

RGB color model

#E1B3E0 color RGB value is (225,179,224).

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

RGB channels and saturation

R 225 of 255 = 88%
G 179 of 255 = 70%
B 224 of 255 = 88%

225
179
224

R + G + B ~ 82%. #E1B3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 179 + 224 = 628 (100%)
R 225 of 628 ~ 35.83%
G 179 of 628 ~ 28.5%
B 224 of 628 ~ 35.67%

%35.83
%28.5
%35.67

CMYK color model

#E1B3E0 color CMYK value is (0,20,0,12).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 0.44%
  • key color value is 11.76%
CMYK:
(0,20,0,12)
C0M20Y0K12 
(0%,20%,0%,12%)
(0.00/0.20/0.00/0.12)	

CMYK percentages

%0
%20.44
%0.44
%11.76

Codes

Color #E1B3E0 in popluar color models

E1B3E0
RGB225179224
HSL301°43.40%79.22%
HSB/HSV301°20.44%88.24%
CMYK0.00%20.44%0.44%
11.76%

Color #E1B3E0 in popluar number systems.

HEXE1B3E0
Decimal225179224
Binary111000011011001111100000
Octal341263340

Shades and tints

Shades of #E1B3E0

#E1B3E0
(225,179,224)
#CDA3CC
(205,163,204)
#B993B8
(185,147,184)
#A583A4
(165,131,164)
#917390
(145,115,144)
#7D637C
(125,99,124)
#695368
(105,83,104)
#554354
(85,67,84)
#413340
(65,51,64)
#2D232C
(45,35,44)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #E1B3E0

#E1B3E0
(225,179,224)
#E3B9E2
(227,185,226)
#E5BFE4
(229,191,228)
#E7C5E6
(231,197,230)
#E9CBE8
(233,203,232)
#EBD1EA
(235,209,234)
#EDD7EC
(237,215,236)
#EFDDEE
(239,221,238)
#F1E3F0
(241,227,240)
#F3E9F2
(243,233,242)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1B3E0; }

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

This text font color is #E1B3E0.


Background Color

.myBgColor { background-color: #E1B3E0; }

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

This div background color is #E1B3E0.


Border color

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

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

This div border color is #E1B3E0.


Opacity

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

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

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

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

This text has shadow with #E1B3E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1B3E0 on black background.


Color preview on white background

This text has color #E1B3E0 on white background.



Black color preview on #E1B3E0 background

This text has black color on #E1B3E0 background.


White color preview on #E1B3E0 background

This text has white color on #E1B3E0 background.