COLOR #E17A98

HEX: #E17A98 RGB: (225,122,152)

Color info

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

RGB color model

#E17A98 color RGB value is (225,122,152).

RGB: (225,122,152) (88%, 48%, 60%)

RGB channels and saturation

R 225 of 255 = 88%
G 122 of 255 = 48%
B 152 of 255 = 60%

225
122
152

R + G + B ~ 65%. #E17A98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 122 + 152 = 499 (100%)
R 225 of 499 ~ 45.09%
G 122 of 499 ~ 24.45%
B 152 of 499 ~ 30.46'%

%45.09
%24.45
%30.46

CMYK color model

#E17A98 color CMYK value is (0,46,32,12).

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

CMYK: (0,46,32,12)
C0M46Y32K12 (0%, 46%, 32%, 12%)
(0.00 / 0.46 / 0.32 / 0.12)

CMYK percentages

%0
%45.78
%32.44
%11.76

Codes

Color #E17A98 in popluar color models

E1 7A 98
RGB 225 122 152
HSL 343° 63.19% 68.04%
HSB/HSV 343° 45.78% 88.24%
CMYK 0.00% 45.78% 32.44%
11.76%

Color #E17A98 in popluar number systems.

HEX E1 7A 98
Decimal 225 122 152
Binary 11100001 1111010 10011000
Octal 341 172 230

Shades and tints

Shades of #E17A98

#E17A98
(225,122,152)
#CD6F8B
(205,111,139)
#B9647E
(185,100,126)
#A55971
(165,89,113)
#914E64
(145,78,100)
#7D4357
(125,67,87)
#69384A
(105,56,74)
#552D3D
(85,45,61)
#412230
(65,34,48)
#2D1723
(45,23,35)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #E17A98

#E17A98
(225,122,152)
#E386A1
(227,134,161)
#E592AA
(229,146,170)
#E79EB3
(231,158,179)
#E9AABC
(233,170,188)
#EBB6C5
(235,182,197)
#EDC2CE
(237,194,206)
#EFCED7
(239,206,215)
#F1DAE0
(241,218,224)
#F3E6E9
(243,230,233)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E17A98; }

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

This text font color is #E17A98.

Background Color

.myBgColor { background-color: #E17A98; }

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

This div background color is #E17A98.

Border color

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

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

This div border color is #E17A98.

Opacity

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

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

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

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

This text has shadow with #E17A98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17A98.

Preview

Color preview on black background

This text has color #E17A98 on black background.


Color preview on white background

This text has color #E17A98 on white background.


Black color preview on #E17A98 background

This text has black color on #E17A98 background.


White color preview on #E17A98 background

This text has white color on #E17A98 background.


Related colors

Complementary color

Complementary color for #hex is #1E8567.


I love getcolorcode.com

Triadic colors

1 #98E17A and #7A98E1 with #E17A98 are triadic colors.

2 #987AE1 and #7AE198 with #E17A98 are triadic colors.