COLOR #E98CF9

HEX: #E98CF9 RGB: (233,140,249)

Color info

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

RGB color model

#E98CF9 color RGB value is (233,140,249).

RGB: (233,140,249) (91%, 55%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 140 of 255 = 55%
B 249 of 255 = 98%

233
140
249

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

Portions of RGB colors in percentages

R + G + B = 233 + 140 + 249 = 622 (100%)
R 233 of 622 ~ 37.46%
G 140 of 622 ~ 22.51%
B 249 of 622 ~ 40.03'%

%37.46
%22.51
%40.03

CMYK color model

#E98CF9 color CMYK value is (6,44,0,2).

  • cyan value is 6.43%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (6,44,0,2)
C6M44Y0K2 (6%, 44%, 0%, 2%)
(0.06 / 0.44 / 0.00 / 0.02)

CMYK percentages

%6.43
%43.78
%0
%2.35

Codes

Color #E98CF9 in popluar color models

E9 8C F9
RGB 233 140 249
HSL 291° 90.08% 76.27%
HSB/HSV 291° 43.78% 97.65%
CMYK 6.43% 43.78% 0.00%
2.35%

Color #E98CF9 in popluar number systems.

HEX E9 8C F9
Decimal 233 140 249
Binary 11101001 10001100 11111001
Octal 351 214 371

Shades and tints

Shades of #E98CF9

#E98CF9
(233,140,249)
#D480E3
(212,128,227)
#BF74CD
(191,116,205)
#AA68B7
(170,104,183)
#955CA1
(149,92,161)
#80508B
(128,80,139)
#6B4475
(107,68,117)
#56385F
(86,56,95)
#412C49
(65,44,73)
#2C2033
(44,32,51)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #E98CF9

#E98CF9
(233,140,249)
#EB96F9
(235,150,249)
#EDA0F9
(237,160,249)
#EFAAF9
(239,170,249)
#F1B4F9
(241,180,249)
#F3BEF9
(243,190,249)
#F5C8F9
(245,200,249)
#F7D2F9
(247,210,249)
#F9DCF9
(249,220,249)
#FBE6F9
(251,230,249)
#FDF0F9
(253,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E98CF9 color. Also use rgb(233,140,249) instead hex code.

Text Font Color

.myTextColor { color: #E98CF9; }

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

This text font color is #E98CF9.

Background Color

.myBgColor { background-color: #E98CF9; }

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

This div background color is #E98CF9.

Border color

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

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

This div border color is #E98CF9.

Opacity

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

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

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

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

This text has shadow with #E98CF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E98CF9.

Preview

Color preview on black background

This text has color #E98CF9 on black background.


Color preview on white background

This text has color #E98CF9 on white background.


Black color preview on #E98CF9 background

This text has black color on #E98CF9 background.


White color preview on #E98CF9 background

This text has white color on #E98CF9 background.


Related colors

Complementary color

Complementary color for #hex is #167306.


I love getcolorcode.com

Triadic colors

1 #F9E98C and #8CF9E9 with #E98CF9 are triadic colors.

2 #F98CE9 and #8CE9F9 with #E98CF9 are triadic colors.