COLOR #E4B5F3

HEX: #E4B5F3
RGB: (228,181,243)

Color info

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

RGB color model

#E4B5F3 color RGB value is (228,181,243).

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

RGB channels and saturation

R 228 of 255 = 89%
G 181 of 255 = 71%
B 243 of 255 = 95%

228
181
243

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

Portions of RGB colors in percentages

R + G + B =
228 + 181 + 243 = 652 (100%)
R 228 of 652 ~ 34.97%
G 181 of 652 ~ 27.76%
B 243 of 652 ~ 37.27%

%34.97
%27.76
%37.27

CMYK color model

#E4B5F3 color CMYK value is (6,26,0,5).

  • cyan value is 6.17%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(6,26,0,5)
C6M26Y0K5 
(6%,26%,0%,5%)
(0.06/0.26/0.00/0.05)	

CMYK percentages

%6.17
%25.51
%0
%4.71

Codes

Color #E4B5F3 in popluar color models

E4B5F3
RGB228181243
HSL285°72.09%83.14%
HSB/HSV285°25.51%95.29%
CMYK6.17%25.51%0.00%
4.71%

Color #E4B5F3 in popluar number systems.

HEXE4B5F3
Decimal228181243
Binary111001001011010111110011
Octal344265363

Shades and tints

Shades of #E4B5F3

#E4B5F3
(228,181,243)
#D0A5DD
(208,165,221)
#BC95C7
(188,149,199)
#A885B1
(168,133,177)
#94759B
(148,117,155)
#806585
(128,101,133)
#6C556F
(108,85,111)
#584559
(88,69,89)
#443543
(68,53,67)
#30252D
(48,37,45)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #E4B5F3

#E4B5F3
(228,181,243)
#E6BBF4
(230,187,244)
#E8C1F5
(232,193,245)
#EAC7F6
(234,199,246)
#ECCDF7
(236,205,247)
#EED3F8
(238,211,248)
#F0D9F9
(240,217,249)
#F2DFFA
(242,223,250)
#F4E5FB
(244,229,251)
#F6EBFC
(246,235,252)
#F8F1FD
(248,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B5F3; }

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

This text font color is #E4B5F3.


Background Color

.myBgColor { background-color: #E4B5F3; }

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

This div background color is #E4B5F3.


Border color

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

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

This div border color is #E4B5F3.


Opacity

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

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

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

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

This text has shadow with #E4B5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B5F3 on black background.


Color preview on white background

This text has color #E4B5F3 on white background.



Black color preview on #E4B5F3 background

This text has black color on #E4B5F3 background.


White color preview on #E4B5F3 background

This text has white color on #E4B5F3 background.