COLOR #E39AD3

HEX: #E39AD3
RGB: (227,154,211)

Color info

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

RGB color model

#E39AD3 color RGB value is (227,154,211).

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

RGB channels and saturation

R 227 of 255 = 89%
G 154 of 255 = 60%
B 211 of 255 = 83%

227
154
211

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

Portions of RGB colors in percentages

R + G + B =
227 + 154 + 211 = 592 (100%)
R 227 of 592 ~ 38.34%
G 154 of 592 ~ 26.01%
B 211 of 592 ~ 35.64%

%38.34
%26.01
%35.64

CMYK color model

#E39AD3 color CMYK value is (0,32,7,11).

  • cyan value is 0.00%
  • magenta value is 32.16%
  • yellow value is 7.05%
  • key color value is 10.98%
CMYK:
(0,32,7,11)
C0M32Y7K11 
(0%,32%,7%,11%)
(0.00/0.32/0.07/0.11)	

CMYK percentages

%0
%32.16
%7.05
%10.98

Codes

Color #E39AD3 in popluar color models

E39AD3
RGB227154211
HSL313°56.59%74.71%
HSB/HSV313°32.16%89.02%
CMYK0.00%32.16%7.05%
10.98%

Color #E39AD3 in popluar number systems.

HEXE39AD3
Decimal227154211
Binary111000111001101011010011
Octal343232323

Shades and tints

Shades of #E39AD3

#E39AD3
(227,154,211)
#CF8CC0
(207,140,192)
#BB7EAD
(187,126,173)
#A7709A
(167,112,154)
#936287
(147,98,135)
#7F5474
(127,84,116)
#6B4661
(107,70,97)
#57384E
(87,56,78)
#432A3B
(67,42,59)
#2F1C28
(47,28,40)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #E39AD3

#E39AD3
(227,154,211)
#E5A3D7
(229,163,215)
#E7ACDB
(231,172,219)
#E9B5DF
(233,181,223)
#EBBEE3
(235,190,227)
#EDC7E7
(237,199,231)
#EFD0EB
(239,208,235)
#F1D9EF
(241,217,239)
#F3E2F3
(243,226,243)
#F5EBF7
(245,235,247)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39AD3; }

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

This text font color is #E39AD3.


Background Color

.myBgColor { background-color: #E39AD3; }

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

This div background color is #E39AD3.


Border color

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

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

This div border color is #E39AD3.


Opacity

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

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

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

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

This text has shadow with #E39AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E39AD3 on black background.


Color preview on white background

This text has color #E39AD3 on white background.



Black color preview on #E39AD3 background

This text has black color on #E39AD3 background.


White color preview on #E39AD3 background

This text has white color on #E39AD3 background.