COLOR #E4B5FF

HEX: #E4B5FF
RGB: (228,181,255)

Color info

#E4B5FF contains mainly red and blue colors. Web safe color of #E4B5FF is #CCCCFF (or #CCF).

RGB color model

#E4B5FF color RGB value is (228,181,255).

  • red value is 228;
  • green value is 181;
  • blue value is 255.
RGB:
(228,181,255)
(89%,71%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 181 of 255 = 71%
B 255 of 255 = 100%

228
181
255

R + G + B ~ 87%. #E4B5FF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 181 + 255 = 664 (100%)
R 228 of 664 ~ 34.34%
G 181 of 664 ~ 27.26%
B 255 of 664 ~ 38.4%

%34.34
%27.26
%38.4

CMYK color model

#E4B5FF color CMYK value is (11,29,0,0).

  • cyan value is 10.59%
  • magenta value is 29.02%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,29,0,0)
C11M29Y0K0 
(11%,29%,0%,0%)
(0.11/0.29/0.00/0.00)	

CMYK percentages

%10.59
%29.02
%0
%0

Codes

Color #E4B5FF in popluar color models

E4B5FF
RGB228181255
HSL278°100.00%85.49%
HSB/HSV278°29.02%100.00%
CMYK10.59%29.02%0.00%
0.00%

Color #E4B5FF in popluar number systems.

HEXE4B5FF
Decimal228181255
Binary111001001011010111111111
Octal344265377

Shades and tints

Shades of #E4B5FF

#E4B5FF
(228,181,255)
#D0A5E8
(208,165,232)
#BC95D1
(188,149,209)
#A885BA
(168,133,186)
#9475A3
(148,117,163)
#80658C
(128,101,140)
#6C5575
(108,85,117)
#58455E
(88,69,94)
#443547
(68,53,71)
#302530
(48,37,48)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #E4B5FF

#E4B5FF
(228,181,255)
#E6BBFF
(230,187,255)
#E8C1FF
(232,193,255)
#EAC7FF
(234,199,255)
#ECCDFF
(236,205,255)
#EED3FF
(238,211,255)
#F0D9FF
(240,217,255)
#F2DFFF
(242,223,255)
#F4E5FF
(244,229,255)
#F6EBFF
(246,235,255)
#F8F1FF
(248,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4B5FF color. Also use rgb(228,181,255) instead hex code.

Text Font Color

.myTextColor { color: #E4B5FF; }

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

This text font color is #E4B5FF.


Background Color

.myBgColor { background-color: #E4B5FF; }

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

This div background color is #E4B5FF.


Border color

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

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

This div border color is #E4B5FF.


Opacity

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

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

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

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

This text has shadow with #E4B5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B5FF on black background.


Color preview on white background

This text has color #E4B5FF on white background.



Black color preview on #E4B5FF background

This text has black color on #E4B5FF background.


White color preview on #E4B5FF background

This text has white color on #E4B5FF background.