COLOR #EEC4EA

HEX: #EEC4EA RGB: (238,196,234)

Color info

#EEC4EA contains red, green and blue colors in about the same proportion. Web safe color of #EEC4EA is #FFCCFF (or #FCF).

RGB color model

#EEC4EA color RGB value is (238,196,234).

RGB: (238,196,234) (93%, 77%, 92%)

RGB channels and saturation

R 238 of 255 = 93%
G 196 of 255 = 77%
B 234 of 255 = 92%

238
196
234

R + G + B ~ 87%. #EEC4EA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 196 + 234 = 668 (100%)
R 238 of 668 ~ 35.63%
G 196 of 668 ~ 29.34%
B 234 of 668 ~ 35.03'%

%35.63
%29.34
%35.03

CMYK color model

#EEC4EA color CMYK value is (0,18,2,7).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 1.68%
  • key color value is 6.67%

CMYK: (0,18,2,7)
C0M18Y2K7 (0%, 18%, 2%, 7%)
(0.00 / 0.18 / 0.02 / 0.07)

CMYK percentages

%0
%17.65
%1.68
%6.67

Codes

Color #EEC4EA in popluar color models

EE C4 EA
RGB 238 196 234
HSL 306° 55.26% 85.10%
HSB/HSV 306° 17.65% 93.33%
CMYK 0.00% 17.65% 1.68%
6.67%

Color #EEC4EA in popluar number systems.

HEX EE C4 EA
Decimal 238 196 234
Binary 11101110 11000100 11101010
Octal 356 304 352

Shades and tints

Shades of #EEC4EA

#EEC4EA
(238,196,234)
#D9B3D5
(217,179,213)
#C4A2C0
(196,162,192)
#AF91AB
(175,145,171)
#9A8096
(154,128,150)
#856F81
(133,111,129)
#705E6C
(112,94,108)
#5B4D57
(91,77,87)
#463C42
(70,60,66)
#312B2D
(49,43,45)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #EEC4EA

#EEC4EA
(238,196,234)
#EFC9EB
(239,201,235)
#F0CEEC
(240,206,236)
#F1D3ED
(241,211,237)
#F2D8EE
(242,216,238)
#F3DDEF
(243,221,239)
#F4E2F0
(244,226,240)
#F5E7F1
(245,231,241)
#F6ECF2
(246,236,242)
#F7F1F3
(247,241,243)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC4EA color. Also use rgb(238,196,234) instead hex code.

Text Font Color

.myTextColor { color: #EEC4EA; }

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

This text font color is #EEC4EA.

Background Color

.myBgColor { background-color: #EEC4EA; }

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

This div background color is #EEC4EA.

Border color

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

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

This div border color is #EEC4EA.

Opacity

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

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

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

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

This text has shadow with #EEC4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC4EA.

Preview

Color preview on black background

This text has color #EEC4EA on black background.


Color preview on white background

This text has color #EEC4EA on white background.


Black color preview on #EEC4EA background

This text has black color on #EEC4EA background.


White color preview on #EEC4EA background

This text has white color on #EEC4EA background.


Related colors

Complementary color

Complementary color for #hex is #113B15.


I love getcolorcode.com

Triadic colors

1 #EAEEC4 and #C4EAEE with #EEC4EA are triadic colors.

2 #EAC4EE and #C4EEEA with #EEC4EA are triadic colors.