COLOR #E497AE

HEX: #E497AE
RGB: (228,151,174)

Color info

#E497AE contains mainly red and blue colors. Web safe color of #E497AE is #CC9999 (or #C99).

RGB color model

#E497AE color RGB value is (228,151,174).

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

RGB channels and saturation

R 228 of 255 = 89%
G 151 of 255 = 59%
B 174 of 255 = 68%

228
151
174

R + G + B ~ 72%. #E497AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 151 + 174 = 553 (100%)
R 228 of 553 ~ 41.23%
G 151 of 553 ~ 27.31%
B 174 of 553 ~ 31.46%

%41.23
%27.31
%31.46

CMYK color model

#E497AE color CMYK value is (0,34,24,11).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 23.68%
  • key color value is 10.59%
CMYK:
(0,34,24,11)
C0M34Y24K11 
(0%,34%,24%,11%)
(0.00/0.34/0.24/0.11)	

CMYK percentages

%0
%33.77
%23.68
%10.59

Codes

Color #E497AE in popluar color models

E497AE
RGB228151174
HSL342°58.78%74.31%
HSB/HSV342°33.77%89.41%
CMYK0.00%33.77%23.68%
10.59%

Color #E497AE in popluar number systems.

HEXE497AE
Decimal228151174
Binary111001001001011110101110
Octal344227256

Shades and tints

Shades of #E497AE

#E497AE
(228,151,174)
#D08A9F
(208,138,159)
#BC7D90
(188,125,144)
#A87081
(168,112,129)
#946372
(148,99,114)
#805663
(128,86,99)
#6C4954
(108,73,84)
#583C45
(88,60,69)
#442F36
(68,47,54)
#302227
(48,34,39)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #E497AE

#E497AE
(228,151,174)
#E6A0B5
(230,160,181)
#E8A9BC
(232,169,188)
#EAB2C3
(234,178,195)
#ECBBCA
(236,187,202)
#EEC4D1
(238,196,209)
#F0CDD8
(240,205,216)
#F2D6DF
(242,214,223)
#F4DFE6
(244,223,230)
#F6E8ED
(246,232,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E497AE; }

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

This text font color is #E497AE.


Background Color

.myBgColor { background-color: #E497AE; }

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

This div background color is #E497AE.


Border color

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

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

This div border color is #E497AE.


Opacity

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

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

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

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

This text has shadow with #E497AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E497AE on black background.


Color preview on white background

This text has color #E497AE on white background.



Black color preview on #E497AE background

This text has black color on #E497AE background.


White color preview on #E497AE background

This text has white color on #E497AE background.