COLOR #E1E4FF

HEX: #E1E4FF
RGB: (225,228,255)

Color info

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

RGB color model

#E1E4FF color RGB value is (225,228,255).

  • red value is 225;
  • green value is 228;
  • blue value is 255.
RGB:
(225,228,255)
(88%,89%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 228 of 255 = 89%
B 255 of 255 = 100%

225
228
255

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

Portions of RGB colors in percentages

R + G + B =
225 + 228 + 255 = 708 (100%)
R 225 of 708 ~ 31.78%
G 228 of 708 ~ 32.2%
B 255 of 708 ~ 36.02%

%31.78
%32.2
%36.02

CMYK color model

#E1E4FF color CMYK value is (12,11,0,0).

  • cyan value is 11.76%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,11,0,0)
C12M11Y0K0 
(12%,11%,0%,0%)
(0.12/0.11/0.00/0.00)	

CMYK percentages

%11.76
%10.59
%0
%0

Codes

Color #E1E4FF in popluar color models

E1E4FF
RGB225228255
HSL234°100.00%94.12%
HSB/HSV234°11.76%100.00%
CMYK11.76%10.59%0.00%
0.00%

Color #E1E4FF in popluar number systems.

HEXE1E4FF
Decimal225228255
Binary111000011110010011111111
Octal341344377

Shades and tints

Shades of #E1E4FF

#E1E4FF
(225,228,255)
#CDD0E8
(205,208,232)
#B9BCD1
(185,188,209)
#A5A8BA
(165,168,186)
#9194A3
(145,148,163)
#7D808C
(125,128,140)
#696C75
(105,108,117)
#55585E
(85,88,94)
#414447
(65,68,71)
#2D3030
(45,48,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #E1E4FF

#E1E4FF
(225,228,255)
#E3E6FF
(227,230,255)
#E5E8FF
(229,232,255)
#E7EAFF
(231,234,255)
#E9ECFF
(233,236,255)
#EBEEFF
(235,238,255)
#EDF0FF
(237,240,255)
#EFF2FF
(239,242,255)
#F1F4FF
(241,244,255)
#F3F6FF
(243,246,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E4FF color. Also use rgb(225,228,255) instead hex code.

Text Font Color

.myTextColor { color: #E1E4FF; }

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

This text font color is #E1E4FF.


Background Color

.myBgColor { background-color: #E1E4FF; }

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

This div background color is #E1E4FF.


Border color

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

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

This div border color is #E1E4FF.


Opacity

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

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

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

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

This text has shadow with #E1E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E4FF on black background.


Color preview on white background

This text has color #E1E4FF on white background.



Black color preview on #E1E4FF background

This text has black color on #E1E4FF background.


White color preview on #E1E4FF background

This text has white color on #E1E4FF background.