COLOR #E176A5

HEX: #E176A5
RGB: (225,118,165)

Color info

#E176A5 contains mainly red color. Web safe color of #E176A5 is #CC6699 (or #C69).

RGB color model

#E176A5 color RGB value is (225,118,165).

  • red value is 225;
  • green value is 118;
  • blue value is 165.
RGB:
(225,118,165)
(88%,46%,65%)

RGB channels and saturation

R 225 of 255 = 88%
G 118 of 255 = 46%
B 165 of 255 = 65%

225
118
165

R + G + B ~ 66%. #E176A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 118 + 165 = 508 (100%)
R 225 of 508 ~ 44.29%
G 118 of 508 ~ 23.23%
B 165 of 508 ~ 32.48%

%44.29
%23.23
%32.48

CMYK color model

#E176A5 color CMYK value is (0,48,27,12).

  • cyan value is 0.00%
  • magenta value is 47.56%
  • yellow value is 26.67%
  • key color value is 11.76%
CMYK:
(0,48,27,12)
C0M48Y27K12 
(0%,48%,27%,12%)
(0.00/0.48/0.27/0.12)	

CMYK percentages

%0
%47.56
%26.67
%11.76

Codes

Color #E176A5 in popluar color models

E176A5
RGB225118165
HSL334°64.07%67.25%
HSB/HSV334°47.56%88.24%
CMYK0.00%47.56%26.67%
11.76%

Color #E176A5 in popluar number systems.

HEXE176A5
Decimal225118165
Binary11100001111011010100101
Octal341166245

Shades and tints

Shades of #E176A5

#E176A5
(225,118,165)
#CD6C96
(205,108,150)
#B96287
(185,98,135)
#A55878
(165,88,120)
#914E69
(145,78,105)
#7D445A
(125,68,90)
#693A4B
(105,58,75)
#55303C
(85,48,60)
#41262D
(65,38,45)
#2D1C1E
(45,28,30)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #E176A5

#E176A5
(225,118,165)
#E382AD
(227,130,173)
#E58EB5
(229,142,181)
#E79ABD
(231,154,189)
#E9A6C5
(233,166,197)
#EBB2CD
(235,178,205)
#EDBED5
(237,190,213)
#EFCADD
(239,202,221)
#F1D6E5
(241,214,229)
#F3E2ED
(243,226,237)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E176A5 color. Also use rgb(225,118,165) instead hex code.

Text Font Color

.myTextColor { color: #E176A5; }

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

This text font color is #E176A5.


Background Color

.myBgColor { background-color: #E176A5; }

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

This div background color is #E176A5.


Border color

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

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

This div border color is #E176A5.


Opacity

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

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

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

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

This text has shadow with #E176A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E176A5 on black background.


Color preview on white background

This text has color #E176A5 on white background.



Black color preview on #E176A5 background

This text has black color on #E176A5 background.


White color preview on #E176A5 background

This text has white color on #E176A5 background.