COLOR #E4E0F9

HEX: #E4E0F9 RGB: (228,224,249)

Color info

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

RGB color model

#E4E0F9 color RGB value is (228,224,249).

RGB: (228,224,249) (89%, 88%, 98%)

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 249 of 255 = 98%

228
224
249

R + G + B ~ 92%. #E4E0F9 is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 224 + 249 = 701 (100%)
R 228 of 701 ~ 32.52%
G 224 of 701 ~ 31.95%
B 249 of 701 ~ 35.52'%

%32.52
%31.95
%35.52

CMYK color model

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

  • cyan value is 8.43%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (8,10,0,2) C8M10Y0K2 (8%,10%,0%,2%) (0.08/0.10/0.00/0.02) 

CMYK percentages

%8.43
%10.04
%0
%2.35

Codes

Color #E4E0F9 in popluar color models

E4 E0 F9
RGB 228 224 249
HSL 250° 67.57% 92.75%
HSB/HSV 250° 10.04% 97.65%
CMYK 8.43% 10.04% 0.00%
2.35%

Color #E4E0F9 in popluar number systems.

HEX E4 E0 F9
Decimal 228 224 249
Binary 11100100 11100000 11111001
Octal 344 340 371

Shades and tints

Shades of #E4E0F9

#E4E0F9
(228,224,249)
#D0CCE3
(208,204,227)
#BCB8CD
(188,184,205)
#A8A4B7
(168,164,183)
#9490A1
(148,144,161)
#807C8B
(128,124,139)
#6C6875
(108,104,117)
#58545F
(88,84,95)
#444049
(68,64,73)
#302C33
(48,44,51)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #E4E0F9

#E4E0F9
(228,224,249)
#E6E2F9
(230,226,249)
#E8E4F9
(232,228,249)
#EAE6F9
(234,230,249)
#ECE8F9
(236,232,249)
#EEEAF9
(238,234,249)
#F0ECF9
(240,236,249)
#F2EEF9
(242,238,249)
#F4F0F9
(244,240,249)
#F6F2F9
(246,242,249)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E0F9; }

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

This text font color is #E4E0F9.

Background Color

.myBgColor { background-color: #E4E0F9; }

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

This div background color is #E4E0F9.

Border color

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

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

This div border color is #E4E0F9.

Opacity

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

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

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

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

This text has shadow with #E4E0F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E0F9.

Preview

Color preview on black background

This text has color #E4E0F9 on black background.


Color preview on white background

This text has color #E4E0F9 on white background.


Black color preview on #E4E0F9 background

This text has black color on #E4E0F9 background.


White color preview on #E4E0F9 background

This text has white color on #E4E0F9 background.


Related colors

Complementary color

Complementary color for #hex is #1B1F06.


I love getcolorcode.com

Triadic colors

1 #F9E4E0 and #E0F9E4 with #E4E0F9 are triadic colors.

2 #F9E0E4 and #E0E4F9 with #E4E0F9 are triadic colors.