COLOR #E39FD2

HEX: #E39FD2
RGB: (227,159,210)

Color info

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

RGB color model

#E39FD2 color RGB value is (227,159,210).

  • red value is 227;
  • green value is 159;
  • blue value is 210.
RGB:
(227,159,210)
(89%,62%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 159 of 255 = 62%
B 210 of 255 = 82%

227
159
210

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

Portions of RGB colors in percentages

R + G + B =
227 + 159 + 210 = 596 (100%)
R 227 of 596 ~ 38.09%
G 159 of 596 ~ 26.68%
B 210 of 596 ~ 35.23%

%38.09
%26.68
%35.23

CMYK color model

#E39FD2 color CMYK value is (0,30,7,11).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(0,30,7,11)
C0M30Y7K11 
(0%,30%,7%,11%)
(0.00/0.30/0.07/0.11)	

CMYK percentages

%0
%29.96
%7.49
%10.98

Codes

Color #E39FD2 in popluar color models

E39FD2
RGB227159210
HSL315°54.84%75.69%
HSB/HSV315°29.96%89.02%
CMYK0.00%29.96%7.49%
10.98%

Color #E39FD2 in popluar number systems.

HEXE39FD2
Decimal227159210
Binary111000111001111111010010
Octal343237322

Shades and tints

Shades of #E39FD2

#E39FD2
(227,159,210)
#CF91BF
(207,145,191)
#BB83AC
(187,131,172)
#A77599
(167,117,153)
#936786
(147,103,134)
#7F5973
(127,89,115)
#6B4B60
(107,75,96)
#573D4D
(87,61,77)
#432F3A
(67,47,58)
#2F2127
(47,33,39)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #E39FD2

#E39FD2
(227,159,210)
#E5A7D6
(229,167,214)
#E7AFDA
(231,175,218)
#E9B7DE
(233,183,222)
#EBBFE2
(235,191,226)
#EDC7E6
(237,199,230)
#EFCFEA
(239,207,234)
#F1D7EE
(241,215,238)
#F3DFF2
(243,223,242)
#F5E7F6
(245,231,246)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39FD2; }

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

This text font color is #E39FD2.


Background Color

.myBgColor { background-color: #E39FD2; }

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

This div background color is #E39FD2.


Border color

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

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

This div border color is #E39FD2.


Opacity

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

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

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

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

This text has shadow with #E39FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39FD2 on black background.


Color preview on white background

This text has color #E39FD2 on white background.



Black color preview on #E39FD2 background

This text has black color on #E39FD2 background.


White color preview on #E39FD2 background

This text has white color on #E39FD2 background.