COLOR #E98E96

HEX: #E98E96
RGB: (233,142,150)

Color info

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

RGB color model

#E98E96 color RGB value is (233,142,150).

  • red value is 233;
  • green value is 142;
  • blue value is 150.
RGB:
(233,142,150)
(91%,56%,59%)

RGB channels and saturation

R 233 of 255 = 91%
G 142 of 255 = 56%
B 150 of 255 = 59%

233
142
150

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

Portions of RGB colors in percentages

R + G + B =
233 + 142 + 150 = 525 (100%)
R 233 of 525 ~ 44.38%
G 142 of 525 ~ 27.05%
B 150 of 525 ~ 28.57%

%44.38
%27.05
%28.57

CMYK color model

#E98E96 color CMYK value is (0,39,36,9).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 35.62%
  • key color value is 8.63%
CMYK:
(0,39,36,9)
C0M39Y36K9 
(0%,39%,36%,9%)
(0.00/0.39/0.36/0.09)	

CMYK percentages

%0
%39.06
%35.62
%8.63

Codes

Color #E98E96 in popluar color models

E98E96
RGB233142150
HSL355°67.41%73.53%
HSB/HSV355°39.06%91.37%
CMYK0.00%39.06%35.62%
8.63%

Color #E98E96 in popluar number systems.

HEXE98E96
Decimal233142150
Binary111010011000111010010110
Octal351216226

Shades and tints

Shades of #E98E96

#E98E96
(233,142,150)
#D48289
(212,130,137)
#BF767C
(191,118,124)
#AA6A6F
(170,106,111)
#955E62
(149,94,98)
#805255
(128,82,85)
#6B4648
(107,70,72)
#563A3B
(86,58,59)
#412E2E
(65,46,46)
#2C2221
(44,34,33)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #E98E96

#E98E96
(233,142,150)
#EB989F
(235,152,159)
#EDA2A8
(237,162,168)
#EFACB1
(239,172,177)
#F1B6BA
(241,182,186)
#F3C0C3
(243,192,195)
#F5CACC
(245,202,204)
#F7D4D5
(247,212,213)
#F9DEDE
(249,222,222)
#FBE8E7
(251,232,231)
#FDF2F0
(253,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98E96 color. Also use rgb(233,142,150) instead hex code.

Text Font Color

.myTextColor { color: #E98E96; }

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

This text font color is #E98E96.


Background Color

.myBgColor { background-color: #E98E96; }

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

This div background color is #E98E96.


Border color

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

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

This div border color is #E98E96.


Opacity

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

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

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

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

This text has shadow with #E98E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98E96 on black background.


Color preview on white background

This text has color #E98E96 on white background.



Black color preview on #E98E96 background

This text has black color on #E98E96 background.


White color preview on #E98E96 background

This text has white color on #E98E96 background.