COLOR #E9E4FA

HEX: #E9E4FA
RGB: (233,228,250)

Color info

#E9E4FA contains red, green and blue colors in about the same proportion. Web safe color of #E9E4FA is #FFCCFF (or #FCF).

RGB color model

#E9E4FA color RGB value is (233,228,250).

  • red value is 233;
  • green value is 228;
  • blue value is 250.
RGB:
(233,228,250)
(91%,89%,98%)

RGB channels and saturation

R 233 of 255 = 91%
G 228 of 255 = 89%
B 250 of 255 = 98%

233
228
250

R + G + B ~ 93%. #E9E4FA is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 228 + 250 = 711 (100%)
R 233 of 711 ~ 32.77%
G 228 of 711 ~ 32.07%
B 250 of 711 ~ 35.16%

%32.77
%32.07
%35.16

CMYK color model

#E9E4FA color CMYK value is (7,9,0,2).

  • cyan value is 6.80%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(7,9,0,2)
C7M9Y0K2 
(7%,9%,0%,2%)
(0.07/0.09/0.00/0.02)	

CMYK percentages

%6.8
%8.8
%0
%1.96

Codes

Color #E9E4FA in popluar color models

E9E4FA
RGB233228250
HSL254°68.75%93.73%
HSB/HSV254°8.80%98.04%
CMYK6.80%8.80%0.00%
1.96%

Color #E9E4FA in popluar number systems.

HEXE9E4FA
Decimal233228250
Binary111010011110010011111010
Octal351344372

Shades and tints

Shades of #E9E4FA

#E9E4FA
(233,228,250)
#D4D0E4
(212,208,228)
#BFBCCE
(191,188,206)
#AAA8B8
(170,168,184)
#9594A2
(149,148,162)
#80808C
(128,128,140)
#6B6C76
(107,108,118)
#565860
(86,88,96)
#41444A
(65,68,74)
#2C3034
(44,48,52)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #E9E4FA

#E9E4FA
(233,228,250)
#EBE6FA
(235,230,250)
#EDE8FA
(237,232,250)
#EFEAFA
(239,234,250)
#F1ECFA
(241,236,250)
#F3EEFA
(243,238,250)
#F5F0FA
(245,240,250)
#F7F2FA
(247,242,250)
#F9F4FA
(249,244,250)
#FBF6FA
(251,246,250)
#FDF8FA
(253,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E4FA color. Also use rgb(233,228,250) instead hex code.

Text Font Color

.myTextColor { color: #E9E4FA; }

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

This text font color is #E9E4FA.


Background Color

.myBgColor { background-color: #E9E4FA; }

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

This div background color is #E9E4FA.


Border color

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

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

This div border color is #E9E4FA.


Opacity

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

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

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

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

This text has shadow with #E9E4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E4FA on black background.


Color preview on white background

This text has color #E9E4FA on white background.



Black color preview on #E9E4FA background

This text has black color on #E9E4FA background.


White color preview on #E9E4FA background

This text has white color on #E9E4FA background.