COLOR #E3B1F4

HEX: #E3B1F4
RGB: (227,177,244)

Color info

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

RGB color model

#E3B1F4 color RGB value is (227,177,244).

  • red value is 227;
  • green value is 177;
  • blue value is 244.
RGB:
(227,177,244)
(89%,69%,96%)

RGB channels and saturation

R 227 of 255 = 89%
G 177 of 255 = 69%
B 244 of 255 = 96%

227
177
244

R + G + B ~ 85%. #E3B1F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 177 + 244 = 648 (100%)
R 227 of 648 ~ 35.03%
G 177 of 648 ~ 27.31%
B 244 of 648 ~ 37.65%

%35.03
%27.31
%37.65

CMYK color model

#E3B1F4 color CMYK value is (7,27,0,4).

  • cyan value is 6.97%
  • magenta value is 27.46%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(7,27,0,4)
C7M27Y0K4 
(7%,27%,0%,4%)
(0.07/0.27/0.00/0.04)	

CMYK percentages

%6.97
%27.46
%0
%4.31

Codes

Color #E3B1F4 in popluar color models

E3B1F4
RGB227177244
HSL285°75.28%82.55%
HSB/HSV285°27.46%95.69%
CMYK6.97%27.46%0.00%
4.31%

Color #E3B1F4 in popluar number systems.

HEXE3B1F4
Decimal227177244
Binary111000111011000111110100
Octal343261364

Shades and tints

Shades of #E3B1F4

#E3B1F4
(227,177,244)
#CFA1DE
(207,161,222)
#BB91C8
(187,145,200)
#A781B2
(167,129,178)
#93719C
(147,113,156)
#7F6186
(127,97,134)
#6B5170
(107,81,112)
#57415A
(87,65,90)
#433144
(67,49,68)
#2F212E
(47,33,46)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #E3B1F4

#E3B1F4
(227,177,244)
#E5B8F5
(229,184,245)
#E7BFF6
(231,191,246)
#E9C6F7
(233,198,247)
#EBCDF8
(235,205,248)
#EDD4F9
(237,212,249)
#EFDBFA
(239,219,250)
#F1E2FB
(241,226,251)
#F3E9FC
(243,233,252)
#F5F0FD
(245,240,253)
#F7F7FE
(247,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B1F4; }

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

This text font color is #E3B1F4.


Background Color

.myBgColor { background-color: #E3B1F4; }

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

This div background color is #E3B1F4.


Border color

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

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

This div border color is #E3B1F4.


Opacity

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

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

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

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

This text has shadow with #E3B1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B1F4 on black background.


Color preview on white background

This text has color #E3B1F4 on white background.



Black color preview on #E3B1F4 background

This text has black color on #E3B1F4 background.


White color preview on #E3B1F4 background

This text has white color on #E3B1F4 background.