COLOR #EE94AD

HEX: #EE94AD RGB: (238,148,173)

Color info

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

RGB color model

#EE94AD color RGB value is (238,148,173).

RGB: (238,148,173) (93%, 58%, 68%)

RGB channels and saturation

R 238 of 255 = 93%
G 148 of 255 = 58%
B 173 of 255 = 68%

238
148
173

R + G + B ~ 73%. #EE94AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 148 + 173 = 559 (100%)
R 238 of 559 ~ 42.58%
G 148 of 559 ~ 26.48%
B 173 of 559 ~ 30.95'%

%42.58
%26.48
%30.95

CMYK color model

#EE94AD color CMYK value is (0,38,27,7).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 27.31%
  • key color value is 6.67%

CMYK: (0,38,27,7)
C0M38Y27K7 (0%, 38%, 27%, 7%)
(0.00 / 0.38 / 0.27 / 0.07)

CMYK percentages

%0
%37.82
%27.31
%6.67

Codes

Color #EE94AD in popluar color models

EE 94 AD
RGB 238 148 173
HSL 343° 72.58% 75.69%
HSB/HSV 343° 37.82% 93.33%
CMYK 0.00% 37.82% 27.31%
6.67%

Color #EE94AD in popluar number systems.

HEX EE 94 AD
Decimal 238 148 173
Binary 11101110 10010100 10101101
Octal 356 224 255

Shades and tints

Shades of #EE94AD

#EE94AD
(238,148,173)
#D9879E
(217,135,158)
#C47A8F
(196,122,143)
#AF6D80
(175,109,128)
#9A6071
(154,96,113)
#855362
(133,83,98)
#704653
(112,70,83)
#5B3944
(91,57,68)
#462C35
(70,44,53)
#311F26
(49,31,38)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #EE94AD

#EE94AD
(238,148,173)
#EF9DB4
(239,157,180)
#F0A6BB
(240,166,187)
#F1AFC2
(241,175,194)
#F2B8C9
(242,184,201)
#F3C1D0
(243,193,208)
#F4CAD7
(244,202,215)
#F5D3DE
(245,211,222)
#F6DCE5
(246,220,229)
#F7E5EC
(247,229,236)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE94AD color. Also use rgb(238,148,173) instead hex code.

Text Font Color

.myTextColor { color: #EE94AD; }

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

This text font color is #EE94AD.

Background Color

.myBgColor { background-color: #EE94AD; }

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

This div background color is #EE94AD.

Border color

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

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

This div border color is #EE94AD.

Opacity

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

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

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

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

This text has shadow with #EE94AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE94AD.

Preview

Color preview on black background

This text has color #EE94AD on black background.


Color preview on white background

This text has color #EE94AD on white background.


Black color preview on #EE94AD background

This text has black color on #EE94AD background.


White color preview on #EE94AD background

This text has white color on #EE94AD background.


Related colors

Complementary color

Complementary color for #hex is #116B52.


I love getcolorcode.com

Triadic colors

1 #ADEE94 and #94ADEE with #EE94AD are triadic colors.

2 #AD94EE and #94EEAD with #EE94AD are triadic colors.