COLOR #E49FD1

HEX: #E49FD1
RGB: (228,159,209)

Color info

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

RGB color model

#E49FD1 color RGB value is (228,159,209).

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

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 209 of 255 = 82%

228
159
209

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

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 209 = 596 (100%)
R 228 of 596 ~ 38.26%
G 159 of 596 ~ 26.68%
B 209 of 596 ~ 35.07%

%38.26
%26.68
%35.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 8.33%
  • key color value is 10.59%
CMYK:
(0,30,8,11)
C0M30Y8K11 
(0%,30%,8%,11%)
(0.00/0.30/0.08/0.11)	

CMYK percentages

%0
%30.26
%8.33
%10.59

Codes

Color #E49FD1 in popluar color models

E49FD1
RGB228159209
HSL317°56.10%75.88%
HSB/HSV317°30.26%89.41%
CMYK0.00%30.26%8.33%
10.59%

Color #E49FD1 in popluar number systems.

HEXE49FD1
Decimal228159209
Binary111001001001111111010001
Octal344237321

Shades and tints

Shades of #E49FD1

#E49FD1
(228,159,209)
#D091BE
(208,145,190)
#BC83AB
(188,131,171)
#A87598
(168,117,152)
#946785
(148,103,133)
#805972
(128,89,114)
#6C4B5F
(108,75,95)
#583D4C
(88,61,76)
#442F39
(68,47,57)
#302126
(48,33,38)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E49FD1

#E49FD1
(228,159,209)
#E6A7D5
(230,167,213)
#E8AFD9
(232,175,217)
#EAB7DD
(234,183,221)
#ECBFE1
(236,191,225)
#EEC7E5
(238,199,229)
#F0CFE9
(240,207,233)
#F2D7ED
(242,215,237)
#F4DFF1
(244,223,241)
#F6E7F5
(246,231,245)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49FD1 color. Also use rgb(228,159,209) instead hex code.

Text Font Color

.myTextColor { color: #E49FD1; }

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

This text font color is #E49FD1.


Background Color

.myBgColor { background-color: #E49FD1; }

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

This div background color is #E49FD1.


Border color

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

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

This div border color is #E49FD1.


Opacity

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

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

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

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

This text has shadow with #E49FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49FD1 on black background.


Color preview on white background

This text has color #E49FD1 on white background.



Black color preview on #E49FD1 background

This text has black color on #E49FD1 background.


White color preview on #E49FD1 background

This text has white color on #E49FD1 background.