COLOR #E39FD7

HEX: #E39FD7 RGB: (227,159,215)

Color info

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

RGB color model

#E39FD7 color RGB value is (227,159,215).

RGB: (227,159,215) (89%, 62%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 159 of 255 = 62%
B 215 of 255 = 84%

227
159
215

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

Portions of RGB colors in percentages

R + G + B = 227 + 159 + 215 = 601 (100%)
R 227 of 601 ~ 37.77%
G 159 of 601 ~ 26.46%
B 215 of 601 ~ 35.77'%

%37.77
%26.46
%35.77

CMYK color model

#E39FD7 color CMYK value is (0,30,5,11).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 5.29%
  • key color value is 10.98%

CMYK: (0,30,5,11)
C0M30Y5K11 (0%, 30%, 5%, 11%)
(0.00 / 0.30 / 0.05 / 0.11)

CMYK percentages

%0
%29.96
%5.29
%10.98

Codes

Color #E39FD7 in popluar color models

E3 9F D7
RGB 227 159 215
HSL 311° 54.84% 75.69%
HSB/HSV 311° 29.96% 89.02%
CMYK 0.00% 29.96% 5.29%
10.98%

Color #E39FD7 in popluar number systems.

HEX E3 9F D7
Decimal 227 159 215
Binary 11100011 10011111 11010111
Octal 343 237 327

Shades and tints

Shades of #E39FD7

#E39FD7
(227,159,215)
#CF91C4
(207,145,196)
#BB83B1
(187,131,177)
#A7759E
(167,117,158)
#93678B
(147,103,139)
#7F5978
(127,89,120)
#6B4B65
(107,75,101)
#573D52
(87,61,82)
#432F3F
(67,47,63)
#2F212C
(47,33,44)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #E39FD7

#E39FD7
(227,159,215)
#E5A7DA
(229,167,218)
#E7AFDD
(231,175,221)
#E9B7E0
(233,183,224)
#EBBFE3
(235,191,227)
#EDC7E6
(237,199,230)
#EFCFE9
(239,207,233)
#F1D7EC
(241,215,236)
#F3DFEF
(243,223,239)
#F5E7F2
(245,231,242)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39FD7 color. Also use rgb(227,159,215) instead hex code.

Text Font Color

.myTextColor { color: #E39FD7; }

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

This text font color is #E39FD7.

Background Color

.myBgColor { background-color: #E39FD7; }

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

This div background color is #E39FD7.

Border color

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

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

This div border color is #E39FD7.

Opacity

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

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

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

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

This text has shadow with #E39FD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39FD7.

Preview

Color preview on black background

This text has color #E39FD7 on black background.


Color preview on white background

This text has color #E39FD7 on white background.


Black color preview on #E39FD7 background

This text has black color on #E39FD7 background.


White color preview on #E39FD7 background

This text has white color on #E39FD7 background.


Related colors

Complementary color

Complementary color for #hex is #1C6028.


I love getcolorcode.com

Triadic colors

1 #D7E39F and #9FD7E3 with #E39FD7 are triadic colors.

2 #D79FE3 and #9FE3D7 with #E39FD7 are triadic colors.