COLOR #E5B1EB

HEX: #E5B1EB
RGB: (229,177,235)

Color info

#E5B1EB contains red, green and blue colors in about the same proportion. Web safe color of #E5B1EB is #CC99FF (or #C9F).

RGB color model

#E5B1EB color RGB value is (229,177,235).

  • red value is 229;
  • green value is 177;
  • blue value is 235.
RGB:
(229,177,235)
(90%,69%,92%)

RGB channels and saturation

R 229 of 255 = 90%
G 177 of 255 = 69%
B 235 of 255 = 92%

229
177
235

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

Portions of RGB colors in percentages

R + G + B =
229 + 177 + 235 = 641 (100%)
R 229 of 641 ~ 35.73%
G 177 of 641 ~ 27.61%
B 235 of 641 ~ 36.66%

%35.73
%27.61
%36.66

CMYK color model

#E5B1EB color CMYK value is (3,25,0,8).

  • cyan value is 2.55%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,25,0,8)
C3M25Y0K8 
(3%,25%,0%,8%)
(0.03/0.25/0.00/0.08)	

CMYK percentages

%2.55
%24.68
%0
%7.84

Codes

Color #E5B1EB in popluar color models

E5B1EB
RGB229177235
HSL294°59.18%80.78%
HSB/HSV294°24.68%92.16%
CMYK2.55%24.68%0.00%
7.84%

Color #E5B1EB in popluar number systems.

HEXE5B1EB
Decimal229177235
Binary111001011011000111101011
Octal345261353

Shades and tints

Shades of #E5B1EB

#E5B1EB
(229,177,235)
#D1A1D6
(209,161,214)
#BD91C1
(189,145,193)
#A981AC
(169,129,172)
#957197
(149,113,151)
#816182
(129,97,130)
#6D516D
(109,81,109)
#594158
(89,65,88)
#453143
(69,49,67)
#31212E
(49,33,46)
#1D1119
(29,17,25)
#000000
(0,0,0)

Tints of #E5B1EB

#E5B1EB
(229,177,235)
#E7B8EC
(231,184,236)
#E9BFED
(233,191,237)
#EBC6EE
(235,198,238)
#EDCDEF
(237,205,239)
#EFD4F0
(239,212,240)
#F1DBF1
(241,219,241)
#F3E2F2
(243,226,242)
#F5E9F3
(245,233,243)
#F7F0F4
(247,240,244)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B1EB color. Also use rgb(229,177,235) instead hex code.

Text Font Color

.myTextColor { color: #E5B1EB; }

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

This text font color is #E5B1EB.


Background Color

.myBgColor { background-color: #E5B1EB; }

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

This div background color is #E5B1EB.


Border color

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

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

This div border color is #E5B1EB.


Opacity

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

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

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

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

This text has shadow with #E5B1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B1EB on black background.


Color preview on white background

This text has color #E5B1EB on white background.



Black color preview on #E5B1EB background

This text has black color on #E5B1EB background.


White color preview on #E5B1EB background

This text has white color on #E5B1EB background.