COLOR #EEA3C9

HEX: #EEA3C9 RGB: (238,163,201)

Color info

#EEA3C9 contains mainly red and blue colors. Web safe color of #EEA3C9 is #FF99CC (or #F9C).

RGB color model

#EEA3C9 color RGB value is (238,163,201).

RGB: (238,163,201) (93%, 64%, 79%)

RGB channels and saturation

R 238 of 255 = 93%
G 163 of 255 = 64%
B 201 of 255 = 79%

238
163
201

R + G + B ~ 79%. #EEA3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 163 + 201 = 602 (100%)
R 238 of 602 ~ 39.53%
G 163 of 602 ~ 27.08%
B 201 of 602 ~ 33.39'%

%39.53
%27.08
%33.39

CMYK color model

#EEA3C9 color CMYK value is (0,32,16,7).

  • cyan value is 0.00%
  • magenta value is 31.51%
  • yellow value is 15.55%
  • key color value is 6.67%

CMYK: (0,32,16,7)
C0M32Y16K7 (0%, 32%, 16%, 7%)
(0.00 / 0.32 / 0.16 / 0.07)

CMYK percentages

%0
%31.51
%15.55
%6.67

Codes

Color #EEA3C9 in popluar color models

EE A3 C9
RGB 238 163 201
HSL 330° 68.81% 78.63%
HSB/HSV 330° 31.51% 93.33%
CMYK 0.00% 31.51% 15.55%
6.67%

Color #EEA3C9 in popluar number systems.

HEX EE A3 C9
Decimal 238 163 201
Binary 11101110 10100011 11001001
Octal 356 243 311

Shades and tints

Shades of #EEA3C9

#EEA3C9
(238,163,201)
#D995B7
(217,149,183)
#C487A5
(196,135,165)
#AF7993
(175,121,147)
#9A6B81
(154,107,129)
#855D6F
(133,93,111)
#704F5D
(112,79,93)
#5B414B
(91,65,75)
#463339
(70,51,57)
#312527
(49,37,39)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEA3C9

#EEA3C9
(238,163,201)
#EFABCD
(239,171,205)
#F0B3D1
(240,179,209)
#F1BBD5
(241,187,213)
#F2C3D9
(242,195,217)
#F3CBDD
(243,203,221)
#F4D3E1
(244,211,225)
#F5DBE5
(245,219,229)
#F6E3E9
(246,227,233)
#F7EBED
(247,235,237)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEA3C9 color. Also use rgb(238,163,201) instead hex code.

Text Font Color

.myTextColor { color: #EEA3C9; }

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

This text font color is #EEA3C9.

Background Color

.myBgColor { background-color: #EEA3C9; }

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

This div background color is #EEA3C9.

Border color

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

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

This div border color is #EEA3C9.

Opacity

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

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

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

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

This text has shadow with #EEA3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEA3C9.

Preview

Color preview on black background

This text has color #EEA3C9 on black background.


Color preview on white background

This text has color #EEA3C9 on white background.


Black color preview on #EEA3C9 background

This text has black color on #EEA3C9 background.


White color preview on #EEA3C9 background

This text has white color on #EEA3C9 background.


Related colors

Complementary color

Complementary color for #hex is #115C36.


I love getcolorcode.com

Triadic colors

1 #C9EEA3 and #A3C9EE with #EEA3C9 are triadic colors.

2 #C9A3EE and #A3EEC9 with #EEA3C9 are triadic colors.