COLOR #EE989E

HEX: #EE989E RGB: (238,152,158)

Color info

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

RGB color model

#EE989E color RGB value is (238,152,158).

RGB: (238,152,158) (93%, 60%, 62%)

RGB channels and saturation

R 238 of 255 = 93%
G 152 of 255 = 60%
B 158 of 255 = 62%

238
152
158

R + G + B ~ 72%. #EE989E is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 152 + 158 = 548 (100%)
R 238 of 548 ~ 43.43%
G 152 of 548 ~ 27.74%
B 158 of 548 ~ 28.83'%

%43.43
%27.74
%28.83

CMYK color model

#EE989E color CMYK value is (0,36,34,7).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 33.61%
  • key color value is 6.67%

CMYK: (0,36,34,7)
C0M36Y34K7 (0%, 36%, 34%, 7%)
(0.00 / 0.36 / 0.34 / 0.07)

CMYK percentages

%0
%36.13
%33.61
%6.67

Codes

Color #EE989E in popluar color models

EE 98 9E
RGB 238 152 158
HSL 356° 71.67% 76.47%
HSB/HSV 356° 36.13% 93.33%
CMYK 0.00% 36.13% 33.61%
6.67%

Color #EE989E in popluar number systems.

HEX EE 98 9E
Decimal 238 152 158
Binary 11101110 10011000 10011110
Octal 356 230 236

Shades and tints

Shades of #EE989E

#EE989E
(238,152,158)
#D98B90
(217,139,144)
#C47E82
(196,126,130)
#AF7174
(175,113,116)
#9A6466
(154,100,102)
#855758
(133,87,88)
#704A4A
(112,74,74)
#5B3D3C
(91,61,60)
#46302E
(70,48,46)
#312320
(49,35,32)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EE989E

#EE989E
(238,152,158)
#EFA1A6
(239,161,166)
#F0AAAE
(240,170,174)
#F1B3B6
(241,179,182)
#F2BCBE
(242,188,190)
#F3C5C6
(243,197,198)
#F4CECE
(244,206,206)
#F5D7D6
(245,215,214)
#F6E0DE
(246,224,222)
#F7E9E6
(247,233,230)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE989E color. Also use rgb(238,152,158) instead hex code.

Text Font Color

.myTextColor { color: #EE989E; }

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

This text font color is #EE989E.

Background Color

.myBgColor { background-color: #EE989E; }

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

This div background color is #EE989E.

Border color

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

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

This div border color is #EE989E.

Opacity

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

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

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

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

This text has shadow with #EE989E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EE989E.

Preview

Color preview on black background

This text has color #EE989E on black background.


Color preview on white background

This text has color #EE989E on white background.


Black color preview on #EE989E background

This text has black color on #EE989E background.


White color preview on #EE989E background

This text has white color on #EE989E background.


Related colors

Complementary color

Complementary color for #hex is #116761.


I love getcolorcode.com

Triadic colors

1 #9EEE98 and #989EEE with #EE989E are triadic colors.

2 #9E98EE and #98EE9E with #EE989E are triadic colors.