COLOR #E39BDF

HEX: #E39BDF RGB: (227,155,223)

Color info

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

RGB color model

#E39BDF color RGB value is (227,155,223).

RGB: (227,155,223) (89%, 61%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 155 of 255 = 61%
B 223 of 255 = 87%

227
155
223

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

Portions of RGB colors in percentages

R + G + B = 227 + 155 + 223 = 605 (100%)
R 227 of 605 ~ 37.52%
G 155 of 605 ~ 25.62%
B 223 of 605 ~ 36.86'%

%37.52
%25.62
%36.86

CMYK color model

#E39BDF color CMYK value is (0,32,2,11).

  • cyan value is 0.00%
  • magenta value is 31.72%
  • yellow value is 1.76%
  • key color value is 10.98%

CMYK: (0,32,2,11)
C0M32Y2K11 (0%, 32%, 2%, 11%)
(0.00 / 0.32 / 0.02 / 0.11)

CMYK percentages

%0
%31.72
%1.76
%10.98

Codes

Color #E39BDF in popluar color models

E3 9B DF
RGB 227 155 223
HSL 303° 56.25% 74.90%
HSB/HSV 303° 31.72% 89.02%
CMYK 0.00% 31.72% 1.76%
10.98%

Color #E39BDF in popluar number systems.

HEX E3 9B DF
Decimal 227 155 223
Binary 11100011 10011011 11011111
Octal 343 233 337

Shades and tints

Shades of #E39BDF

#E39BDF
(227,155,223)
#CF8DCB
(207,141,203)
#BB7FB7
(187,127,183)
#A771A3
(167,113,163)
#93638F
(147,99,143)
#7F557B
(127,85,123)
#6B4767
(107,71,103)
#573953
(87,57,83)
#432B3F
(67,43,63)
#2F1D2B
(47,29,43)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #E39BDF

#E39BDF
(227,155,223)
#E5A4E1
(229,164,225)
#E7ADE3
(231,173,227)
#E9B6E5
(233,182,229)
#EBBFE7
(235,191,231)
#EDC8E9
(237,200,233)
#EFD1EB
(239,209,235)
#F1DAED
(241,218,237)
#F3E3EF
(243,227,239)
#F5ECF1
(245,236,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39BDF color. Also use rgb(227,155,223) instead hex code.

Text Font Color

.myTextColor { color: #E39BDF; }

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

This text font color is #E39BDF.

Background Color

.myBgColor { background-color: #E39BDF; }

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

This div background color is #E39BDF.

Border color

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

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

This div border color is #E39BDF.

Opacity

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

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

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

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

This text has shadow with #E39BDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39BDF.

Preview

Color preview on black background

This text has color #E39BDF on black background.


Color preview on white background

This text has color #E39BDF on white background.


Black color preview on #E39BDF background

This text has black color on #E39BDF background.


White color preview on #E39BDF background

This text has white color on #E39BDF background.


Related colors

Complementary color

Complementary color for #hex is #1C6420.


I love getcolorcode.com

Triadic colors

1 #DFE39B and #9BDFE3 with #E39BDF are triadic colors.

2 #DF9BE3 and #9BE3DF with #E39BDF are triadic colors.