COLOR #E497D8

HEX: #E497D8
RGB: (228,151,216)

Color info

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

RGB color model

#E497D8 color RGB value is (228,151,216).

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

RGB channels and saturation

R 228 of 255 = 89%
G 151 of 255 = 59%
B 216 of 255 = 85%

228
151
216

R + G + B ~ 78%. #E497D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 151 + 216 = 595 (100%)
R 228 of 595 ~ 38.32%
G 151 of 595 ~ 25.38%
B 216 of 595 ~ 36.3%

%38.32
%25.38
%36.3

CMYK color model

#E497D8 color CMYK value is (0,34,5,11).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 5.26%
  • key color value is 10.59%
CMYK:
(0,34,5,11)
C0M34Y5K11 
(0%,34%,5%,11%)
(0.00/0.34/0.05/0.11)	

CMYK percentages

%0
%33.77
%5.26
%10.59

Codes

Color #E497D8 in popluar color models

E497D8
RGB228151216
HSL309°58.78%74.31%
HSB/HSV309°33.77%89.41%
CMYK0.00%33.77%5.26%
10.59%

Color #E497D8 in popluar number systems.

HEXE497D8
Decimal228151216
Binary111001001001011111011000
Octal344227330

Shades and tints

Shades of #E497D8

#E497D8
(228,151,216)
#D08AC5
(208,138,197)
#BC7DB2
(188,125,178)
#A8709F
(168,112,159)
#94638C
(148,99,140)
#805679
(128,86,121)
#6C4966
(108,73,102)
#583C53
(88,60,83)
#442F40
(68,47,64)
#30222D
(48,34,45)
#1C151A
(28,21,26)
#000000
(0,0,0)

Tints of #E497D8

#E497D8
(228,151,216)
#E6A0DB
(230,160,219)
#E8A9DE
(232,169,222)
#EAB2E1
(234,178,225)
#ECBBE4
(236,187,228)
#EEC4E7
(238,196,231)
#F0CDEA
(240,205,234)
#F2D6ED
(242,214,237)
#F4DFF0
(244,223,240)
#F6E8F3
(246,232,243)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E497D8; }

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

This text font color is #E497D8.


Background Color

.myBgColor { background-color: #E497D8; }

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

This div background color is #E497D8.


Border color

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

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

This div border color is #E497D8.


Opacity

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

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

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

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

This text has shadow with #E497D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E497D8 on black background.


Color preview on white background

This text has color #E497D8 on white background.



Black color preview on #E497D8 background

This text has black color on #E497D8 background.


White color preview on #E497D8 background

This text has white color on #E497D8 background.