COLOR #E5E1FF

HEX: #E5E1FF
RGB: (229,225,255)

Color info

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

RGB color model

#E5E1FF color RGB value is (229,225,255).

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

RGB channels and saturation

R 229 of 255 = 90%
G 225 of 255 = 88%
B 255 of 255 = 100%

229
225
255

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

Portions of RGB colors in percentages

R + G + B =
229 + 225 + 255 = 709 (100%)
R 229 of 709 ~ 32.3%
G 225 of 709 ~ 31.73%
B 255 of 709 ~ 35.97%

%32.3
%31.73
%35.97

CMYK color model

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

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

CMYK percentages

%10.2
%11.76
%0
%0

Codes

Color #E5E1FF in popluar color models

E5E1FF
RGB229225255
HSL248°100.00%94.12%
HSB/HSV248°11.76%100.00%
CMYK10.20%11.76%0.00%
0.00%

Color #E5E1FF in popluar number systems.

HEXE5E1FF
Decimal229225255
Binary111001011110000111111111
Octal345341377

Shades and tints

Shades of #E5E1FF

#E5E1FF
(229,225,255)
#D1CDE8
(209,205,232)
#BDB9D1
(189,185,209)
#A9A5BA
(169,165,186)
#9591A3
(149,145,163)
#817D8C
(129,125,140)
#6D6975
(109,105,117)
#59555E
(89,85,94)
#454147
(69,65,71)
#312D30
(49,45,48)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #E5E1FF

#E5E1FF
(229,225,255)
#E7E3FF
(231,227,255)
#E9E5FF
(233,229,255)
#EBE7FF
(235,231,255)
#EDE9FF
(237,233,255)
#EFEBFF
(239,235,255)
#F1EDFF
(241,237,255)
#F3EFFF
(243,239,255)
#F5F1FF
(245,241,255)
#F7F3FF
(247,243,255)
#F9F5FF
(249,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E1FF; }

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

This text font color is #E5E1FF.


Background Color

.myBgColor { background-color: #E5E1FF; }

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

This div background color is #E5E1FF.


Border color

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

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

This div border color is #E5E1FF.


Opacity

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

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

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

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

This text has shadow with #E5E1FF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5E1FF on black background.


Color preview on white background

This text has color #E5E1FF on white background.



Black color preview on #E5E1FF background

This text has black color on #E5E1FF background.


White color preview on #E5E1FF background

This text has white color on #E5E1FF background.