COLOR #E98ECC

HEX: #E98ECC
RGB: (233,142,204)

Color info

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

RGB color model

#E98ECC color RGB value is (233,142,204).

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

RGB channels and saturation

R 233 of 255 = 91%
G 142 of 255 = 56%
B 204 of 255 = 80%

233
142
204

R + G + B ~ 76%. #E98ECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 142 + 204 = 579 (100%)
R 233 of 579 ~ 40.24%
G 142 of 579 ~ 24.53%
B 204 of 579 ~ 35.23%

%40.24
%24.53
%35.23

CMYK color model

#E98ECC color CMYK value is (0,39,12,9).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 12.45%
  • key color value is 8.63%
CMYK:
(0,39,12,9)
C0M39Y12K9 
(0%,39%,12%,9%)
(0.00/0.39/0.12/0.09)	

CMYK percentages

%0
%39.06
%12.45
%8.63

Codes

Color #E98ECC in popluar color models

E98ECC
RGB233142204
HSL319°67.41%73.53%
HSB/HSV319°39.06%91.37%
CMYK0.00%39.06%12.45%
8.63%

Color #E98ECC in popluar number systems.

HEXE98ECC
Decimal233142204
Binary111010011000111011001100
Octal351216314

Shades and tints

Shades of #E98ECC

#E98ECC
(233,142,204)
#D482BA
(212,130,186)
#BF76A8
(191,118,168)
#AA6A96
(170,106,150)
#955E84
(149,94,132)
#805272
(128,82,114)
#6B4660
(107,70,96)
#563A4E
(86,58,78)
#412E3C
(65,46,60)
#2C222A
(44,34,42)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #E98ECC

#E98ECC
(233,142,204)
#EB98D0
(235,152,208)
#EDA2D4
(237,162,212)
#EFACD8
(239,172,216)
#F1B6DC
(241,182,220)
#F3C0E0
(243,192,224)
#F5CAE4
(245,202,228)
#F7D4E8
(247,212,232)
#F9DEEC
(249,222,236)
#FBE8F0
(251,232,240)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E98ECC; }

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

This text font color is #E98ECC.


Background Color

.myBgColor { background-color: #E98ECC; }

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

This div background color is #E98ECC.


Border color

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

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

This div border color is #E98ECC.


Opacity

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

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

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

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

This text has shadow with #E98ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98ECC on black background.


Color preview on white background

This text has color #E98ECC on white background.



Black color preview on #E98ECC background

This text has black color on #E98ECC background.


White color preview on #E98ECC background

This text has white color on #E98ECC background.