COLOR #E0C4FF

HEX: #E0C4FF RGB: (224,196,255)

Color info

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

RGB color model

#E0C4FF color RGB value is (224,196,255).

RGB: (224,196,255) (88%, 77%, 100%)

RGB channels and saturation

R 224 of 255 = 88%
G 196 of 255 = 77%
B 255 of 255 = 100%

224
196
255

R + G + B ~ 88%. #E0C4FF is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 196 + 255 = 675 (100%)
R 224 of 675 ~ 33.19%
G 196 of 675 ~ 29.04%
B 255 of 675 ~ 37.78'%

%33.19
%29.04
%37.78

CMYK color model

#E0C4FF color CMYK value is (12,23,0,0).

  • cyan value is 12.16%
  • magenta value is 23.14%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,23,0,0)
C12M23Y0K0 (12%, 23%, 0%, 0%)
(0.12 / 0.23 / 0.00 / 0.00)

CMYK percentages

%12.16
%23.14
%0
%0

Codes

Color #E0C4FF in popluar color models

E0 C4 FF
RGB 224 196 255
HSL 268° 100.00% 88.43%
HSB/HSV 268° 23.14% 100.00%
CMYK 12.16% 23.14% 0.00%
0.00%

Color #E0C4FF in popluar number systems.

HEX E0 C4 FF
Decimal 224 196 255
Binary 11100000 11000100 11111111
Octal 340 304 377

Shades and tints

Shades of #E0C4FF

#E0C4FF
(224,196,255)
#CCB3E8
(204,179,232)
#B8A2D1
(184,162,209)
#A491BA
(164,145,186)
#9080A3
(144,128,163)
#7C6F8C
(124,111,140)
#685E75
(104,94,117)
#544D5E
(84,77,94)
#403C47
(64,60,71)
#2C2B30
(44,43,48)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #E0C4FF

#E0C4FF
(224,196,255)
#E2C9FF
(226,201,255)
#E4CEFF
(228,206,255)
#E6D3FF
(230,211,255)
#E8D8FF
(232,216,255)
#EADDFF
(234,221,255)
#ECE2FF
(236,226,255)
#EEE7FF
(238,231,255)
#F0ECFF
(240,236,255)
#F2F1FF
(242,241,255)
#F4F6FF
(244,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0C4FF; }

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

This text font color is #E0C4FF.

Background Color

.myBgColor { background-color: #E0C4FF; }

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

This div background color is #E0C4FF.

Border color

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

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

This div border color is #E0C4FF.

Opacity

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

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

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

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

This text has shadow with #E0C4FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0C4FF.

Preview

Color preview on black background

This text has color #E0C4FF on black background.


Color preview on white background

This text has color #E0C4FF on white background.


Black color preview on #E0C4FF background

This text has black color on #E0C4FF background.


White color preview on #E0C4FF background

This text has white color on #E0C4FF background.


Related colors

Complementary color

Complementary color for #hex is #1F3B00.


I love getcolorcode.com

Triadic colors

1 #FFE0C4 and #C4FFE0 with #E0C4FF are triadic colors.

2 #FFC4E0 and #C4E0FF with #E0C4FF are triadic colors.