COLOR #E898C3

HEX: #E898C3 RGB: (232,152,195)

Color info

#E898C3 contains mainly red and blue colors. Web safe color of #E898C3 is #FF99CC (or #F9C).

RGB color model

#E898C3 color RGB value is (232,152,195).

RGB: (232,152,195) (91%, 60%, 76%)

RGB channels and saturation

R 232 of 255 = 91%
G 152 of 255 = 60%
B 195 of 255 = 76%

232
152
195

R + G + B ~ 76%. #E898C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 152 + 195 = 579 (100%)
R 232 of 579 ~ 40.07%
G 152 of 579 ~ 26.25%
B 195 of 579 ~ 33.68'%

%40.07
%26.25
%33.68

CMYK color model

#E898C3 color CMYK value is (0,34,16,9).

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 15.95%
  • key color value is 9.02%

CMYK: (0,34,16,9)
C0M34Y16K9 (0%, 34%, 16%, 9%)
(0.00 / 0.34 / 0.16 / 0.09)

CMYK percentages

%0
%34.48
%15.95
%9.02

Codes

Color #E898C3 in popluar color models

E8 98 C3
RGB 232 152 195
HSL 328° 63.49% 75.29%
HSB/HSV 328° 34.48% 90.98%
CMYK 0.00% 34.48% 15.95%
9.02%

Color #E898C3 in popluar number systems.

HEX E8 98 C3
Decimal 232 152 195
Binary 11101000 10011000 11000011
Octal 350 230 303

Shades and tints

Shades of #E898C3

#E898C3
(232,152,195)
#D38BB2
(211,139,178)
#BE7EA1
(190,126,161)
#A97190
(169,113,144)
#94647F
(148,100,127)
#7F576E
(127,87,110)
#6A4A5D
(106,74,93)
#553D4C
(85,61,76)
#40303B
(64,48,59)
#2B232A
(43,35,42)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #E898C3

#E898C3
(232,152,195)
#EAA1C8
(234,161,200)
#ECAACD
(236,170,205)
#EEB3D2
(238,179,210)
#F0BCD7
(240,188,215)
#F2C5DC
(242,197,220)
#F4CEE1
(244,206,225)
#F6D7E6
(246,215,230)
#F8E0EB
(248,224,235)
#FAE9F0
(250,233,240)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E898C3 color. Also use rgb(232,152,195) instead hex code.

Text Font Color

.myTextColor { color: #E898C3; }

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

This text font color is #E898C3.

Background Color

.myBgColor { background-color: #E898C3; }

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

This div background color is #E898C3.

Border color

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

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

This div border color is #E898C3.

Opacity

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

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

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

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

This text has shadow with #E898C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E898C3.

Preview

Color preview on black background

This text has color #E898C3 on black background.


Color preview on white background

This text has color #E898C3 on white background.


Black color preview on #E898C3 background

This text has black color on #E898C3 background.


White color preview on #E898C3 background

This text has white color on #E898C3 background.


Related colors

Complementary color

Complementary color for #hex is #17673C.


I love getcolorcode.com

Triadic colors

1 #C3E898 and #98C3E8 with #E898C3 are triadic colors.

2 #C398E8 and #98E8C3 with #E898C3 are triadic colors.