COLOR #EE98A1

HEX: #EE98A1
RGB: (238,152,161)

Color info

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

RGB color model

#EE98A1 color RGB value is (238,152,161).

  • red value is 238;
  • green value is 152;
  • blue value is 161.
RGB:
(238,152,161)
(93%,60%,63%)

RGB channels and saturation

R 238 of 255 = 93%
G 152 of 255 = 60%
B 161 of 255 = 63%

238
152
161

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

Portions of RGB colors in percentages

R + G + B =
238 + 152 + 161 = 551 (100%)
R 238 of 551 ~ 43.19%
G 152 of 551 ~ 27.59%
B 161 of 551 ~ 29.22%

%43.19
%27.59
%29.22

CMYK color model

#EE98A1 color CMYK value is (0,36,32,7).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 32.35%
  • key color value is 6.67%
CMYK:
(0,36,32,7)
C0M36Y32K7 
(0%,36%,32%,7%)
(0.00/0.36/0.32/0.07)	

CMYK percentages

%0
%36.13
%32.35
%6.67

Codes

Color #EE98A1 in popluar color models

EE98A1
RGB238152161
HSL354°71.67%76.47%
HSB/HSV354°36.13%93.33%
CMYK0.00%36.13%32.35%
6.67%

Color #EE98A1 in popluar number systems.

HEXEE98A1
Decimal238152161
Binary111011101001100010100001
Octal356230241

Shades and tints

Shades of #EE98A1

#EE98A1
(238,152,161)
#D98B93
(217,139,147)
#C47E85
(196,126,133)
#AF7177
(175,113,119)
#9A6469
(154,100,105)
#85575B
(133,87,91)
#704A4D
(112,74,77)
#5B3D3F
(91,61,63)
#463031
(70,48,49)
#312323
(49,35,35)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #EE98A1

#EE98A1
(238,152,161)
#EFA1A9
(239,161,169)
#F0AAB1
(240,170,177)
#F1B3B9
(241,179,185)
#F2BCC1
(242,188,193)
#F3C5C9
(243,197,201)
#F4CED1
(244,206,209)
#F5D7D9
(245,215,217)
#F6E0E1
(246,224,225)
#F7E9E9
(247,233,233)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE98A1; }

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

This text font color is #EE98A1.


Background Color

.myBgColor { background-color: #EE98A1; }

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

This div background color is #EE98A1.


Border color

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

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

This div border color is #EE98A1.


Opacity

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

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

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

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

This text has shadow with #EE98A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE98A1 on black background.


Color preview on white background

This text has color #EE98A1 on white background.



Black color preview on #EE98A1 background

This text has black color on #EE98A1 background.


White color preview on #EE98A1 background

This text has white color on #EE98A1 background.