COLOR #E8B1F9

HEX: #E8B1F9
RGB: (232,177,249)

Color info

#E8B1F9 contains mainly red and blue colors. Web safe color of #E8B1F9 is #FF99FF (or #F9F).

RGB color model

#E8B1F9 color RGB value is (232,177,249).

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

RGB channels and saturation

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

232
177
249

R + G + B ~ 86%. #E8B1F9 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 177 + 249 = 658 (100%)
R 232 of 658 ~ 35.26%
G 177 of 658 ~ 26.9%
B 249 of 658 ~ 37.84%

%35.26
%26.9
%37.84

CMYK color model

#E8B1F9 color CMYK value is (7,29,0,2).

  • cyan value is 6.83%
  • magenta value is 28.92%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(7,29,0,2)
C7M29Y0K2 
(7%,29%,0%,2%)
(0.07/0.29/0.00/0.02)	

CMYK percentages

%6.83
%28.92
%0
%2.35

Codes

Color #E8B1F9 in popluar color models

E8B1F9
RGB232177249
HSL286°85.71%83.53%
HSB/HSV286°28.92%97.65%
CMYK6.83%28.92%0.00%
2.35%

Color #E8B1F9 in popluar number systems.

HEXE8B1F9
Decimal232177249
Binary111010001011000111111001
Octal350261371

Shades and tints

Shades of #E8B1F9

#E8B1F9
(232,177,249)
#D3A1E3
(211,161,227)
#BE91CD
(190,145,205)
#A981B7
(169,129,183)
#9471A1
(148,113,161)
#7F618B
(127,97,139)
#6A5175
(106,81,117)
#55415F
(85,65,95)
#403149
(64,49,73)
#2B2133
(43,33,51)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #E8B1F9

#E8B1F9
(232,177,249)
#EAB8F9
(234,184,249)
#ECBFF9
(236,191,249)
#EEC6F9
(238,198,249)
#F0CDF9
(240,205,249)
#F2D4F9
(242,212,249)
#F4DBF9
(244,219,249)
#F6E2F9
(246,226,249)
#F8E9F9
(248,233,249)
#FAF0F9
(250,240,249)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B1F9; }

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

This text font color is #E8B1F9.


Background Color

.myBgColor { background-color: #E8B1F9; }

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

This div background color is #E8B1F9.


Border color

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

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

This div border color is #E8B1F9.


Opacity

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

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

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

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

This text has shadow with #E8B1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B1F9 on black background.


Color preview on white background

This text has color #E8B1F9 on white background.



Black color preview on #E8B1F9 background

This text has black color on #E8B1F9 background.


White color preview on #E8B1F9 background

This text has white color on #E8B1F9 background.