COLOR #E498A3

HEX: #E498A3
RGB: (228,152,163)

Color info

#E498A3 contains mainly red color. Web safe color of #E498A3 is #CC9999 (or #C99).

RGB color model

#E498A3 color RGB value is (228,152,163).

  • red value is 228;
  • green value is 152;
  • blue value is 163.
RGB:
(228,152,163)
(89%,60%,64%)

RGB channels and saturation

R 228 of 255 = 89%
G 152 of 255 = 60%
B 163 of 255 = 64%

228
152
163

R + G + B ~ 71%. #E498A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 152 + 163 = 543 (100%)
R 228 of 543 ~ 41.99%
G 152 of 543 ~ 27.99%
B 163 of 543 ~ 30.02%

%41.99
%27.99
%30.02

CMYK color model

#E498A3 color CMYK value is (0,33,29,11).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 28.51%
  • key color value is 10.59%
CMYK:
(0,33,29,11)
C0M33Y29K11 
(0%,33%,29%,11%)
(0.00/0.33/0.29/0.11)	

CMYK percentages

%0
%33.33
%28.51
%10.59

Codes

Color #E498A3 in popluar color models

E498A3
RGB228152163
HSL351°58.46%74.51%
HSB/HSV351°33.33%89.41%
CMYK0.00%33.33%28.51%
10.59%

Color #E498A3 in popluar number systems.

HEXE498A3
Decimal228152163
Binary111001001001100010100011
Octal344230243

Shades and tints

Shades of #E498A3

#E498A3
(228,152,163)
#D08B95
(208,139,149)
#BC7E87
(188,126,135)
#A87179
(168,113,121)
#94646B
(148,100,107)
#80575D
(128,87,93)
#6C4A4F
(108,74,79)
#583D41
(88,61,65)
#443033
(68,48,51)
#302325
(48,35,37)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E498A3

#E498A3
(228,152,163)
#E6A1AB
(230,161,171)
#E8AAB3
(232,170,179)
#EAB3BB
(234,179,187)
#ECBCC3
(236,188,195)
#EEC5CB
(238,197,203)
#F0CED3
(240,206,211)
#F2D7DB
(242,215,219)
#F4E0E3
(244,224,227)
#F6E9EB
(246,233,235)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E498A3 color. Also use rgb(228,152,163) instead hex code.

Text Font Color

.myTextColor { color: #E498A3; }

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

This text font color is #E498A3.


Background Color

.myBgColor { background-color: #E498A3; }

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

This div background color is #E498A3.


Border color

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

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

This div border color is #E498A3.


Opacity

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

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

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

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

This text has shadow with #E498A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E498A3 on black background.


Color preview on white background

This text has color #E498A3 on white background.



Black color preview on #E498A3 background

This text has black color on #E498A3 background.


White color preview on #E498A3 background

This text has white color on #E498A3 background.