COLOR #ED9DE9

HEX: #ED9DE9
RGB: (237,157,233)

Color info

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

RGB color model

#ED9DE9 color RGB value is (237,157,233).

  • red value is 237;
  • green value is 157;
  • blue value is 233.
RGB:
(237,157,233)
(93%,62%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 157 of 255 = 62%
B 233 of 255 = 91%

237
157
233

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

Portions of RGB colors in percentages

R + G + B =
237 + 157 + 233 = 627 (100%)
R 237 of 627 ~ 37.8%
G 157 of 627 ~ 25.04%
B 233 of 627 ~ 37.16%

%37.8
%25.04
%37.16

CMYK color model

#ED9DE9 color CMYK value is (0,34,2,7).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 1.69%
  • key color value is 7.06%
CMYK:
(0,34,2,7)
C0M34Y2K7 
(0%,34%,2%,7%)
(0.00/0.34/0.02/0.07)	

CMYK percentages

%0
%33.76
%1.69
%7.06

Codes

Color #ED9DE9 in popluar color models

ED9DE9
RGB237157233
HSL303°68.97%77.25%
HSB/HSV303°33.76%92.94%
CMYK0.00%33.76%1.69%
7.06%

Color #ED9DE9 in popluar number systems.

HEXED9DE9
Decimal237157233
Binary111011011001110111101001
Octal355235351

Shades and tints

Shades of #ED9DE9

#ED9DE9
(237,157,233)
#D88FD4
(216,143,212)
#C381BF
(195,129,191)
#AE73AA
(174,115,170)
#996595
(153,101,149)
#845780
(132,87,128)
#6F496B
(111,73,107)
#5A3B56
(90,59,86)
#452D41
(69,45,65)
#301F2C
(48,31,44)
#1B1117
(27,17,23)
#000000
(0,0,0)

Tints of #ED9DE9

#ED9DE9
(237,157,233)
#EEA5EB
(238,165,235)
#EFADED
(239,173,237)
#F0B5EF
(240,181,239)
#F1BDF1
(241,189,241)
#F2C5F3
(242,197,243)
#F3CDF5
(243,205,245)
#F4D5F7
(244,213,247)
#F5DDF9
(245,221,249)
#F6E5FB
(246,229,251)
#F7EDFD
(247,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED9DE9 color. Also use rgb(237,157,233) instead hex code.

Text Font Color

.myTextColor { color: #ED9DE9; }

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

This text font color is #ED9DE9.


Background Color

.myBgColor { background-color: #ED9DE9; }

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

This div background color is #ED9DE9.


Border color

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

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

This div border color is #ED9DE9.


Opacity

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

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

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

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

This text has shadow with #ED9DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9DE9 on black background.


Color preview on white background

This text has color #ED9DE9 on white background.



Black color preview on #ED9DE9 background

This text has black color on #ED9DE9 background.


White color preview on #ED9DE9 background

This text has white color on #ED9DE9 background.