COLOR #EE9FA9

HEX: #EE9FA9 RGB: (238,159,169)

Color info

#EE9FA9 contains mainly red color. Web safe color of #EE9FA9 is #FF9999 (or #F99).

RGB color model

#EE9FA9 color RGB value is (238,159,169).

RGB: (238,159,169) (93%, 62%, 66%)

RGB channels and saturation

R 238 of 255 = 93%
G 159 of 255 = 62%
B 169 of 255 = 66%

238
159
169

R + G + B ~ 74%. #EE9FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 159 + 169 = 566 (100%)
R 238 of 566 ~ 42.05%
G 159 of 566 ~ 28.09%
B 169 of 566 ~ 29.86'%

%42.05
%28.09
%29.86

CMYK color model

#EE9FA9 color CMYK value is (0,33,29,7).

  • cyan value is 0.00%
  • magenta value is 33.19%
  • yellow value is 28.99%
  • key color value is 6.67%

CMYK: (0,33,29,7)
C0M33Y29K7 (0%, 33%, 29%, 7%)
(0.00 / 0.33 / 0.29 / 0.07)

CMYK percentages

%0
%33.19
%28.99
%6.67

Codes

Color #EE9FA9 in popluar color models

EE 9F A9
RGB 238 159 169
HSL 352° 69.91% 77.84%
HSB/HSV 352° 33.19% 93.33%
CMYK 0.00% 33.19% 28.99%
6.67%

Color #EE9FA9 in popluar number systems.

HEX EE 9F A9
Decimal 238 159 169
Binary 11101110 10011111 10101001
Octal 356 237 251

Shades and tints

Shades of #EE9FA9

#EE9FA9
(238,159,169)
#D9919A
(217,145,154)
#C4838B
(196,131,139)
#AF757C
(175,117,124)
#9A676D
(154,103,109)
#85595E
(133,89,94)
#704B4F
(112,75,79)
#5B3D40
(91,61,64)
#462F31
(70,47,49)
#312122
(49,33,34)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #EE9FA9

#EE9FA9
(238,159,169)
#EFA7B0
(239,167,176)
#F0AFB7
(240,175,183)
#F1B7BE
(241,183,190)
#F2BFC5
(242,191,197)
#F3C7CC
(243,199,204)
#F4CFD3
(244,207,211)
#F5D7DA
(245,215,218)
#F6DFE1
(246,223,225)
#F7E7E8
(247,231,232)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE9FA9 color. Also use rgb(238,159,169) instead hex code.

Text Font Color

.myTextColor { color: #EE9FA9; }

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

This text font color is #EE9FA9.

Background Color

.myBgColor { background-color: #EE9FA9; }

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

This div background color is #EE9FA9.

Border color

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

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

This div border color is #EE9FA9.

Opacity

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

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

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

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

This text has shadow with #EE9FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE9FA9.

Preview

Color preview on black background

This text has color #EE9FA9 on black background.


Color preview on white background

This text has color #EE9FA9 on white background.


Black color preview on #EE9FA9 background

This text has black color on #EE9FA9 background.


White color preview on #EE9FA9 background

This text has white color on #EE9FA9 background.


Related colors

Complementary color

Complementary color for #hex is #116056.


I love getcolorcode.com

Triadic colors

1 #A9EE9F and #9FA9EE with #EE9FA9 are triadic colors.

2 #A99FEE and #9FEEA9 with #EE9FA9 are triadic colors.