COLOR #E17AA9

HEX: #E17AA9 RGB: (225,122,169)

Color info

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

RGB color model

#E17AA9 color RGB value is (225,122,169).

RGB: (225,122,169) (88%, 48%, 66%)

RGB channels and saturation

R 225 of 255 = 88%
G 122 of 255 = 48%
B 169 of 255 = 66%

225
122
169

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

Portions of RGB colors in percentages

R + G + B = 225 + 122 + 169 = 516 (100%)
R 225 of 516 ~ 43.6%
G 122 of 516 ~ 23.64%
B 169 of 516 ~ 32.75'%

%43.6
%23.64
%32.75

CMYK color model

#E17AA9 color CMYK value is (0,46,25,12).

  • cyan value is 0.00%
  • magenta value is 45.78%
  • yellow value is 24.89%
  • key color value is 11.76%

CMYK: (0,46,25,12)
C0M46Y25K12 (0%, 46%, 25%, 12%)
(0.00 / 0.46 / 0.25 / 0.12)

CMYK percentages

%0
%45.78
%24.89
%11.76

Codes

Color #E17AA9 in popluar color models

E1 7A A9
RGB 225 122 169
HSL 333° 63.19% 68.04%
HSB/HSV 333° 45.78% 88.24%
CMYK 0.00% 45.78% 24.89%
11.76%

Color #E17AA9 in popluar number systems.

HEX E1 7A A9
Decimal 225 122 169
Binary 11100001 1111010 10101001
Octal 341 172 251

Shades and tints

Shades of #E17AA9

#E17AA9
(225,122,169)
#CD6F9A
(205,111,154)
#B9648B
(185,100,139)
#A5597C
(165,89,124)
#914E6D
(145,78,109)
#7D435E
(125,67,94)
#69384F
(105,56,79)
#552D40
(85,45,64)
#412231
(65,34,49)
#2D1722
(45,23,34)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #E17AA9

#E17AA9
(225,122,169)
#E386B0
(227,134,176)
#E592B7
(229,146,183)
#E79EBE
(231,158,190)
#E9AAC5
(233,170,197)
#EBB6CC
(235,182,204)
#EDC2D3
(237,194,211)
#EFCEDA
(239,206,218)
#F1DAE1
(241,218,225)
#F3E6E8
(243,230,232)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17AA9 color. Also use rgb(225,122,169) instead hex code.

Text Font Color

.myTextColor { color: #E17AA9; }

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

This text font color is #E17AA9.

Background Color

.myBgColor { background-color: #E17AA9; }

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

This div background color is #E17AA9.

Border color

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

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

This div border color is #E17AA9.

Opacity

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

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

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

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

This text has shadow with #E17AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17AA9.

Preview

Color preview on black background

This text has color #E17AA9 on black background.


Color preview on white background

This text has color #E17AA9 on white background.


Black color preview on #E17AA9 background

This text has black color on #E17AA9 background.


White color preview on #E17AA9 background

This text has white color on #E17AA9 background.


Related colors

Complementary color

Complementary color for #hex is #1E8556.


I love getcolorcode.com

Triadic colors

1 #A9E17A and #7AA9E1 with #E17AA9 are triadic colors.

2 #A97AE1 and #7AE1A9 with #E17AA9 are triadic colors.