COLOR #E498C9

HEX: #E498C9
RGB: (228,152,201)

Color info

#E498C9 contains mainly red and blue colors. Web safe color of #E498C9 is #CC99CC (or #C9C).

RGB color model

#E498C9 color RGB value is (228,152,201).

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

RGB channels and saturation

R 228 of 255 = 89%
G 152 of 255 = 60%
B 201 of 255 = 79%

228
152
201

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

Portions of RGB colors in percentages

R + G + B =
228 + 152 + 201 = 581 (100%)
R 228 of 581 ~ 39.24%
G 152 of 581 ~ 26.16%
B 201 of 581 ~ 34.6%

%39.24
%26.16
%34.6

CMYK color model

#E498C9 color CMYK value is (0,33,12,11).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 11.84%
  • key color value is 10.59%
CMYK:
(0,33,12,11)
C0M33Y12K11 
(0%,33%,12%,11%)
(0.00/0.33/0.12/0.11)	

CMYK percentages

%0
%33.33
%11.84
%10.59

Codes

Color #E498C9 in popluar color models

E498C9
RGB228152201
HSL321°58.46%74.51%
HSB/HSV321°33.33%89.41%
CMYK0.00%33.33%11.84%
10.59%

Color #E498C9 in popluar number systems.

HEXE498C9
Decimal228152201
Binary111001001001100011001001
Octal344230311

Shades and tints

Shades of #E498C9

#E498C9
(228,152,201)
#D08BB7
(208,139,183)
#BC7EA5
(188,126,165)
#A87193
(168,113,147)
#946481
(148,100,129)
#80576F
(128,87,111)
#6C4A5D
(108,74,93)
#583D4B
(88,61,75)
#443039
(68,48,57)
#302327
(48,35,39)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E498C9

#E498C9
(228,152,201)
#E6A1CD
(230,161,205)
#E8AAD1
(232,170,209)
#EAB3D5
(234,179,213)
#ECBCD9
(236,188,217)
#EEC5DD
(238,197,221)
#F0CEE1
(240,206,225)
#F2D7E5
(242,215,229)
#F4E0E9
(244,224,233)
#F6E9ED
(246,233,237)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E498C9; }

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

This text font color is #E498C9.


Background Color

.myBgColor { background-color: #E498C9; }

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

This div background color is #E498C9.


Border color

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

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

This div border color is #E498C9.


Opacity

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

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

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

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

This text has shadow with #E498C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E498C9 on black background.


Color preview on white background

This text has color #E498C9 on white background.



Black color preview on #E498C9 background

This text has black color on #E498C9 background.


White color preview on #E498C9 background

This text has white color on #E498C9 background.