COLOR #E39ACE

HEX: #E39ACE
RGB: (227,154,206)

Color info

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

RGB color model

#E39ACE color RGB value is (227,154,206).

  • red value is 227;
  • green value is 154;
  • blue value is 206.
RGB:
(227,154,206)
(89%,60%,81%)

RGB channels and saturation

R 227 of 255 = 89%
G 154 of 255 = 60%
B 206 of 255 = 81%

227
154
206

R + G + B ~ 77%. #E39ACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 154 + 206 = 587 (100%)
R 227 of 587 ~ 38.67%
G 154 of 587 ~ 26.24%
B 206 of 587 ~ 35.09%

%38.67
%26.24
%35.09

CMYK color model

#E39ACE color CMYK value is (0,32,9,11).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 9.25%
  • key color value is 10.98%
CMYK:
(0,32,9,11)
C0M32Y9K11 
(0%,32%,9%,11%)
(0.00/0.32/0.09/0.11)	

CMYK percentages

%0
%32.16
%9.25
%10.98

Codes

Color #E39ACE in popluar color models

E39ACE
RGB227154206
HSL317°56.59%74.71%
HSB/HSV317°32.16%89.02%
CMYK0.00%32.16%9.25%
10.98%

Color #E39ACE in popluar number systems.

HEXE39ACE
Decimal227154206
Binary111000111001101011001110
Octal343232316

Shades and tints

Shades of #E39ACE

#E39ACE
(227,154,206)
#CF8CBC
(207,140,188)
#BB7EAA
(187,126,170)
#A77098
(167,112,152)
#936286
(147,98,134)
#7F5474
(127,84,116)
#6B4662
(107,70,98)
#573850
(87,56,80)
#432A3E
(67,42,62)
#2F1C2C
(47,28,44)
#1B0E1A
(27,14,26)
#000000
(0,0,0)

Tints of #E39ACE

#E39ACE
(227,154,206)
#E5A3D2
(229,163,210)
#E7ACD6
(231,172,214)
#E9B5DA
(233,181,218)
#EBBEDE
(235,190,222)
#EDC7E2
(237,199,226)
#EFD0E6
(239,208,230)
#F1D9EA
(241,217,234)
#F3E2EE
(243,226,238)
#F5EBF2
(245,235,242)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39ACE color. Also use rgb(227,154,206) instead hex code.

Text Font Color

.myTextColor { color: #E39ACE; }

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

This text font color is #E39ACE.


Background Color

.myBgColor { background-color: #E39ACE; }

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

This div background color is #E39ACE.


Border color

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

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

This div border color is #E39ACE.


Opacity

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

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

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

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

This text has shadow with #E39ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39ACE on black background.


Color preview on white background

This text has color #E39ACE on white background.



Black color preview on #E39ACE background

This text has black color on #E39ACE background.


White color preview on #E39ACE background

This text has white color on #E39ACE background.