COLOR #E98EDE

HEX: #E98EDE RGB: (233,142,222)

Color info

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

RGB color model

#E98EDE color RGB value is (233,142,222).

RGB: (233,142,222) (91%, 56%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 142 of 255 = 56%
B 222 of 255 = 87%

233
142
222

R + G + B ~ 78%. #E98EDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 142 + 222 = 597 (100%)
R 233 of 597 ~ 39.03%
G 142 of 597 ~ 23.79%
B 222 of 597 ~ 37.19'%

%39.03
%23.79
%37.19

CMYK color model

#E98EDE color CMYK value is (0,39,5,9).

  • cyan value is 0.00%
  • magenta value is 39.06%
  • yellow value is 4.72%
  • key color value is 8.63%
CMYK: (0,39,5,9) C0M39Y5K9 (0%,39%,5%,9%) (0.00/0.39/0.05/0.09) 

CMYK percentages

%0
%39.06
%4.72
%8.63

Codes

Color #E98EDE in popluar color models

E9 8E DE
RGB 233 142 222
HSL 307° 67.41% 73.53%
HSB/HSV 307° 39.06% 91.37%
CMYK 0.00% 39.06% 4.72%
8.63%

Color #E98EDE in popluar number systems.

HEX E9 8E DE
Decimal 233 142 222
Binary 11101001 10001110 11011110
Octal 351 216 336

Shades and tints

Shades of #E98EDE

#E98EDE
(233,142,222)
#D482CA
(212,130,202)
#BF76B6
(191,118,182)
#AA6AA2
(170,106,162)
#955E8E
(149,94,142)
#80527A
(128,82,122)
#6B4666
(107,70,102)
#563A52
(86,58,82)
#412E3E
(65,46,62)
#2C222A
(44,34,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #E98EDE

#E98EDE
(233,142,222)
#EB98E1
(235,152,225)
#EDA2E4
(237,162,228)
#EFACE7
(239,172,231)
#F1B6EA
(241,182,234)
#F3C0ED
(243,192,237)
#F5CAF0
(245,202,240)
#F7D4F3
(247,212,243)
#F9DEF6
(249,222,246)
#FBE8F9
(251,232,249)
#FDF2FC
(253,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E98EDE; }

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

This text font color is #E98EDE.

Background Color

.myBgColor { background-color: #E98EDE; }

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

This div background color is #E98EDE.

Border color

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

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

This div border color is #E98EDE.

Opacity

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

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

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

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

This text has shadow with #E98EDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E98EDE.

Preview

Color preview on black background

This text has color #E98EDE on black background.


Color preview on white background

This text has color #E98EDE on white background.


Black color preview on #E98EDE background

This text has black color on #E98EDE background.


White color preview on #E98EDE background

This text has white color on #E98EDE background.


Related colors

Complementary color

Complementary color for #hex is #167121.


I love getcolorcode.com

Triadic colors

1 #DEE98E and #8EDEE9 with #E98EDE are triadic colors.

2 #DE8EE9 and #8EE9DE with #E98EDE are triadic colors.