COLOR #E170AF

HEX: #E170AF RGB: (225,112,175)

Color info

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

RGB color model

#E170AF color RGB value is (225,112,175).

RGB: (225,112,175) (88%, 44%, 69%)

RGB channels and saturation

R 225 of 255 = 88%
G 112 of 255 = 44%
B 175 of 255 = 69%

225
112
175

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

Portions of RGB colors in percentages

R + G + B = 225 + 112 + 175 = 512 (100%)
R 225 of 512 ~ 43.95%
G 112 of 512 ~ 21.88%
B 175 of 512 ~ 34.18'%

%43.95
%21.88
%34.18

CMYK color model

#E170AF color CMYK value is (0,50,22,12).

  • cyan value is 0.00%
  • magenta value is 50.22%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK: (0,50,22,12) C0M50Y22K12 (0%,50%,22%,12%) (0.00/0.50/0.22/0.12) 

CMYK percentages

%0
%50.22
%22.22
%11.76

Codes

Color #E170AF in popluar color models

E1 70 AF
RGB 225 112 175
HSL 327° 65.32% 66.08%
HSB/HSV 327° 50.22% 88.24%
CMYK 0.00% 50.22% 22.22%
11.76%

Color #E170AF in popluar number systems.

HEX E1 70 AF
Decimal 225 112 175
Binary 11100001 1110000 10101111
Octal 341 160 257

Shades and tints

Shades of #E170AF

#E170AF
(225,112,175)
#CD66A0
(205,102,160)
#B95C91
(185,92,145)
#A55282
(165,82,130)
#914873
(145,72,115)
#7D3E64
(125,62,100)
#693455
(105,52,85)
#552A46
(85,42,70)
#412037
(65,32,55)
#2D1628
(45,22,40)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #E170AF

#E170AF
(225,112,175)
#E37DB6
(227,125,182)
#E58ABD
(229,138,189)
#E797C4
(231,151,196)
#E9A4CB
(233,164,203)
#EBB1D2
(235,177,210)
#EDBED9
(237,190,217)
#EFCBE0
(239,203,224)
#F1D8E7
(241,216,231)
#F3E5EE
(243,229,238)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E170AF color. Also use rgb(225,112,175) instead hex code.

Text Font Color

.myTextColor { color: #E170AF; }

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

This text font color is #E170AF.

Background Color

.myBgColor { background-color: #E170AF; }

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

This div background color is #E170AF.

Border color

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

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

This div border color is #E170AF.

Opacity

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

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

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

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

This text has shadow with #E170AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E170AF.

Preview

Color preview on black background

This text has color #E170AF on black background.


Color preview on white background

This text has color #E170AF on white background.


Black color preview on #E170AF background

This text has black color on #E170AF background.


White color preview on #E170AF background

This text has white color on #E170AF background.


Related colors

Complementary color

Complementary color for #hex is #1E8F50.


I love getcolorcode.com

Triadic colors

1 #AFE170 and #70AFE1 with #E170AF are triadic colors.

2 #AF70E1 and #70E1AF with #E170AF are triadic colors.