COLOR #E496B4

HEX: #E496B4
RGB: (228,150,180)

Color info

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

RGB color model

#E496B4 color RGB value is (228,150,180).

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

RGB channels and saturation

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

228
150
180

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

Portions of RGB colors in percentages

R + G + B =
228 + 150 + 180 = 558 (100%)
R 228 of 558 ~ 40.86%
G 150 of 558 ~ 26.88%
B 180 of 558 ~ 32.26%

%40.86
%26.88
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.21%
  • 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
%34.21
%21.05
%10.59

Codes

Color #E496B4 in popluar color models

E496B4
RGB228150180
HSL337°59.09%74.12%
HSB/HSV337°34.21%89.41%
CMYK0.00%34.21%21.05%
10.59%

Color #E496B4 in popluar number systems.

HEXE496B4
Decimal228150180
Binary111001001001011010110100
Octal344226264

Shades and tints

Shades of #E496B4

#E496B4
(228,150,180)
#D089A4
(208,137,164)
#BC7C94
(188,124,148)
#A86F84
(168,111,132)
#946274
(148,98,116)
#805564
(128,85,100)
#6C4854
(108,72,84)
#583B44
(88,59,68)
#442E34
(68,46,52)
#302124
(48,33,36)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #E496B4

#E496B4
(228,150,180)
#E69FBA
(230,159,186)
#E8A8C0
(232,168,192)
#EAB1C6
(234,177,198)
#ECBACC
(236,186,204)
#EEC3D2
(238,195,210)
#F0CCD8
(240,204,216)
#F2D5DE
(242,213,222)
#F4DEE4
(244,222,228)
#F6E7EA
(246,231,234)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E496B4; }

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

This text font color is #E496B4.


Background Color

.myBgColor { background-color: #E496B4; }

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

This div background color is #E496B4.


Border color

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

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

This div border color is #E496B4.


Opacity

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

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

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

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

This text has shadow with #E496B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E496B4 on black background.


Color preview on white background

This text has color #E496B4 on white background.



Black color preview on #E496B4 background

This text has black color on #E496B4 background.


White color preview on #E496B4 background

This text has white color on #E496B4 background.