COLOR #E4C0FC

HEX: #E4C0FC RGB: (228,192,252)

Color info

#E4C0FC contains mainly red and blue colors. Web safe color of #E4C0FC is #CCCCFF (or #CCF).

RGB color model

#E4C0FC color RGB value is (228,192,252).

RGB: (228,192,252) (89%, 75%, 99%)

RGB channels and saturation

R 228 of 255 = 89%
G 192 of 255 = 75%
B 252 of 255 = 99%

228
192
252

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

Portions of RGB colors in percentages

R + G + B = 228 + 192 + 252 = 672 (100%)
R 228 of 672 ~ 33.93%
G 192 of 672 ~ 28.57%
B 252 of 672 ~ 37.5'%

%33.93
%28.57
%37.5

CMYK color model

#E4C0FC color CMYK value is (10,24,0,1).

  • cyan value is 9.52%
  • magenta value is 23.81%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (10,24,0,1)
C10M24Y0K1 (10%, 24%, 0%, 1%)
(0.10 / 0.24 / 0.00 / 0.01)

CMYK percentages

%9.52
%23.81
%0
%1.18

Codes

Color #E4C0FC in popluar color models

E4 C0 FC
RGB 228 192 252
HSL 276° 90.91% 87.06%
HSB/HSV 276° 23.81% 98.82%
CMYK 9.52% 23.81% 0.00%
1.18%

Color #E4C0FC in popluar number systems.

HEX E4 C0 FC
Decimal 228 192 252
Binary 11100100 11000000 11111100
Octal 344 300 374

Shades and tints

Shades of #E4C0FC

#E4C0FC
(228,192,252)
#D0AFE6
(208,175,230)
#BC9ED0
(188,158,208)
#A88DBA
(168,141,186)
#947CA4
(148,124,164)
#806B8E
(128,107,142)
#6C5A78
(108,90,120)
#584962
(88,73,98)
#44384C
(68,56,76)
#302736
(48,39,54)
#1C1620
(28,22,32)
#000000
(0,0,0)

Tints of #E4C0FC

#E4C0FC
(228,192,252)
#E6C5FC
(230,197,252)
#E8CAFC
(232,202,252)
#EACFFC
(234,207,252)
#ECD4FC
(236,212,252)
#EED9FC
(238,217,252)
#F0DEFC
(240,222,252)
#F2E3FC
(242,227,252)
#F4E8FC
(244,232,252)
#F6EDFC
(246,237,252)
#F8F2FC
(248,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C0FC color. Also use rgb(228,192,252) instead hex code.

Text Font Color

.myTextColor { color: #E4C0FC; }

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

This text font color is #E4C0FC.

Background Color

.myBgColor { background-color: #E4C0FC; }

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

This div background color is #E4C0FC.

Border color

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

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

This div border color is #E4C0FC.

Opacity

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

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

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

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

This text has shadow with #E4C0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C0FC.

Preview

Color preview on black background

This text has color #E4C0FC on black background.


Color preview on white background

This text has color #E4C0FC on white background.


Black color preview on #E4C0FC background

This text has black color on #E4C0FC background.


White color preview on #E4C0FC background

This text has white color on #E4C0FC background.


Related colors

Complementary color

Complementary color for #hex is #1B3F03.


I love getcolorcode.com

Triadic colors

1 #FCE4C0 and #C0FCE4 with #E4C0FC are triadic colors.

2 #FCC0E4 and #C0E4FC with #E4C0FC are triadic colors.