COLOR #E17B98

HEX: #E17B98 RGB: (225,123,152)

Color info

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

RGB color model

#E17B98 color RGB value is (225,123,152).

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

RGB channels and saturation

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

225
123
152

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

Portions of RGB colors in percentages

R + G + B = 225 + 123 + 152 = 500 (100%)
R 225 of 500 ~ 45%
G 123 of 500 ~ 24.6%
B 152 of 500 ~ 30.4'%

%45
%24.6
%30.4

CMYK color model

#E17B98 color CMYK value is (0,45,32,12).

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

CMYK: (0,45,32,12)
C0M45Y32K12 (0%, 45%, 32%, 12%)
(0.00 / 0.45 / 0.32 / 0.12)

CMYK percentages

%0
%45.33
%32.44
%11.76

Codes

Color #E17B98 in popluar color models

E1 7B 98
RGB 225 123 152
HSL 343° 62.96% 68.24%
HSB/HSV 343° 45.33% 88.24%
CMYK 0.00% 45.33% 32.44%
11.76%

Color #E17B98 in popluar number systems.

HEX E1 7B 98
Decimal 225 123 152
Binary 11100001 1111011 10011000
Octal 341 173 230

Shades and tints

Shades of #E17B98

#E17B98
(225,123,152)
#CD708B
(205,112,139)
#B9657E
(185,101,126)
#A55A71
(165,90,113)
#914F64
(145,79,100)
#7D4457
(125,68,87)
#69394A
(105,57,74)
#552E3D
(85,46,61)
#412330
(65,35,48)
#2D1823
(45,24,35)
#190D16
(25,13,22)
#000000
(0,0,0)

Tints of #E17B98

#E17B98
(225,123,152)
#E387A1
(227,135,161)
#E593AA
(229,147,170)
#E79FB3
(231,159,179)
#E9ABBC
(233,171,188)
#EBB7C5
(235,183,197)
#EDC3CE
(237,195,206)
#EFCFD7
(239,207,215)
#F1DBE0
(241,219,224)
#F3E7E9
(243,231,233)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E17B98; }

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

This text font color is #E17B98.

Background Color

.myBgColor { background-color: #E17B98; }

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

This div background color is #E17B98.

Border color

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

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

This div border color is #E17B98.

Opacity

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

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

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

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

This text has shadow with #E17B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E17B98.

Preview

Color preview on black background

This text has color #E17B98 on black background.


Color preview on white background

This text has color #E17B98 on white background.


Black color preview on #E17B98 background

This text has black color on #E17B98 background.


White color preview on #E17B98 background

This text has white color on #E17B98 background.


Related colors

Complementary color

Complementary color for #hex is #1E8467.


I love getcolorcode.com

Triadic colors

1 #98E17B and #7B98E1 with #E17B98 are triadic colors.

2 #987BE1 and #7BE198 with #E17B98 are triadic colors.