COLOR #E17F9D

HEX: #E17F9D
RGB: (225,127,157)

Color info

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

RGB color model

#E17F9D color RGB value is (225,127,157).

  • red value is 225;
  • green value is 127;
  • blue value is 157.
RGB:
(225,127,157)
(88%,50%,62%)

RGB channels and saturation

R 225 of 255 = 88%
G 127 of 255 = 50%
B 157 of 255 = 62%

225
127
157

R + G + B ~ 67%. #E17F9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 127 + 157 = 509 (100%)
R 225 of 509 ~ 44.2%
G 127 of 509 ~ 24.95%
B 157 of 509 ~ 30.84%

%44.2
%24.95
%30.84

CMYK color model

#E17F9D color CMYK value is (0,44,30,12).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 30.22%
  • key color value is 11.76%
CMYK:
(0,44,30,12)
C0M44Y30K12 
(0%,44%,30%,12%)
(0.00/0.44/0.30/0.12)	

CMYK percentages

%0
%43.56
%30.22
%11.76

Codes

Color #E17F9D in popluar color models

E17F9D
RGB225127157
HSL342°62.03%69.02%
HSB/HSV342°43.56%88.24%
CMYK0.00%43.56%30.22%
11.76%

Color #E17F9D in popluar number systems.

HEXE17F9D
Decimal225127157
Binary11100001111111110011101
Octal341177235

Shades and tints

Shades of #E17F9D

#E17F9D
(225,127,157)
#CD748F
(205,116,143)
#B96981
(185,105,129)
#A55E73
(165,94,115)
#915365
(145,83,101)
#7D4857
(125,72,87)
#693D49
(105,61,73)
#55323B
(85,50,59)
#41272D
(65,39,45)
#2D1C1F
(45,28,31)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #E17F9D

#E17F9D
(225,127,157)
#E38AA5
(227,138,165)
#E595AD
(229,149,173)
#E7A0B5
(231,160,181)
#E9ABBD
(233,171,189)
#EBB6C5
(235,182,197)
#EDC1CD
(237,193,205)
#EFCCD5
(239,204,213)
#F1D7DD
(241,215,221)
#F3E2E5
(243,226,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17F9D color. Also use rgb(225,127,157) instead hex code.

Text Font Color

.myTextColor { color: #E17F9D; }

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

This text font color is #E17F9D.


Background Color

.myBgColor { background-color: #E17F9D; }

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

This div background color is #E17F9D.


Border color

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

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

This div border color is #E17F9D.


Opacity

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

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

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

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

This text has shadow with #E17F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17F9D on black background.


Color preview on white background

This text has color #E17F9D on white background.



Black color preview on #E17F9D background

This text has black color on #E17F9D background.


White color preview on #E17F9D background

This text has white color on #E17F9D background.