COLOR #E98DB9

HEX: #E98DB9
RGB: (233,141,185)

Color info

#E98DB9 contains mainly red and blue colors. Web safe color of #E98DB9 is #FF99CC (or #F9C).

RGB color model

#E98DB9 color RGB value is (233,141,185).

  • red value is 233;
  • green value is 141;
  • blue value is 185.
RGB:
(233,141,185)
(91%,55%,73%)

RGB channels and saturation

R 233 of 255 = 91%
G 141 of 255 = 55%
B 185 of 255 = 73%

233
141
185

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

Portions of RGB colors in percentages

R + G + B =
233 + 141 + 185 = 559 (100%)
R 233 of 559 ~ 41.68%
G 141 of 559 ~ 25.22%
B 185 of 559 ~ 33.09%

%41.68
%25.22
%33.09

CMYK color model

#E98DB9 color CMYK value is (0,39,21,9).

  • cyan value is 0.00%
  • magenta value is 39.48%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(0,39,21,9)
C0M39Y21K9 
(0%,39%,21%,9%)
(0.00/0.39/0.21/0.09)	

CMYK percentages

%0
%39.48
%20.6
%8.63

Codes

Color #E98DB9 in popluar color models

E98DB9
RGB233141185
HSL331°67.65%73.33%
HSB/HSV331°39.48%91.37%
CMYK0.00%39.48%20.60%
8.63%

Color #E98DB9 in popluar number systems.

HEXE98DB9
Decimal233141185
Binary111010011000110110111001
Octal351215271

Shades and tints

Shades of #E98DB9

#E98DB9
(233,141,185)
#D481A9
(212,129,169)
#BF7599
(191,117,153)
#AA6989
(170,105,137)
#955D79
(149,93,121)
#805169
(128,81,105)
#6B4559
(107,69,89)
#563949
(86,57,73)
#412D39
(65,45,57)
#2C2129
(44,33,41)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #E98DB9

#E98DB9
(233,141,185)
#EB97BF
(235,151,191)
#EDA1C5
(237,161,197)
#EFABCB
(239,171,203)
#F1B5D1
(241,181,209)
#F3BFD7
(243,191,215)
#F5C9DD
(245,201,221)
#F7D3E3
(247,211,227)
#F9DDE9
(249,221,233)
#FBE7EF
(251,231,239)
#FDF1F5
(253,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98DB9 color. Also use rgb(233,141,185) instead hex code.

Text Font Color

.myTextColor { color: #E98DB9; }

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

This text font color is #E98DB9.


Background Color

.myBgColor { background-color: #E98DB9; }

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

This div background color is #E98DB9.


Border color

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

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

This div border color is #E98DB9.


Opacity

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

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

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

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

This text has shadow with #E98DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98DB9 on black background.


Color preview on white background

This text has color #E98DB9 on white background.



Black color preview on #E98DB9 background

This text has black color on #E98DB9 background.


White color preview on #E98DB9 background

This text has white color on #E98DB9 background.