COLOR #E98B9F

HEX: #E98B9F
RGB: (233,139,159)

Color info

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

RGB color model

#E98B9F color RGB value is (233,139,159).

  • red value is 233;
  • green value is 139;
  • blue value is 159.
RGB:
(233,139,159)
(91%,55%,62%)

RGB channels and saturation

R 233 of 255 = 91%
G 139 of 255 = 55%
B 159 of 255 = 62%

233
139
159

R + G + B ~ 69%. #E98B9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 139 + 159 = 531 (100%)
R 233 of 531 ~ 43.88%
G 139 of 531 ~ 26.18%
B 159 of 531 ~ 29.94%

%43.88
%26.18
%29.94

CMYK color model

#E98B9F color CMYK value is (0,40,32,9).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 31.76%
  • key color value is 8.63%
CMYK:
(0,40,32,9)
C0M40Y32K9 
(0%,40%,32%,9%)
(0.00/0.40/0.32/0.09)	

CMYK percentages

%0
%40.34
%31.76
%8.63

Codes

Color #E98B9F in popluar color models

E98B9F
RGB233139159
HSL347°68.12%72.94%
HSB/HSV347°40.34%91.37%
CMYK0.00%40.34%31.76%
8.63%

Color #E98B9F in popluar number systems.

HEXE98B9F
Decimal233139159
Binary111010011000101110011111
Octal351213237

Shades and tints

Shades of #E98B9F

#E98B9F
(233,139,159)
#D47F91
(212,127,145)
#BF7383
(191,115,131)
#AA6775
(170,103,117)
#955B67
(149,91,103)
#804F59
(128,79,89)
#6B434B
(107,67,75)
#56373D
(86,55,61)
#412B2F
(65,43,47)
#2C1F21
(44,31,33)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #E98B9F

#E98B9F
(233,139,159)
#EB95A7
(235,149,167)
#ED9FAF
(237,159,175)
#EFA9B7
(239,169,183)
#F1B3BF
(241,179,191)
#F3BDC7
(243,189,199)
#F5C7CF
(245,199,207)
#F7D1D7
(247,209,215)
#F9DBDF
(249,219,223)
#FBE5E7
(251,229,231)
#FDEFEF
(253,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98B9F color. Also use rgb(233,139,159) instead hex code.

Text Font Color

.myTextColor { color: #E98B9F; }

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

This text font color is #E98B9F.


Background Color

.myBgColor { background-color: #E98B9F; }

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

This div background color is #E98B9F.


Border color

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

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

This div border color is #E98B9F.


Opacity

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

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

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

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

This text has shadow with #E98B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98B9F on black background.


Color preview on white background

This text has color #E98B9F on white background.



Black color preview on #E98B9F background

This text has black color on #E98B9F background.


White color preview on #E98B9F background

This text has white color on #E98B9F background.