COLOR #E4E5FE

HEX: #E4E5FE
RGB: (228,229,254)

Color info

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

RGB color model

#E4E5FE color RGB value is (228,229,254).

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

RGB channels and saturation

R 228 of 255 = 89%
G 229 of 255 = 90%
B 254 of 255 = 100%

228
229
254

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

Portions of RGB colors in percentages

R + G + B =
228 + 229 + 254 = 711 (100%)
R 228 of 711 ~ 32.07%
G 229 of 711 ~ 32.21%
B 254 of 711 ~ 35.72%

%32.07
%32.21
%35.72

CMYK color model

#E4E5FE color CMYK value is (10,10,0,0).

  • cyan value is 10.24%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(10,10,0,0)
C10M10Y0K0 
(10%,10%,0%,0%)
(0.10/0.10/0.00/0.00)	

CMYK percentages

%10.24
%9.84
%0
%0.39

Codes

Color #E4E5FE in popluar color models

E4E5FE
RGB228229254
HSL238°92.86%94.51%
HSB/HSV238°10.24%99.61%
CMYK10.24%9.84%0.00%
0.39%

Color #E4E5FE in popluar number systems.

HEXE4E5FE
Decimal228229254
Binary111001001110010111111110
Octal344345376

Shades and tints

Shades of #E4E5FE

#E4E5FE
(228,229,254)
#D0D1E7
(208,209,231)
#BCBDD0
(188,189,208)
#A8A9B9
(168,169,185)
#9495A2
(148,149,162)
#80818B
(128,129,139)
#6C6D74
(108,109,116)
#58595D
(88,89,93)
#444546
(68,69,70)
#30312F
(48,49,47)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #E4E5FE

#E4E5FE
(228,229,254)
#E6E7FE
(230,231,254)
#E8E9FE
(232,233,254)
#EAEBFE
(234,235,254)
#ECEDFE
(236,237,254)
#EEEFFE
(238,239,254)
#F0F1FE
(240,241,254)
#F2F3FE
(242,243,254)
#F4F5FE
(244,245,254)
#F6F7FE
(246,247,254)
#F8F9FE
(248,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E5FE; }

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

This text font color is #E4E5FE.


Background Color

.myBgColor { background-color: #E4E5FE; }

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

This div background color is #E4E5FE.


Border color

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

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

This div border color is #E4E5FE.


Opacity

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

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

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

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

This text has shadow with #E4E5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E5FE on black background.


Color preview on white background

This text has color #E4E5FE on white background.



Black color preview on #E4E5FE background

This text has black color on #E4E5FE background.


White color preview on #E4E5FE background

This text has white color on #E4E5FE background.