COLOR #E5E0FE

HEX: #E5E0FE
RGB: (229,224,254)

Color info

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

RGB color model

#E5E0FE color RGB value is (229,224,254).

  • red value is 229;
  • green value is 224;
  • blue value is 254.
RGB:
(229,224,254)
(90%,88%,100%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 254 of 255 = 100%

229
224
254

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

Portions of RGB colors in percentages

R + G + B =
229 + 224 + 254 = 707 (100%)
R 229 of 707 ~ 32.39%
G 224 of 707 ~ 31.68%
B 254 of 707 ~ 35.93%

%32.39
%31.68
%35.93

CMYK color model

#E5E0FE color CMYK value is (10,12,0,0).

  • cyan value is 9.84%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(10,12,0,0)
C10M12Y0K0 
(10%,12%,0%,0%)
(0.10/0.12/0.00/0.00)	

CMYK percentages

%9.84
%11.81
%0
%0.39

Codes

Color #E5E0FE in popluar color models

E5E0FE
RGB229224254
HSL250°93.75%93.73%
HSB/HSV250°11.81%99.61%
CMYK9.84%11.81%0.00%
0.39%

Color #E5E0FE in popluar number systems.

HEXE5E0FE
Decimal229224254
Binary111001011110000011111110
Octal345340376

Shades and tints

Shades of #E5E0FE

#E5E0FE
(229,224,254)
#D1CCE7
(209,204,231)
#BDB8D0
(189,184,208)
#A9A4B9
(169,164,185)
#9590A2
(149,144,162)
#817C8B
(129,124,139)
#6D6874
(109,104,116)
#59545D
(89,84,93)
#454046
(69,64,70)
#312C2F
(49,44,47)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #E5E0FE

#E5E0FE
(229,224,254)
#E7E2FE
(231,226,254)
#E9E4FE
(233,228,254)
#EBE6FE
(235,230,254)
#EDE8FE
(237,232,254)
#EFEAFE
(239,234,254)
#F1ECFE
(241,236,254)
#F3EEFE
(243,238,254)
#F5F0FE
(245,240,254)
#F7F2FE
(247,242,254)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E0FE color. Also use rgb(229,224,254) instead hex code.

Text Font Color

.myTextColor { color: #E5E0FE; }

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

This text font color is #E5E0FE.


Background Color

.myBgColor { background-color: #E5E0FE; }

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

This div background color is #E5E0FE.


Border color

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

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

This div border color is #E5E0FE.


Opacity

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

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

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

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

This text has shadow with #E5E0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E0FE on black background.


Color preview on white background

This text has color #E5E0FE on white background.



Black color preview on #E5E0FE background

This text has black color on #E5E0FE background.


White color preview on #E5E0FE background

This text has white color on #E5E0FE background.