COLOR #E39BD5

HEX: #E39BD5 RGB: (227,155,213)

Color info

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

RGB color model

#E39BD5 color RGB value is (227,155,213).

RGB: (227,155,213) (89%, 61%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 155 of 255 = 61%
B 213 of 255 = 84%

227
155
213

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

Portions of RGB colors in percentages

R + G + B = 227 + 155 + 213 = 595 (100%)
R 227 of 595 ~ 38.15%
G 155 of 595 ~ 26.05%
B 213 of 595 ~ 35.8'%

%38.15
%26.05
%35.8

CMYK color model

#E39BD5 color CMYK value is (0,32,6,11).

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

CMYK: (0,32,6,11)
C0M32Y6K11 (0%, 32%, 6%, 11%)
(0.00 / 0.32 / 0.06 / 0.11)

CMYK percentages

%0
%31.72
%6.17
%10.98

Codes

Color #E39BD5 in popluar color models

E3 9B D5
RGB 227 155 213
HSL 312° 56.25% 74.90%
HSB/HSV 312° 31.72% 89.02%
CMYK 0.00% 31.72% 6.17%
10.98%

Color #E39BD5 in popluar number systems.

HEX E3 9B D5
Decimal 227 155 213
Binary 11100011 10011011 11010101
Octal 343 233 325

Shades and tints

Shades of #E39BD5

#E39BD5
(227,155,213)
#CF8DC2
(207,141,194)
#BB7FAF
(187,127,175)
#A7719C
(167,113,156)
#936389
(147,99,137)
#7F5576
(127,85,118)
#6B4763
(107,71,99)
#573950
(87,57,80)
#432B3D
(67,43,61)
#2F1D2A
(47,29,42)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #E39BD5

#E39BD5
(227,155,213)
#E5A4D8
(229,164,216)
#E7ADDB
(231,173,219)
#E9B6DE
(233,182,222)
#EBBFE1
(235,191,225)
#EDC8E4
(237,200,228)
#EFD1E7
(239,209,231)
#F1DAEA
(241,218,234)
#F3E3ED
(243,227,237)
#F5ECF0
(245,236,240)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39BD5; }

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

This text font color is #E39BD5.

Background Color

.myBgColor { background-color: #E39BD5; }

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

This div background color is #E39BD5.

Border color

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

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

This div border color is #E39BD5.

Opacity

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

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

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

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

This text has shadow with #E39BD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39BD5.

Preview

Color preview on black background

This text has color #E39BD5 on black background.


Color preview on white background

This text has color #E39BD5 on white background.


Black color preview on #E39BD5 background

This text has black color on #E39BD5 background.


White color preview on #E39BD5 background

This text has white color on #E39BD5 background.


Related colors

Complementary color

Complementary color for #hex is #1C642A.


I love getcolorcode.com

Triadic colors

1 #D5E39B and #9BD5E3 with #E39BD5 are triadic colors.

2 #D59BE3 and #9BE3D5 with #E39BD5 are triadic colors.