COLOR #E5E2FF

HEX: #E5E2FF RGB: (229,226,255)

Color info

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

RGB color model

#E5E2FF color RGB value is (229,226,255).

RGB: (229,226,255) (90%, 89%, 100%)

RGB channels and saturation

R 229 of 255 = 90%
G 226 of 255 = 89%
B 255 of 255 = 100%

229
226
255

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

Portions of RGB colors in percentages

R + G + B = 229 + 226 + 255 = 710 (100%)
R 229 of 710 ~ 32.25%
G 226 of 710 ~ 31.83%
B 255 of 710 ~ 35.92'%

%32.25
%31.83
%35.92

CMYK color model

#E5E2FF color CMYK value is (10,11,0,0).

  • cyan value is 10.20%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (10,11,0,0)
C10M11Y0K0 (10%, 11%, 0%, 0%)
(0.10 / 0.11 / 0.00 / 0.00)

CMYK percentages

%10.2
%11.37
%0
%0

Codes

Color #E5E2FF in popluar color models

E5 E2 FF
RGB 229 226 255
HSL 246° 100.00% 94.31%
HSB/HSV 246° 11.37% 100.00%
CMYK 10.20% 11.37% 0.00%
0.00%

Color #E5E2FF in popluar number systems.

HEX E5 E2 FF
Decimal 229 226 255
Binary 11100101 11100010 11111111
Octal 345 342 377

Shades and tints

Shades of #E5E2FF

#E5E2FF
(229,226,255)
#D1CEE8
(209,206,232)
#BDBAD1
(189,186,209)
#A9A6BA
(169,166,186)
#9592A3
(149,146,163)
#817E8C
(129,126,140)
#6D6A75
(109,106,117)
#59565E
(89,86,94)
#454247
(69,66,71)
#312E30
(49,46,48)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5E2FF

#E5E2FF
(229,226,255)
#E7E4FF
(231,228,255)
#E9E6FF
(233,230,255)
#EBE8FF
(235,232,255)
#EDEAFF
(237,234,255)
#EFECFF
(239,236,255)
#F1EEFF
(241,238,255)
#F3F0FF
(243,240,255)
#F5F2FF
(245,242,255)
#F7F4FF
(247,244,255)
#F9F6FF
(249,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E2FF; }

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

This text font color is #E5E2FF.

Background Color

.myBgColor { background-color: #E5E2FF; }

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

This div background color is #E5E2FF.

Border color

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

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

This div border color is #E5E2FF.

Opacity

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

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

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

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

This text has shadow with #E5E2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E2FF.

Preview

Color preview on black background

This text has color #E5E2FF on black background.


Color preview on white background

This text has color #E5E2FF on white background.


Black color preview on #E5E2FF background

This text has black color on #E5E2FF background.


White color preview on #E5E2FF background

This text has white color on #E5E2FF background.


Related colors

Complementary color

Complementary color for #hex is #1A1D00.


I love getcolorcode.com

Triadic colors

1 #FFE5E2 and #E2FFE5 with #E5E2FF are triadic colors.

2 #FFE2E5 and #E2E5FF with #E5E2FF are triadic colors.