COLOR #E39DD6

HEX: #E39DD6 RGB: (227,157,214)

Color info

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

RGB color model

#E39DD6 color RGB value is (227,157,214).

RGB: (227,157,214) (89%, 62%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 157 of 255 = 62%
B 214 of 255 = 84%

227
157
214

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

Portions of RGB colors in percentages

R + G + B = 227 + 157 + 214 = 598 (100%)
R 227 of 598 ~ 37.96%
G 157 of 598 ~ 26.25%
B 214 of 598 ~ 35.79'%

%37.96
%26.25
%35.79

CMYK color model

#E39DD6 color CMYK value is (0,31,6,11).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 5.73%
  • key color value is 10.98%

CMYK: (0,31,6,11)
C0M31Y6K11 (0%, 31%, 6%, 11%)
(0.00 / 0.31 / 0.06 / 0.11)

CMYK percentages

%0
%30.84
%5.73
%10.98

Codes

Color #E39DD6 in popluar color models

E3 9D D6
RGB 227 157 214
HSL 311° 55.56% 75.29%
HSB/HSV 311° 30.84% 89.02%
CMYK 0.00% 30.84% 5.73%
10.98%

Color #E39DD6 in popluar number systems.

HEX E3 9D D6
Decimal 227 157 214
Binary 11100011 10011101 11010110
Octal 343 235 326

Shades and tints

Shades of #E39DD6

#E39DD6
(227,157,214)
#CF8FC3
(207,143,195)
#BB81B0
(187,129,176)
#A7739D
(167,115,157)
#93658A
(147,101,138)
#7F5777
(127,87,119)
#6B4964
(107,73,100)
#573B51
(87,59,81)
#432D3E
(67,45,62)
#2F1F2B
(47,31,43)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #E39DD6

#E39DD6
(227,157,214)
#E5A5D9
(229,165,217)
#E7ADDC
(231,173,220)
#E9B5DF
(233,181,223)
#EBBDE2
(235,189,226)
#EDC5E5
(237,197,229)
#EFCDE8
(239,205,232)
#F1D5EB
(241,213,235)
#F3DDEE
(243,221,238)
#F5E5F1
(245,229,241)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39DD6 color. Also use rgb(227,157,214) instead hex code.

Text Font Color

.myTextColor { color: #E39DD6; }

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

This text font color is #E39DD6.

Background Color

.myBgColor { background-color: #E39DD6; }

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

This div background color is #E39DD6.

Border color

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

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

This div border color is #E39DD6.

Opacity

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

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

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

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

This text has shadow with #E39DD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39DD6.

Preview

Color preview on black background

This text has color #E39DD6 on black background.


Color preview on white background

This text has color #E39DD6 on white background.


Black color preview on #E39DD6 background

This text has black color on #E39DD6 background.


White color preview on #E39DD6 background

This text has white color on #E39DD6 background.


Related colors

Complementary color

Complementary color for #hex is #1C6229.


I love getcolorcode.com

Triadic colors

1 #D6E39D and #9DD6E3 with #E39DD6 are triadic colors.

2 #D69DE3 and #9DE3D6 with #E39DD6 are triadic colors.