COLOR #E1E0FA

HEX: #E1E0FA RGB: (225,224,250)

Color info

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

RGB color model

#E1E0FA color RGB value is (225,224,250).

RGB: (225,224,250) (88%, 88%, 98%)

RGB channels and saturation

R 225 of 255 = 88%
G 224 of 255 = 88%
B 250 of 255 = 98%

225
224
250

R + G + B ~ 91%. #E1E0FA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 224 + 250 = 699 (100%)
R 225 of 699 ~ 32.19%
G 224 of 699 ~ 32.05%
B 250 of 699 ~ 35.77'%

%32.19
%32.05
%35.77

CMYK color model

#E1E0FA color CMYK value is (10,10,0,2).

  • cyan value is 10.00%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,10,0,2)
C10M10Y0K2 (10%, 10%, 0%, 2%)
(0.10 / 0.10 / 0.00 / 0.02)

CMYK percentages

%10
%10.4
%0
%1.96

Codes

Color #E1E0FA in popluar color models

E1 E0 FA
RGB 225 224 250
HSL 242° 72.22% 92.94%
HSB/HSV 242° 10.40% 98.04%
CMYK 10.00% 10.40% 0.00%
1.96%

Color #E1E0FA in popluar number systems.

HEX E1 E0 FA
Decimal 225 224 250
Binary 11100001 11100000 11111010
Octal 341 340 372

Shades and tints

Shades of #E1E0FA

#E1E0FA
(225,224,250)
#CDCCE4
(205,204,228)
#B9B8CE
(185,184,206)
#A5A4B8
(165,164,184)
#9190A2
(145,144,162)
#7D7C8C
(125,124,140)
#696876
(105,104,118)
#555460
(85,84,96)
#41404A
(65,64,74)
#2D2C34
(45,44,52)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #E1E0FA

#E1E0FA
(225,224,250)
#E3E2FA
(227,226,250)
#E5E4FA
(229,228,250)
#E7E6FA
(231,230,250)
#E9E8FA
(233,232,250)
#EBEAFA
(235,234,250)
#EDECFA
(237,236,250)
#EFEEFA
(239,238,250)
#F1F0FA
(241,240,250)
#F3F2FA
(243,242,250)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1E0FA color. Also use rgb(225,224,250) instead hex code.

Text Font Color

.myTextColor { color: #E1E0FA; }

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

This text font color is #E1E0FA.

Background Color

.myBgColor { background-color: #E1E0FA; }

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

This div background color is #E1E0FA.

Border color

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

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

This div border color is #E1E0FA.

Opacity

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

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

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

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

This text has shadow with #E1E0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E0FA.

Preview

Color preview on black background

This text has color #E1E0FA on black background.


Color preview on white background

This text has color #E1E0FA on white background.


Black color preview on #E1E0FA background

This text has black color on #E1E0FA background.


White color preview on #E1E0FA background

This text has white color on #E1E0FA background.


Related colors

Complementary color

Complementary color for #hex is #1E1F05.


I love getcolorcode.com

Triadic colors

1 #FAE1E0 and #E0FAE1 with #E1E0FA are triadic colors.

2 #FAE0E1 and #E0E1FA with #E1E0FA are triadic colors.