COLOR #E98FC0

HEX: #E98FC0
RGB: (233,143,192)

Color info

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

RGB color model

#E98FC0 color RGB value is (233,143,192).

  • red value is 233;
  • green value is 143;
  • blue value is 192.
RGB:
(233,143,192)
(91%,56%,75%)

RGB channels and saturation

R 233 of 255 = 91%
G 143 of 255 = 56%
B 192 of 255 = 75%

233
143
192

R + G + B ~ 74%. #E98FC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 143 + 192 = 568 (100%)
R 233 of 568 ~ 41.02%
G 143 of 568 ~ 25.18%
B 192 of 568 ~ 33.8%

%41.02
%25.18
%33.8

CMYK color model

#E98FC0 color CMYK value is (0,39,18,9).

  • cyan value is 0.00%
  • magenta value is 38.63%
  • yellow value is 17.60%
  • key color value is 8.63%
CMYK:
(0,39,18,9)
C0M39Y18K9 
(0%,39%,18%,9%)
(0.00/0.39/0.18/0.09)	

CMYK percentages

%0
%38.63
%17.6
%8.63

Codes

Color #E98FC0 in popluar color models

E98FC0
RGB233143192
HSL327°67.16%73.73%
HSB/HSV327°38.63%91.37%
CMYK0.00%38.63%17.60%
8.63%

Color #E98FC0 in popluar number systems.

HEXE98FC0
Decimal233143192
Binary111010011000111111000000
Octal351217300

Shades and tints

Shades of #E98FC0

#E98FC0
(233,143,192)
#D482AF
(212,130,175)
#BF759E
(191,117,158)
#AA688D
(170,104,141)
#955B7C
(149,91,124)
#804E6B
(128,78,107)
#6B415A
(107,65,90)
#563449
(86,52,73)
#412738
(65,39,56)
#2C1A27
(44,26,39)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #E98FC0

#E98FC0
(233,143,192)
#EB99C5
(235,153,197)
#EDA3CA
(237,163,202)
#EFADCF
(239,173,207)
#F1B7D4
(241,183,212)
#F3C1D9
(243,193,217)
#F5CBDE
(245,203,222)
#F7D5E3
(247,213,227)
#F9DFE8
(249,223,232)
#FBE9ED
(251,233,237)
#FDF3F2
(253,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98FC0 color. Also use rgb(233,143,192) instead hex code.

Text Font Color

.myTextColor { color: #E98FC0; }

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

This text font color is #E98FC0.


Background Color

.myBgColor { background-color: #E98FC0; }

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

This div background color is #E98FC0.


Border color

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

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

This div border color is #E98FC0.


Opacity

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

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

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

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

This text has shadow with #E98FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98FC0 on black background.


Color preview on white background

This text has color #E98FC0 on white background.



Black color preview on #E98FC0 background

This text has black color on #E98FC0 background.


White color preview on #E98FC0 background

This text has white color on #E98FC0 background.