COLOR #E0E0FA

HEX: #E0E0FA RGB: (224,224,250)

Color info

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

RGB color model

#E0E0FA color RGB value is (224,224,250).

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

RGB channels and saturation

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

224
224
250

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

Portions of RGB colors in percentages

R + G + B = 224 + 224 + 250 = 698 (100%)
R 224 of 698 ~ 32.09%
G 224 of 698 ~ 32.09%
B 250 of 698 ~ 35.82'%

%32.09
%32.09
%35.82

CMYK color model

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

  • cyan value is 10.40%
  • 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.4
%10.4
%0
%1.96

Codes

Color #E0E0FA in popluar color models

E0 E0 FA
RGB 224 224 250
HSL 240° 72.22% 92.94%
HSB/HSV 240° 10.40% 98.04%
CMYK 10.40% 10.40% 0.00%
1.96%

Color #E0E0FA in popluar number systems.

HEX E0 E0 FA
Decimal 224 224 250
Binary 11100000 11100000 11111010
Octal 340 340 372

Shades and tints

Shades of #E0E0FA

#E0E0FA
(224,224,250)
#CCCCE4
(204,204,228)
#B8B8CE
(184,184,206)
#A4A4B8
(164,164,184)
#9090A2
(144,144,162)
#7C7C8C
(124,124,140)
#686876
(104,104,118)
#545460
(84,84,96)
#40404A
(64,64,74)
#2C2C34
(44,44,52)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #E0E0FA

#E0E0FA
(224,224,250)
#E2E2FA
(226,226,250)
#E4E4FA
(228,228,250)
#E6E6FA
(230,230,250)
#E8E8FA
(232,232,250)
#EAEAFA
(234,234,250)
#ECECFA
(236,236,250)
#EEEEFA
(238,238,250)
#F0F0FA
(240,240,250)
#F2F2FA
(242,242,250)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E0FA; }

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

This text font color is #E0E0FA.

Background Color

.myBgColor { background-color: #E0E0FA; }

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

This div background color is #E0E0FA.

Border color

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

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

This div border color is #E0E0FA.

Opacity

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

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

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

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

This text has shadow with #E0E0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E0FA.

Preview

Color preview on black background

This text has color #E0E0FA on black background.


Color preview on white background

This text has color #E0E0FA on white background.


Black color preview on #E0E0FA background

This text has black color on #E0E0FA background.


White color preview on #E0E0FA background

This text has white color on #E0E0FA background.


Related colors

Complementary color

Complementary color for #hex is #1F1F05.


I love getcolorcode.com