COLOR #EEC1E4

HEX: #EEC1E4
RGB: (238,193,228)

Color info

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

RGB color model

#EEC1E4 color RGB value is (238,193,228).

  • red value is 238;
  • green value is 193;
  • blue value is 228.
RGB:
(238,193,228)
(93%,76%,89%)

RGB channels and saturation

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

238
193
228

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

Portions of RGB colors in percentages

R + G + B =
238 + 193 + 228 = 659 (100%)
R 238 of 659 ~ 36.12%
G 193 of 659 ~ 29.29%
B 228 of 659 ~ 34.6%

%36.12
%29.29
%34.6

CMYK color model

#EEC1E4 color CMYK value is (0,19,4,7).

  • cyan value is 0.00%
  • magenta value is 18.91%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(0,19,4,7)
C0M19Y4K7 
(0%,19%,4%,7%)
(0.00/0.19/0.04/0.07)	

CMYK percentages

%0
%18.91
%4.2
%6.67

Codes

Color #EEC1E4 in popluar color models

EEC1E4
RGB238193228
HSL313°56.96%84.51%
HSB/HSV313°18.91%93.33%
CMYK0.00%18.91%4.20%
6.67%

Color #EEC1E4 in popluar number systems.

HEXEEC1E4
Decimal238193228
Binary111011101100000111100100
Octal356301344

Shades and tints

Shades of #EEC1E4

#EEC1E4
(238,193,228)
#D9B0D0
(217,176,208)
#C49FBC
(196,159,188)
#AF8EA8
(175,142,168)
#9A7D94
(154,125,148)
#856C80
(133,108,128)
#705B6C
(112,91,108)
#5B4A58
(91,74,88)
#463944
(70,57,68)
#312830
(49,40,48)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #EEC1E4

#EEC1E4
(238,193,228)
#EFC6E6
(239,198,230)
#F0CBE8
(240,203,232)
#F1D0EA
(241,208,234)
#F2D5EC
(242,213,236)
#F3DAEE
(243,218,238)
#F4DFF0
(244,223,240)
#F5E4F2
(245,228,242)
#F6E9F4
(246,233,244)
#F7EEF6
(247,238,246)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEC1E4; }

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

This text font color is #EEC1E4.


Background Color

.myBgColor { background-color: #EEC1E4; }

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

This div background color is #EEC1E4.


Border color

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

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

This div border color is #EEC1E4.


Opacity

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

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

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

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

This text has shadow with #EEC1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC1E4 on black background.


Color preview on white background

This text has color #EEC1E4 on white background.



Black color preview on #EEC1E4 background

This text has black color on #EEC1E4 background.


White color preview on #EEC1E4 background

This text has white color on #EEC1E4 background.