COLOR #E5E1FA

HEX: #E5E1FA
RGB: (229,225,250)

Color info

#E5E1FA contains red, green and blue colors in about the same proportion. Web safe color of #E5E1FA is #CCCCFF (or #CCF).

RGB color model

#E5E1FA color RGB value is (229,225,250).

  • red value is 229;
  • green value is 225;
  • blue value is 250.
RGB:
(229,225,250)
(90%,88%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 225 of 255 = 88%
B 250 of 255 = 98%

229
225
250

R + G + B ~ 92%. #E5E1FA is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 250 = 704 (100%)
R 229 of 704 ~ 32.53%
G 225 of 704 ~ 31.96%
B 250 of 704 ~ 35.51%

%32.53
%31.96
%35.51

CMYK color model

#E5E1FA color CMYK value is (8,10,0,2).

  • cyan value is 8.40%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(8,10,0,2)
C8M10Y0K2 
(8%,10%,0%,2%)
(0.08/0.10/0.00/0.02)	

CMYK percentages

%8.4
%10
%0
%1.96

Codes

Color #E5E1FA in popluar color models

E5E1FA
RGB229225250
HSL250°71.43%93.14%
HSB/HSV250°10.00%98.04%
CMYK8.40%10.00%0.00%
1.96%

Color #E5E1FA in popluar number systems.

HEXE5E1FA
Decimal229225250
Binary111001011110000111111010
Octal345341372

Shades and tints

Shades of #E5E1FA

#E5E1FA
(229,225,250)
#D1CDE4
(209,205,228)
#BDB9CE
(189,185,206)
#A9A5B8
(169,165,184)
#9591A2
(149,145,162)
#817D8C
(129,125,140)
#6D6976
(109,105,118)
#595560
(89,85,96)
#45414A
(69,65,74)
#312D34
(49,45,52)
#1D191E
(29,25,30)
#000000
(0,0,0)

Tints of #E5E1FA

#E5E1FA
(229,225,250)
#E7E3FA
(231,227,250)
#E9E5FA
(233,229,250)
#EBE7FA
(235,231,250)
#EDE9FA
(237,233,250)
#EFEBFA
(239,235,250)
#F1EDFA
(241,237,250)
#F3EFFA
(243,239,250)
#F5F1FA
(245,241,250)
#F7F3FA
(247,243,250)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E1FA color. Also use rgb(229,225,250) instead hex code.

Text Font Color

.myTextColor { color: #E5E1FA; }

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

This text font color is #E5E1FA.


Background Color

.myBgColor { background-color: #E5E1FA; }

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

This div background color is #E5E1FA.


Border color

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

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

This div border color is #E5E1FA.


Opacity

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

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

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

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

This text has shadow with #E5E1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E1FA on black background.


Color preview on white background

This text has color #E5E1FA on white background.



Black color preview on #E5E1FA background

This text has black color on #E5E1FA background.


White color preview on #E5E1FA background

This text has white color on #E5E1FA background.