COLOR #EEC1E2

HEX: #EEC1E2 RGB: (238,193,226)

Color info

#EEC1E2 contains red, green and blue colors in about the same proportion. Web safe color of #EEC1E2 is #FFCCCC (or #FCC).

RGB color model

#EEC1E2 color RGB value is (238,193,226).

RGB: (238,193,226) (93%, 76%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 193 of 255 = 76%
B 226 of 255 = 89%

238
193
226

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

Portions of RGB colors in percentages

R + G + B = 238 + 193 + 226 = 657 (100%)
R 238 of 657 ~ 36.23%
G 193 of 657 ~ 29.38%
B 226 of 657 ~ 34.4'%

%36.23
%29.38
%34.4

CMYK color model

#EEC1E2 color CMYK value is (0,19,5,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 5.04%
  • key color value is 6.67%

CMYK: (0,19,5,7)
C0M19Y5K7 (0%, 19%, 5%, 7%)
(0.00 / 0.19 / 0.05 / 0.07)

CMYK percentages

%0
%18.91
%5.04
%6.67

Codes

Color #EEC1E2 in popluar color models

EE C1 E2
RGB 238 193 226
HSL 316° 56.96% 84.51%
HSB/HSV 316° 18.91% 93.33%
CMYK 0.00% 18.91% 5.04%
6.67%

Color #EEC1E2 in popluar number systems.

HEX EE C1 E2
Decimal 238 193 226
Binary 11101110 11000001 11100010
Octal 356 301 342

Shades and tints

Shades of #EEC1E2

#EEC1E2
(238,193,226)
#D9B0CE
(217,176,206)
#C49FBA
(196,159,186)
#AF8EA6
(175,142,166)
#9A7D92
(154,125,146)
#856C7E
(133,108,126)
#705B6A
(112,91,106)
#5B4A56
(91,74,86)
#463942
(70,57,66)
#31282E
(49,40,46)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EEC1E2

#EEC1E2
(238,193,226)
#EFC6E4
(239,198,228)
#F0CBE6
(240,203,230)
#F1D0E8
(241,208,232)
#F2D5EA
(242,213,234)
#F3DAEC
(243,218,236)
#F4DFEE
(244,223,238)
#F5E4F0
(245,228,240)
#F6E9F2
(246,233,242)
#F7EEF4
(247,238,244)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC1E2 color. Also use rgb(238,193,226) instead hex code.

Text Font Color

.myTextColor { color: #EEC1E2; }

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

This text font color is #EEC1E2.

Background Color

.myBgColor { background-color: #EEC1E2; }

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

This div background color is #EEC1E2.

Border color

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

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

This div border color is #EEC1E2.

Opacity

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

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

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

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

This text has shadow with #EEC1E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC1E2.

Preview

Color preview on black background

This text has color #EEC1E2 on black background.


Color preview on white background

This text has color #EEC1E2 on white background.


Black color preview on #EEC1E2 background

This text has black color on #EEC1E2 background.


White color preview on #EEC1E2 background

This text has white color on #EEC1E2 background.


Related colors

Complementary color

Complementary color for #hex is #113E1D.


I love getcolorcode.com

Triadic colors

1 #E2EEC1 and #C1E2EE with #EEC1E2 are triadic colors.

2 #E2C1EE and #C1EEE2 with #EEC1E2 are triadic colors.