COLOR #E98BA0

HEX: #E98BA0
RGB: (233,139,160)

Color info

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

RGB color model

#E98BA0 color RGB value is (233,139,160).

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

RGB channels and saturation

R 233 of 255 = 91%
G 139 of 255 = 55%
B 160 of 255 = 63%

233
139
160

R + G + B ~ 70%. #E98BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 139 + 160 = 532 (100%)
R 233 of 532 ~ 43.8%
G 139 of 532 ~ 26.13%
B 160 of 532 ~ 30.08%

%43.8
%26.13
%30.08

CMYK color model

#E98BA0 color CMYK value is (0,40,31,9).

  • cyan value is 0.00%
  • magenta value is 40.34%
  • yellow value is 31.33%
  • key color value is 8.63%
CMYK:
(0,40,31,9)
C0M40Y31K9 
(0%,40%,31%,9%)
(0.00/0.40/0.31/0.09)	

CMYK percentages

%0
%40.34
%31.33
%8.63

Codes

Color #E98BA0 in popluar color models

E98BA0
RGB233139160
HSL347°68.12%72.94%
HSB/HSV347°40.34%91.37%
CMYK0.00%40.34%31.33%
8.63%

Color #E98BA0 in popluar number systems.

HEXE98BA0
Decimal233139160
Binary111010011000101110100000
Octal351213240

Shades and tints

Shades of #E98BA0

#E98BA0
(233,139,160)
#D47F92
(212,127,146)
#BF7384
(191,115,132)
#AA6776
(170,103,118)
#955B68
(149,91,104)
#804F5A
(128,79,90)
#6B434C
(107,67,76)
#56373E
(86,55,62)
#412B30
(65,43,48)
#2C1F22
(44,31,34)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #E98BA0

#E98BA0
(233,139,160)
#EB95A8
(235,149,168)
#ED9FB0
(237,159,176)
#EFA9B8
(239,169,184)
#F1B3C0
(241,179,192)
#F3BDC8
(243,189,200)
#F5C7D0
(245,199,208)
#F7D1D8
(247,209,216)
#F9DBE0
(249,219,224)
#FBE5E8
(251,229,232)
#FDEFF0
(253,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E98BA0; }

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

This text font color is #E98BA0.


Background Color

.myBgColor { background-color: #E98BA0; }

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

This div background color is #E98BA0.


Border color

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

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

This div border color is #E98BA0.


Opacity

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

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

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

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

This text has shadow with #E98BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98BA0 on black background.


Color preview on white background

This text has color #E98BA0 on white background.



Black color preview on #E98BA0 background

This text has black color on #E98BA0 background.


White color preview on #E98BA0 background

This text has white color on #E98BA0 background.