COLOR #E28996

HEX: #E28996
RGB: (226,137,150)

Color info

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

RGB color model

#E28996 color RGB value is (226,137,150).

  • red value is 226;
  • green value is 137;
  • blue value is 150.
RGB:
(226,137,150)
(89%,54%,59%)

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 150 of 255 = 59%

226
137
150

R + G + B ~ 67%. #E28996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 137 + 150 = 513 (100%)
R 226 of 513 ~ 44.05%
G 137 of 513 ~ 26.71%
B 150 of 513 ~ 29.24%

%44.05
%26.71
%29.24

CMYK color model

#E28996 color CMYK value is (0,39,34,11).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 33.63%
  • key color value is 11.37%
CMYK:
(0,39,34,11)
C0M39Y34K11 
(0%,39%,34%,11%)
(0.00/0.39/0.34/0.11)	

CMYK percentages

%0
%39.38
%33.63
%11.37

Codes

Color #E28996 in popluar color models

E28996
RGB226137150
HSL351°60.54%71.18%
HSB/HSV351°39.38%88.63%
CMYK0.00%39.38%33.63%
11.37%

Color #E28996 in popluar number systems.

HEXE28996
Decimal226137150
Binary111000101000100110010110
Octal342211226

Shades and tints

Shades of #E28996

#E28996
(226,137,150)
#CE7D89
(206,125,137)
#BA717C
(186,113,124)
#A6656F
(166,101,111)
#925962
(146,89,98)
#7E4D55
(126,77,85)
#6A4148
(106,65,72)
#56353B
(86,53,59)
#42292E
(66,41,46)
#2E1D21
(46,29,33)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #E28996

#E28996
(226,137,150)
#E4939F
(228,147,159)
#E69DA8
(230,157,168)
#E8A7B1
(232,167,177)
#EAB1BA
(234,177,186)
#ECBBC3
(236,187,195)
#EEC5CC
(238,197,204)
#F0CFD5
(240,207,213)
#F2D9DE
(242,217,222)
#F4E3E7
(244,227,231)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28996 color. Also use rgb(226,137,150) instead hex code.

Text Font Color

.myTextColor { color: #E28996; }

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

This text font color is #E28996.


Background Color

.myBgColor { background-color: #E28996; }

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

This div background color is #E28996.


Border color

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

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

This div border color is #E28996.


Opacity

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

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

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

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

This text has shadow with #E28996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28996 on black background.


Color preview on white background

This text has color #E28996 on white background.



Black color preview on #E28996 background

This text has black color on #E28996 background.


White color preview on #E28996 background

This text has white color on #E28996 background.