COLOR #E8E4FA

HEX: #E8E4FA RGB: (232,228,250)

Color info

#E8E4FA contains red, green and blue colors in about the same proportion. Web safe color of #E8E4FA is #FFCCFF (or #FCF).

RGB color model

#E8E4FA color RGB value is (232,228,250).

RGB: (232,228,250) (91%, 89%, 98%)

RGB channels and saturation

R 232 of 255 = 91%
G 228 of 255 = 89%
B 250 of 255 = 98%

232
228
250

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

Portions of RGB colors in percentages

R + G + B = 232 + 228 + 250 = 710 (100%)
R 232 of 710 ~ 32.68%
G 228 of 710 ~ 32.11%
B 250 of 710 ~ 35.21'%

%32.68
%32.11
%35.21

CMYK color model

#E8E4FA color CMYK value is (7,9,0,2).

  • cyan value is 7.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (7,9,0,2)
C7M9Y0K2 (7%, 9%, 0%, 2%)
(0.07 / 0.09 / 0.00 / 0.02)

CMYK percentages

%7.2
%8.8
%0
%1.96

Codes

Color #E8E4FA in popluar color models

E8 E4 FA
RGB 232 228 250
HSL 251° 68.75% 93.73%
HSB/HSV 251° 8.80% 98.04%
CMYK 7.20% 8.80% 0.00%
1.96%

Color #E8E4FA in popluar number systems.

HEX E8 E4 FA
Decimal 232 228 250
Binary 11101000 11100100 11111010
Octal 350 344 372

Shades and tints

Shades of #E8E4FA

#E8E4FA
(232,228,250)
#D3D0E4
(211,208,228)
#BEBCCE
(190,188,206)
#A9A8B8
(169,168,184)
#9494A2
(148,148,162)
#7F808C
(127,128,140)
#6A6C76
(106,108,118)
#555860
(85,88,96)
#40444A
(64,68,74)
#2B3034
(43,48,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #E8E4FA

#E8E4FA
(232,228,250)
#EAE6FA
(234,230,250)
#ECE8FA
(236,232,250)
#EEEAFA
(238,234,250)
#F0ECFA
(240,236,250)
#F2EEFA
(242,238,250)
#F4F0FA
(244,240,250)
#F6F2FA
(246,242,250)
#F8F4FA
(248,244,250)
#FAF6FA
(250,246,250)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E4FA color. Also use rgb(232,228,250) instead hex code.

Text Font Color

.myTextColor { color: #E8E4FA; }

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

This text font color is #E8E4FA.

Background Color

.myBgColor { background-color: #E8E4FA; }

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

This div background color is #E8E4FA.

Border color

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

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

This div border color is #E8E4FA.

Opacity

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

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

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

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

This text has shadow with #E8E4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8E4FA.

Preview

Color preview on black background

This text has color #E8E4FA on black background.


Color preview on white background

This text has color #E8E4FA on white background.


Black color preview on #E8E4FA background

This text has black color on #E8E4FA background.


White color preview on #E8E4FA background

This text has white color on #E8E4FA background.


Related colors

Complementary color

Complementary color for #hex is #171B05.


I love getcolorcode.com

Triadic colors

1 #FAE8E4 and #E4FAE8 with #E8E4FA are triadic colors.

2 #FAE4E8 and #E4E8FA with #E8E4FA are triadic colors.