COLOR #E4C2EC

HEX: #E4C2EC RGB: (228,194,236)

Color info

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

RGB color model

#E4C2EC color RGB value is (228,194,236).

RGB: (228,194,236) (89%, 76%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 194 of 255 = 76%
B 236 of 255 = 93%

228
194
236

R + G + B ~ 86%. #E4C2EC is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 194 + 236 = 658 (100%)
R 228 of 658 ~ 34.65%
G 194 of 658 ~ 29.48%
B 236 of 658 ~ 35.87'%

%34.65
%29.48
%35.87

CMYK color model

#E4C2EC color CMYK value is (3,18,0,7).

  • cyan value is 3.39%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (3,18,0,7)
C3M18Y0K7 (3%, 18%, 0%, 7%)
(0.03 / 0.18 / 0.00 / 0.07)

CMYK percentages

%3.39
%17.8
%0
%7.45

Codes

Color #E4C2EC in popluar color models

E4 C2 EC
RGB 228 194 236
HSL 289° 52.50% 84.31%
HSB/HSV 289° 17.80% 92.55%
CMYK 3.39% 17.80% 0.00%
7.45%

Color #E4C2EC in popluar number systems.

HEX E4 C2 EC
Decimal 228 194 236
Binary 11100100 11000010 11101100
Octal 344 302 354

Shades and tints

Shades of #E4C2EC

#E4C2EC
(228,194,236)
#D0B1D7
(208,177,215)
#BCA0C2
(188,160,194)
#A88FAD
(168,143,173)
#947E98
(148,126,152)
#806D83
(128,109,131)
#6C5C6E
(108,92,110)
#584B59
(88,75,89)
#443A44
(68,58,68)
#30292F
(48,41,47)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #E4C2EC

#E4C2EC
(228,194,236)
#E6C7ED
(230,199,237)
#E8CCEE
(232,204,238)
#EAD1EF
(234,209,239)
#ECD6F0
(236,214,240)
#EEDBF1
(238,219,241)
#F0E0F2
(240,224,242)
#F2E5F3
(242,229,243)
#F4EAF4
(244,234,244)
#F6EFF5
(246,239,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C2EC color. Also use rgb(228,194,236) instead hex code.

Text Font Color

.myTextColor { color: #E4C2EC; }

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

This text font color is #E4C2EC.

Background Color

.myBgColor { background-color: #E4C2EC; }

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

This div background color is #E4C2EC.

Border color

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

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

This div border color is #E4C2EC.

Opacity

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

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

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

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

This text has shadow with #E4C2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C2EC.

Preview

Color preview on black background

This text has color #E4C2EC on black background.


Color preview on white background

This text has color #E4C2EC on white background.


Black color preview on #E4C2EC background

This text has black color on #E4C2EC background.


White color preview on #E4C2EC background

This text has white color on #E4C2EC background.


Related colors

Complementary color

Complementary color for #hex is #1B3D13.


I love getcolorcode.com

Triadic colors

1 #ECE4C2 and #C2ECE4 with #E4C2EC are triadic colors.

2 #ECC2E4 and #C2E4EC with #E4C2EC are triadic colors.