COLOR #E179B4

HEX: #E179B4
RGB: (225,121,180)

Color info

#E179B4 contains mainly red and blue colors. Web safe color of #E179B4 is #CC66CC (or #C6C).

RGB color model

#E179B4 color RGB value is (225,121,180).

  • red value is 225;
  • green value is 121;
  • blue value is 180.
RGB:
(225,121,180)
(88%,47%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 121 of 255 = 47%
B 180 of 255 = 71%

225
121
180

R + G + B ~ 69%. #E179B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 121 + 180 = 526 (100%)
R 225 of 526 ~ 42.78%
G 121 of 526 ~ 23%
B 180 of 526 ~ 34.22%

%42.78
%23
%34.22

CMYK color model

#E179B4 color CMYK value is (0,46,20,12).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 20.00%
  • key color value is 11.76%
CMYK:
(0,46,20,12)
C0M46Y20K12 
(0%,46%,20%,12%)
(0.00/0.46/0.20/0.12)	

CMYK percentages

%0
%46.22
%20
%11.76

Codes

Color #E179B4 in popluar color models

E179B4
RGB225121180
HSL326°63.41%67.84%
HSB/HSV326°46.22%88.24%
CMYK0.00%46.22%20.00%
11.76%

Color #E179B4 in popluar number systems.

HEXE179B4
Decimal225121180
Binary11100001111100110110100
Octal341171264

Shades and tints

Shades of #E179B4

#E179B4
(225,121,180)
#CD6EA4
(205,110,164)
#B96394
(185,99,148)
#A55884
(165,88,132)
#914D74
(145,77,116)
#7D4264
(125,66,100)
#693754
(105,55,84)
#552C44
(85,44,68)
#412134
(65,33,52)
#2D1624
(45,22,36)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #E179B4

#E179B4
(225,121,180)
#E385BA
(227,133,186)
#E591C0
(229,145,192)
#E79DC6
(231,157,198)
#E9A9CC
(233,169,204)
#EBB5D2
(235,181,210)
#EDC1D8
(237,193,216)
#EFCDDE
(239,205,222)
#F1D9E4
(241,217,228)
#F3E5EA
(243,229,234)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E179B4 color. Also use rgb(225,121,180) instead hex code.

Text Font Color

.myTextColor { color: #E179B4; }

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

This text font color is #E179B4.


Background Color

.myBgColor { background-color: #E179B4; }

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

This div background color is #E179B4.


Border color

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

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

This div border color is #E179B4.


Opacity

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

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

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

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

This text has shadow with #E179B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E179B4 on black background.


Color preview on white background

This text has color #E179B4 on white background.



Black color preview on #E179B4 background

This text has black color on #E179B4 background.


White color preview on #E179B4 background

This text has white color on #E179B4 background.