COLOR #E39EDC

HEX: #E39EDC RGB: (227,158,220)

Color info

#E39EDC contains mainly red and blue colors. Web safe color of #E39EDC is #CC99CC (or #C9C).

RGB color model

#E39EDC color RGB value is (227,158,220).

RGB: (227,158,220) (89%, 62%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 158 of 255 = 62%
B 220 of 255 = 86%

227
158
220

R + G + B ~ 79%. #E39EDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 158 + 220 = 605 (100%)
R 227 of 605 ~ 37.52%
G 158 of 605 ~ 26.12%
B 220 of 605 ~ 36.36'%

%37.52
%26.12
%36.36

CMYK color model

#E39EDC color CMYK value is (0,30,3,11).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 3.08%
  • key color value is 10.98%

CMYK: (0,30,3,11)
C0M30Y3K11 (0%, 30%, 3%, 11%)
(0.00 / 0.30 / 0.03 / 0.11)

CMYK percentages

%0
%30.4
%3.08
%10.98

Codes

Color #E39EDC in popluar color models

E3 9E DC
RGB 227 158 220
HSL 306° 55.20% 75.49%
HSB/HSV 306° 30.40% 89.02%
CMYK 0.00% 30.40% 3.08%
10.98%

Color #E39EDC in popluar number systems.

HEX E3 9E DC
Decimal 227 158 220
Binary 11100011 10011110 11011100
Octal 343 236 334

Shades and tints

Shades of #E39EDC

#E39EDC
(227,158,220)
#CF90C8
(207,144,200)
#BB82B4
(187,130,180)
#A774A0
(167,116,160)
#93668C
(147,102,140)
#7F5878
(127,88,120)
#6B4A64
(107,74,100)
#573C50
(87,60,80)
#432E3C
(67,46,60)
#2F2028
(47,32,40)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #E39EDC

#E39EDC
(227,158,220)
#E5A6DF
(229,166,223)
#E7AEE2
(231,174,226)
#E9B6E5
(233,182,229)
#EBBEE8
(235,190,232)
#EDC6EB
(237,198,235)
#EFCEEE
(239,206,238)
#F1D6F1
(241,214,241)
#F3DEF4
(243,222,244)
#F5E6F7
(245,230,247)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39EDC color. Also use rgb(227,158,220) instead hex code.

Text Font Color

.myTextColor { color: #E39EDC; }

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

This text font color is #E39EDC.

Background Color

.myBgColor { background-color: #E39EDC; }

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

This div background color is #E39EDC.

Border color

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

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

This div border color is #E39EDC.

Opacity

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

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

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

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

This text has shadow with #E39EDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39EDC.

Preview

Color preview on black background

This text has color #E39EDC on black background.


Color preview on white background

This text has color #E39EDC on white background.


Black color preview on #E39EDC background

This text has black color on #E39EDC background.


White color preview on #E39EDC background

This text has white color on #E39EDC background.


Related colors

Complementary color

Complementary color for #hex is #1C6123.


I love getcolorcode.com

Triadic colors

1 #DCE39E and #9EDCE3 with #E39EDC are triadic colors.

2 #DC9EE3 and #9EE3DC with #E39EDC are triadic colors.