COLOR #E39FE2

HEX: #E39FE2
RGB: (227,159,226)

Color info

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

RGB color model

#E39FE2 color RGB value is (227,159,226).

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

RGB channels and saturation

R 227 of 255 = 89%
G 159 of 255 = 62%
B 226 of 255 = 89%

227
159
226

R + G + B ~ 80%. #E39FE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 159 + 226 = 612 (100%)
R 227 of 612 ~ 37.09%
G 159 of 612 ~ 25.98%
B 226 of 612 ~ 36.93%

%37.09
%25.98
%36.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 0.44%
  • key color value is 10.98%
CMYK:
(0,30,0,11)
C0M30Y0K11 
(0%,30%,0%,11%)
(0.00/0.30/0.00/0.11)	

CMYK percentages

%0
%29.96
%0.44
%10.98

Codes

Color #E39FE2 in popluar color models

E39FE2
RGB227159226
HSL301°54.84%75.69%
HSB/HSV301°29.96%89.02%
CMYK0.00%29.96%0.44%
10.98%

Color #E39FE2 in popluar number systems.

HEXE39FE2
Decimal227159226
Binary111000111001111111100010
Octal343237342

Shades and tints

Shades of #E39FE2

#E39FE2
(227,159,226)
#CF91CE
(207,145,206)
#BB83BA
(187,131,186)
#A775A6
(167,117,166)
#936792
(147,103,146)
#7F597E
(127,89,126)
#6B4B6A
(107,75,106)
#573D56
(87,61,86)
#432F42
(67,47,66)
#2F212E
(47,33,46)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #E39FE2

#E39FE2
(227,159,226)
#E5A7E4
(229,167,228)
#E7AFE6
(231,175,230)
#E9B7E8
(233,183,232)
#EBBFEA
(235,191,234)
#EDC7EC
(237,199,236)
#EFCFEE
(239,207,238)
#F1D7F0
(241,215,240)
#F3DFF2
(243,223,242)
#F5E7F4
(245,231,244)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39FE2; }

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

This text font color is #E39FE2.


Background Color

.myBgColor { background-color: #E39FE2; }

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

This div background color is #E39FE2.


Border color

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

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

This div border color is #E39FE2.


Opacity

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

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

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

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

This text has shadow with #E39FE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39FE2 on black background.


Color preview on white background

This text has color #E39FE2 on white background.



Black color preview on #E39FE2 background

This text has black color on #E39FE2 background.


White color preview on #E39FE2 background

This text has white color on #E39FE2 background.