COLOR #E497B4

HEX: #E497B4
RGB: (228,151,180)

Color info

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

RGB color model

#E497B4 color RGB value is (228,151,180).

  • red value is 228;
  • green value is 151;
  • blue value is 180.
RGB:
(228,151,180)
(89%,59%,71%)

RGB channels and saturation

R 228 of 255 = 89%
G 151 of 255 = 59%
B 180 of 255 = 71%

228
151
180

R + G + B ~ 73%. #E497B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 151 + 180 = 559 (100%)
R 228 of 559 ~ 40.79%
G 151 of 559 ~ 27.01%
B 180 of 559 ~ 32.2%

%40.79
%27.01
%32.2

CMYK color model

#E497B4 color CMYK value is (0,34,21,11).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 21.05%
  • key color value is 10.59%
CMYK:
(0,34,21,11)
C0M34Y21K11 
(0%,34%,21%,11%)
(0.00/0.34/0.21/0.11)	

CMYK percentages

%0
%33.77
%21.05
%10.59

Codes

Color #E497B4 in popluar color models

E497B4
RGB228151180
HSL337°58.78%74.31%
HSB/HSV337°33.77%89.41%
CMYK0.00%33.77%21.05%
10.59%

Color #E497B4 in popluar number systems.

HEXE497B4
Decimal228151180
Binary111001001001011110110100
Octal344227264

Shades and tints

Shades of #E497B4

#E497B4
(228,151,180)
#D08AA4
(208,138,164)
#BC7D94
(188,125,148)
#A87084
(168,112,132)
#946374
(148,99,116)
#805664
(128,86,100)
#6C4954
(108,73,84)
#583C44
(88,60,68)
#442F34
(68,47,52)
#302224
(48,34,36)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #E497B4

#E497B4
(228,151,180)
#E6A0BA
(230,160,186)
#E8A9C0
(232,169,192)
#EAB2C6
(234,178,198)
#ECBBCC
(236,187,204)
#EEC4D2
(238,196,210)
#F0CDD8
(240,205,216)
#F2D6DE
(242,214,222)
#F4DFE4
(244,223,228)
#F6E8EA
(246,232,234)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E497B4 color. Also use rgb(228,151,180) instead hex code.

Text Font Color

.myTextColor { color: #E497B4; }

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

This text font color is #E497B4.


Background Color

.myBgColor { background-color: #E497B4; }

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

This div background color is #E497B4.


Border color

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

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

This div border color is #E497B4.


Opacity

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

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

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

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

This text has shadow with #E497B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E497B4 on black background.


Color preview on white background

This text has color #E497B4 on white background.



Black color preview on #E497B4 background

This text has black color on #E497B4 background.


White color preview on #E497B4 background

This text has white color on #E497B4 background.