COLOR #E49FCF

HEX: #E49FCF
RGB: (228,159,207)

Color info

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

RGB color model

#E49FCF color RGB value is (228,159,207).

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

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 207 of 255 = 81%

228
159
207

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

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 207 = 594 (100%)
R 228 of 594 ~ 38.38%
G 159 of 594 ~ 26.77%
B 207 of 594 ~ 34.85%

%38.38
%26.77
%34.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 9.21%
  • key color value is 10.59%
CMYK:
(0,30,9,11)
C0M30Y9K11 
(0%,30%,9%,11%)
(0.00/0.30/0.09/0.11)	

CMYK percentages

%0
%30.26
%9.21
%10.59

Codes

Color #E49FCF in popluar color models

E49FCF
RGB228159207
HSL318°56.10%75.88%
HSB/HSV318°30.26%89.41%
CMYK0.00%30.26%9.21%
10.59%

Color #E49FCF in popluar number systems.

HEXE49FCF
Decimal228159207
Binary111001001001111111001111
Octal344237317

Shades and tints

Shades of #E49FCF

#E49FCF
(228,159,207)
#D091BD
(208,145,189)
#BC83AB
(188,131,171)
#A87599
(168,117,153)
#946787
(148,103,135)
#805975
(128,89,117)
#6C4B63
(108,75,99)
#583D51
(88,61,81)
#442F3F
(68,47,63)
#30212D
(48,33,45)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #E49FCF

#E49FCF
(228,159,207)
#E6A7D3
(230,167,211)
#E8AFD7
(232,175,215)
#EAB7DB
(234,183,219)
#ECBFDF
(236,191,223)
#EEC7E3
(238,199,227)
#F0CFE7
(240,207,231)
#F2D7EB
(242,215,235)
#F4DFEF
(244,223,239)
#F6E7F3
(246,231,243)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49FCF; }

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

This text font color is #E49FCF.


Background Color

.myBgColor { background-color: #E49FCF; }

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

This div background color is #E49FCF.


Border color

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

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

This div border color is #E49FCF.


Opacity

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

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

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

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

This text has shadow with #E49FCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49FCF on black background.


Color preview on white background

This text has color #E49FCF on white background.



Black color preview on #E49FCF background

This text has black color on #E49FCF background.


White color preview on #E49FCF background

This text has white color on #E49FCF background.