COLOR #E49FB4

HEX: #E49FB4
RGB: (228,159,180)

Color info

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

RGB color model

#E49FB4 color RGB value is (228,159,180).

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

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 180 of 255 = 71%

228
159
180

R + G + B ~ 74%. #E49FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 180 = 567 (100%)
R 228 of 567 ~ 40.21%
G 159 of 567 ~ 28.04%
B 180 of 567 ~ 31.75%

%40.21
%28.04
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 21.05%
  • key color value is 10.59%
CMYK:
(0,30,21,11)
C0M30Y21K11 
(0%,30%,21%,11%)
(0.00/0.30/0.21/0.11)	

CMYK percentages

%0
%30.26
%21.05
%10.59

Codes

Color #E49FB4 in popluar color models

E49FB4
RGB228159180
HSL342°56.10%75.88%
HSB/HSV342°30.26%89.41%
CMYK0.00%30.26%21.05%
10.59%

Color #E49FB4 in popluar number systems.

HEXE49FB4
Decimal228159180
Binary111001001001111110110100
Octal344237264

Shades and tints

Shades of #E49FB4

#E49FB4
(228,159,180)
#D091A4
(208,145,164)
#BC8394
(188,131,148)
#A87584
(168,117,132)
#946774
(148,103,116)
#805964
(128,89,100)
#6C4B54
(108,75,84)
#583D44
(88,61,68)
#442F34
(68,47,52)
#302124
(48,33,36)
#1C1314
(28,19,20)
#000000
(0,0,0)

Tints of #E49FB4

#E49FB4
(228,159,180)
#E6A7BA
(230,167,186)
#E8AFC0
(232,175,192)
#EAB7C6
(234,183,198)
#ECBFCC
(236,191,204)
#EEC7D2
(238,199,210)
#F0CFD8
(240,207,216)
#F2D7DE
(242,215,222)
#F4DFE4
(244,223,228)
#F6E7EA
(246,231,234)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E49FB4; }

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

This text font color is #E49FB4.


Background Color

.myBgColor { background-color: #E49FB4; }

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

This div background color is #E49FB4.


Border color

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

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

This div border color is #E49FB4.


Opacity

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

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

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

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

This text has shadow with #E49FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49FB4 on black background.


Color preview on white background

This text has color #E49FB4 on white background.



Black color preview on #E49FB4 background

This text has black color on #E49FB4 background.


White color preview on #E49FB4 background

This text has white color on #E49FB4 background.