COLOR #E8B1E8

HEX: #E8B1E8
RGB: (232,177,232)

Color info

#E8B1E8 contains red, green and blue colors in about the same proportion. Web safe color of #E8B1E8 is #FF99FF (or #F9F).

RGB color model

#E8B1E8 color RGB value is (232,177,232).

  • red value is 232;
  • green value is 177;
  • blue value is 232.
RGB:
(232,177,232)
(91%,69%,91%)

RGB channels and saturation

R 232 of 255 = 91%
G 177 of 255 = 69%
B 232 of 255 = 91%

232
177
232

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

Portions of RGB colors in percentages

R + G + B =
232 + 177 + 232 = 641 (100%)
R 232 of 641 ~ 36.19%
G 177 of 641 ~ 27.61%
B 232 of 641 ~ 36.19%

%36.19
%27.61
%36.19

CMYK color model

#E8B1E8 color CMYK value is (0,24,0,9).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(0,24,0,9)
C0M24Y0K9 
(0%,24%,0%,9%)
(0.00/0.24/0.00/0.09)	

CMYK percentages

%0
%23.71
%0
%9.02

Codes

Color #E8B1E8 in popluar color models

E8B1E8
RGB232177232
HSL300°54.46%80.20%
HSB/HSV300°23.71%90.98%
CMYK0.00%23.71%0.00%
9.02%

Color #E8B1E8 in popluar number systems.

HEXE8B1E8
Decimal232177232
Binary111010001011000111101000
Octal350261350

Shades and tints

Shades of #E8B1E8

#E8B1E8
(232,177,232)
#D3A1D3
(211,161,211)
#BE91BE
(190,145,190)
#A981A9
(169,129,169)
#947194
(148,113,148)
#7F617F
(127,97,127)
#6A516A
(106,81,106)
#554155
(85,65,85)
#403140
(64,49,64)
#2B212B
(43,33,43)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #E8B1E8

#E8B1E8
(232,177,232)
#EAB8EA
(234,184,234)
#ECBFEC
(236,191,236)
#EEC6EE
(238,198,238)
#F0CDF0
(240,205,240)
#F2D4F2
(242,212,242)
#F4DBF4
(244,219,244)
#F6E2F6
(246,226,246)
#F8E9F8
(248,233,248)
#FAF0FA
(250,240,250)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B1E8; }

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

This text font color is #E8B1E8.


Background Color

.myBgColor { background-color: #E8B1E8; }

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

This div background color is #E8B1E8.


Border color

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

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

This div border color is #E8B1E8.


Opacity

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

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

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

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

This text has shadow with #E8B1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B1E8 on black background.


Color preview on white background

This text has color #E8B1E8 on white background.



Black color preview on #E8B1E8 background

This text has black color on #E8B1E8 background.


White color preview on #E8B1E8 background

This text has white color on #E8B1E8 background.