COLOR #E28E97

HEX: #E28E97
RGB: (226,142,151)

Color info

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

RGB color model

#E28E97 color RGB value is (226,142,151).

  • red value is 226;
  • green value is 142;
  • blue value is 151.
RGB:
(226,142,151)
(89%,56%,59%)

RGB channels and saturation

R 226 of 255 = 89%
G 142 of 255 = 56%
B 151 of 255 = 59%

226
142
151

R + G + B ~ 68%. #E28E97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 142 + 151 = 519 (100%)
R 226 of 519 ~ 43.55%
G 142 of 519 ~ 27.36%
B 151 of 519 ~ 29.09%

%43.55
%27.36
%29.09

CMYK color model

#E28E97 color CMYK value is (0,37,33,11).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 33.19%
  • key color value is 11.37%
CMYK:
(0,37,33,11)
C0M37Y33K11 
(0%,37%,33%,11%)
(0.00/0.37/0.33/0.11)	

CMYK percentages

%0
%37.17
%33.19
%11.37

Codes

Color #E28E97 in popluar color models

E28E97
RGB226142151
HSL354°59.15%72.16%
HSB/HSV354°37.17%88.63%
CMYK0.00%37.17%33.19%
11.37%

Color #E28E97 in popluar number systems.

HEXE28E97
Decimal226142151
Binary111000101000111010010111
Octal342216227

Shades and tints

Shades of #E28E97

#E28E97
(226,142,151)
#CE828A
(206,130,138)
#BA767D
(186,118,125)
#A66A70
(166,106,112)
#925E63
(146,94,99)
#7E5256
(126,82,86)
#6A4649
(106,70,73)
#563A3C
(86,58,60)
#422E2F
(66,46,47)
#2E2222
(46,34,34)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #E28E97

#E28E97
(226,142,151)
#E498A0
(228,152,160)
#E6A2A9
(230,162,169)
#E8ACB2
(232,172,178)
#EAB6BB
(234,182,187)
#ECC0C4
(236,192,196)
#EECACD
(238,202,205)
#F0D4D6
(240,212,214)
#F2DEDF
(242,222,223)
#F4E8E8
(244,232,232)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28E97 color. Also use rgb(226,142,151) instead hex code.

Text Font Color

.myTextColor { color: #E28E97; }

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

This text font color is #E28E97.


Background Color

.myBgColor { background-color: #E28E97; }

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

This div background color is #E28E97.


Border color

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

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

This div border color is #E28E97.


Opacity

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

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

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

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

This text has shadow with #E28E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28E97 on black background.


Color preview on white background

This text has color #E28E97 on white background.



Black color preview on #E28E97 background

This text has black color on #E28E97 background.


White color preview on #E28E97 background

This text has white color on #E28E97 background.