COLOR #E98DFE

HEX: #E98DFE
RGB: (233,141,254)

Color info

#E98DFE contains mainly red and blue colors. Web safe color of #E98DFE is #FF99FF (or #F9F).

RGB color model

#E98DFE color RGB value is (233,141,254).

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

RGB channels and saturation

R 233 of 255 = 91%
G 141 of 255 = 55%
B 254 of 255 = 100%

233
141
254

R + G + B ~ 82%. #E98DFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 141 + 254 = 628 (100%)
R 233 of 628 ~ 37.1%
G 141 of 628 ~ 22.45%
B 254 of 628 ~ 40.45%

%37.1
%22.45
%40.45

CMYK color model

#E98DFE color CMYK value is (8,44,0,0).

  • cyan value is 8.27%
  • magenta value is 44.49%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,44,0,0)
C8M44Y0K0 
(8%,44%,0%,0%)
(0.08/0.44/0.00/0.00)	

CMYK percentages

%8.27
%44.49
%0
%0.39

Codes

Color #E98DFE in popluar color models

E98DFE
RGB233141254
HSL289°98.26%77.45%
HSB/HSV289°44.49%99.61%
CMYK8.27%44.49%0.00%
0.39%

Color #E98DFE in popluar number systems.

HEXE98DFE
Decimal233141254
Binary111010011000110111111110
Octal351215376

Shades and tints

Shades of #E98DFE

#E98DFE
(233,141,254)
#D481E7
(212,129,231)
#BF75D0
(191,117,208)
#AA69B9
(170,105,185)
#955DA2
(149,93,162)
#80518B
(128,81,139)
#6B4574
(107,69,116)
#56395D
(86,57,93)
#412D46
(65,45,70)
#2C212F
(44,33,47)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #E98DFE

#E98DFE
(233,141,254)
#EB97FE
(235,151,254)
#EDA1FE
(237,161,254)
#EFABFE
(239,171,254)
#F1B5FE
(241,181,254)
#F3BFFE
(243,191,254)
#F5C9FE
(245,201,254)
#F7D3FE
(247,211,254)
#F9DDFE
(249,221,254)
#FBE7FE
(251,231,254)
#FDF1FE
(253,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E98DFE; }

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

This text font color is #E98DFE.


Background Color

.myBgColor { background-color: #E98DFE; }

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

This div background color is #E98DFE.


Border color

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

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

This div border color is #E98DFE.


Opacity

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

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

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

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

This text has shadow with #E98DFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98DFE on black background.


Color preview on white background

This text has color #E98DFE on white background.



Black color preview on #E98DFE background

This text has black color on #E98DFE background.


White color preview on #E98DFE background

This text has white color on #E98DFE background.