COLOR #E496A1

HEX: #E496A1
RGB: (228,150,161)

Color info

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

RGB color model

#E496A1 color RGB value is (228,150,161).

  • red value is 228;
  • green value is 150;
  • blue value is 161.
RGB:
(228,150,161)
(89%,59%,63%)

RGB channels and saturation

R 228 of 255 = 89%
G 150 of 255 = 59%
B 161 of 255 = 63%

228
150
161

R + G + B ~ 70%. #E496A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 150 + 161 = 539 (100%)
R 228 of 539 ~ 42.3%
G 150 of 539 ~ 27.83%
B 161 of 539 ~ 29.87%

%42.3
%27.83
%29.87

CMYK color model

#E496A1 color CMYK value is (0,34,29,11).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 29.39%
  • key color value is 10.59%
CMYK:
(0,34,29,11)
C0M34Y29K11 
(0%,34%,29%,11%)
(0.00/0.34/0.29/0.11)	

CMYK percentages

%0
%34.21
%29.39
%10.59

Codes

Color #E496A1 in popluar color models

E496A1
RGB228150161
HSL352°59.09%74.12%
HSB/HSV352°34.21%89.41%
CMYK0.00%34.21%29.39%
10.59%

Color #E496A1 in popluar number systems.

HEXE496A1
Decimal228150161
Binary111001001001011010100001
Octal344226241

Shades and tints

Shades of #E496A1

#E496A1
(228,150,161)
#D08993
(208,137,147)
#BC7C85
(188,124,133)
#A86F77
(168,111,119)
#946269
(148,98,105)
#80555B
(128,85,91)
#6C484D
(108,72,77)
#583B3F
(88,59,63)
#442E31
(68,46,49)
#302123
(48,33,35)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #E496A1

#E496A1
(228,150,161)
#E69FA9
(230,159,169)
#E8A8B1
(232,168,177)
#EAB1B9
(234,177,185)
#ECBAC1
(236,186,193)
#EEC3C9
(238,195,201)
#F0CCD1
(240,204,209)
#F2D5D9
(242,213,217)
#F4DEE1
(244,222,225)
#F6E7E9
(246,231,233)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E496A1 color. Also use rgb(228,150,161) instead hex code.

Text Font Color

.myTextColor { color: #E496A1; }

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

This text font color is #E496A1.


Background Color

.myBgColor { background-color: #E496A1; }

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

This div background color is #E496A1.


Border color

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

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

This div border color is #E496A1.


Opacity

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

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

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

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

This text has shadow with #E496A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E496A1 on black background.


Color preview on white background

This text has color #E496A1 on white background.



Black color preview on #E496A1 background

This text has black color on #E496A1 background.


White color preview on #E496A1 background

This text has white color on #E496A1 background.