COLOR #E495A6

HEX: #E495A6
RGB: (228,149,166)

Color info

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

RGB color model

#E495A6 color RGB value is (228,149,166).

  • red value is 228;
  • green value is 149;
  • blue value is 166.
RGB:
(228,149,166)
(89%,58%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 149 of 255 = 58%
B 166 of 255 = 65%

228
149
166

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

Portions of RGB colors in percentages

R + G + B =
228 + 149 + 166 = 543 (100%)
R 228 of 543 ~ 41.99%
G 149 of 543 ~ 27.44%
B 166 of 543 ~ 30.57%

%41.99
%27.44
%30.57

CMYK color model

#E495A6 color CMYK value is (0,35,27,11).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 27.19%
  • key color value is 10.59%
CMYK:
(0,35,27,11)
C0M35Y27K11 
(0%,35%,27%,11%)
(0.00/0.35/0.27/0.11)	

CMYK percentages

%0
%34.65
%27.19
%10.59

Codes

Color #E495A6 in popluar color models

E495A6
RGB228149166
HSL347°59.40%73.92%
HSB/HSV347°34.65%89.41%
CMYK0.00%34.65%27.19%
10.59%

Color #E495A6 in popluar number systems.

HEXE495A6
Decimal228149166
Binary111001001001010110100110
Octal344225246

Shades and tints

Shades of #E495A6

#E495A6
(228,149,166)
#D08897
(208,136,151)
#BC7B88
(188,123,136)
#A86E79
(168,110,121)
#94616A
(148,97,106)
#80545B
(128,84,91)
#6C474C
(108,71,76)
#583A3D
(88,58,61)
#442D2E
(68,45,46)
#30201F
(48,32,31)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #E495A6

#E495A6
(228,149,166)
#E69EAE
(230,158,174)
#E8A7B6
(232,167,182)
#EAB0BE
(234,176,190)
#ECB9C6
(236,185,198)
#EEC2CE
(238,194,206)
#F0CBD6
(240,203,214)
#F2D4DE
(242,212,222)
#F4DDE6
(244,221,230)
#F6E6EE
(246,230,238)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E495A6 color. Also use rgb(228,149,166) instead hex code.

Text Font Color

.myTextColor { color: #E495A6; }

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

This text font color is #E495A6.


Background Color

.myBgColor { background-color: #E495A6; }

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

This div background color is #E495A6.


Border color

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

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

This div border color is #E495A6.


Opacity

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

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

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

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

This text has shadow with #E495A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E495A6 on black background.


Color preview on white background

This text has color #E495A6 on white background.



Black color preview on #E495A6 background

This text has black color on #E495A6 background.


White color preview on #E495A6 background

This text has white color on #E495A6 background.