COLOR #E17FAB

HEX: #E17FAB RGB: (225,127,171)

Color info

#E17FAB contains mainly red and blue colors. Web safe color of #E17FAB is #CC6699 (or #C69).

RGB color model

#E17FAB color RGB value is (225,127,171).

RGB: (225,127,171) (88%, 50%, 67%)

RGB channels and saturation

R 225 of 255 = 88%
G 127 of 255 = 50%
B 171 of 255 = 67%

225
127
171

R + G + B ~ 68%. #E17FAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 127 + 171 = 523 (100%)
R 225 of 523 ~ 43.02%
G 127 of 523 ~ 24.28%
B 171 of 523 ~ 32.7'%

%43.02
%24.28
%32.7

CMYK color model

#E17FAB color CMYK value is (0,44,24,12).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 24.00%
  • key color value is 11.76%

CMYK: (0,44,24,12)
C0M44Y24K12 (0%, 44%, 24%, 12%)
(0.00 / 0.44 / 0.24 / 0.12)

CMYK percentages

%0
%43.56
%24
%11.76

Codes

Color #E17FAB in popluar color models

E1 7F AB
RGB 225 127 171
HSL 333° 62.03% 69.02%
HSB/HSV 333° 43.56% 88.24%
CMYK 0.00% 43.56% 24.00%
11.76%

Color #E17FAB in popluar number systems.

HEX E1 7F AB
Decimal 225 127 171
Binary 11100001 1111111 10101011
Octal 341 177 253

Shades and tints

Shades of #E17FAB

#E17FAB
(225,127,171)
#CD749C
(205,116,156)
#B9698D
(185,105,141)
#A55E7E
(165,94,126)
#91536F
(145,83,111)
#7D4860
(125,72,96)
#693D51
(105,61,81)
#553242
(85,50,66)
#412733
(65,39,51)
#2D1C24
(45,28,36)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #E17FAB

#E17FAB
(225,127,171)
#E38AB2
(227,138,178)
#E595B9
(229,149,185)
#E7A0C0
(231,160,192)
#E9ABC7
(233,171,199)
#EBB6CE
(235,182,206)
#EDC1D5
(237,193,213)
#EFCCDC
(239,204,220)
#F1D7E3
(241,215,227)
#F3E2EA
(243,226,234)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E17FAB; }

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

This text font color is #E17FAB.

Background Color

.myBgColor { background-color: #E17FAB; }

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

This div background color is #E17FAB.

Border color

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

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

This div border color is #E17FAB.

Opacity

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

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

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

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

This text has shadow with #E17FAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17FAB.

Preview

Color preview on black background

This text has color #E17FAB on black background.


Color preview on white background

This text has color #E17FAB on white background.


Black color preview on #E17FAB background

This text has black color on #E17FAB background.


White color preview on #E17FAB background

This text has white color on #E17FAB background.


Related colors

Complementary color

Complementary color for #hex is #1E8054.


I love getcolorcode.com

Triadic colors

1 #ABE17F and #7FABE1 with #E17FAB are triadic colors.

2 #AB7FE1 and #7FE1AB with #E17FAB are triadic colors.