COLOR #E98AF8

HEX: #E98AF8
RGB: (233,138,248)

Color info

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

RGB color model

#E98AF8 color RGB value is (233,138,248).

  • red value is 233;
  • green value is 138;
  • blue value is 248.
RGB:
(233,138,248)
(91%,54%,97%)

RGB channels and saturation

R 233 of 255 = 91%
G 138 of 255 = 54%
B 248 of 255 = 97%

233
138
248

R + G + B ~ 81%. #E98AF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 138 + 248 = 619 (100%)
R 233 of 619 ~ 37.64%
G 138 of 619 ~ 22.29%
B 248 of 619 ~ 40.06%

%37.64
%22.29
%40.06

CMYK color model

#E98AF8 color CMYK value is (6,44,0,3).

  • cyan value is 6.05%
  • magenta value is 44.35%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(6,44,0,3)
C6M44Y0K3 
(6%,44%,0%,3%)
(0.06/0.44/0.00/0.03)	

CMYK percentages

%6.05
%44.35
%0
%2.75

Codes

Color #E98AF8 in popluar color models

E98AF8
RGB233138248
HSL292°88.71%75.69%
HSB/HSV292°44.35%97.25%
CMYK6.05%44.35%0.00%
2.75%

Color #E98AF8 in popluar number systems.

HEXE98AF8
Decimal233138248
Binary111010011000101011111000
Octal351212370

Shades and tints

Shades of #E98AF8

#E98AF8
(233,138,248)
#D47EE2
(212,126,226)
#BF72CC
(191,114,204)
#AA66B6
(170,102,182)
#955AA0
(149,90,160)
#804E8A
(128,78,138)
#6B4274
(107,66,116)
#56365E
(86,54,94)
#412A48
(65,42,72)
#2C1E32
(44,30,50)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #E98AF8

#E98AF8
(233,138,248)
#EB94F8
(235,148,248)
#ED9EF8
(237,158,248)
#EFA8F8
(239,168,248)
#F1B2F8
(241,178,248)
#F3BCF8
(243,188,248)
#F5C6F8
(245,198,248)
#F7D0F8
(247,208,248)
#F9DAF8
(249,218,248)
#FBE4F8
(251,228,248)
#FDEEF8
(253,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98AF8 color. Also use rgb(233,138,248) instead hex code.

Text Font Color

.myTextColor { color: #E98AF8; }

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

This text font color is #E98AF8.


Background Color

.myBgColor { background-color: #E98AF8; }

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

This div background color is #E98AF8.


Border color

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

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

This div border color is #E98AF8.


Opacity

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

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

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

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

This text has shadow with #E98AF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E98AF8 on black background.


Color preview on white background

This text has color #E98AF8 on white background.



Black color preview on #E98AF8 background

This text has black color on #E98AF8 background.


White color preview on #E98AF8 background

This text has white color on #E98AF8 background.