COLOR #E28D94

HEX: #E28D94
RGB: (226,141,148)

Color info

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

RGB color model

#E28D94 color RGB value is (226,141,148).

  • red value is 226;
  • green value is 141;
  • blue value is 148.
RGB:
(226,141,148)
(89%,55%,58%)

RGB channels and saturation

R 226 of 255 = 89%
G 141 of 255 = 55%
B 148 of 255 = 58%

226
141
148

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

Portions of RGB colors in percentages

R + G + B =
226 + 141 + 148 = 515 (100%)
R 226 of 515 ~ 43.88%
G 141 of 515 ~ 27.38%
B 148 of 515 ~ 28.74%

%43.88
%27.38
%28.74

CMYK color model

#E28D94 color CMYK value is (0,38,35,11).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 34.51%
  • key color value is 11.37%
CMYK:
(0,38,35,11)
C0M38Y35K11 
(0%,38%,35%,11%)
(0.00/0.38/0.35/0.11)	

CMYK percentages

%0
%37.61
%34.51
%11.37

Codes

Color #E28D94 in popluar color models

E28D94
RGB226141148
HSL355°59.44%71.96%
HSB/HSV355°37.61%88.63%
CMYK0.00%37.61%34.51%
11.37%

Color #E28D94 in popluar number systems.

HEXE28D94
Decimal226141148
Binary111000101000110110010100
Octal342215224

Shades and tints

Shades of #E28D94

#E28D94
(226,141,148)
#CE8187
(206,129,135)
#BA757A
(186,117,122)
#A6696D
(166,105,109)
#925D60
(146,93,96)
#7E5153
(126,81,83)
#6A4546
(106,69,70)
#563939
(86,57,57)
#422D2C
(66,45,44)
#2E211F
(46,33,31)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #E28D94

#E28D94
(226,141,148)
#E4979D
(228,151,157)
#E6A1A6
(230,161,166)
#E8ABAF
(232,171,175)
#EAB5B8
(234,181,184)
#ECBFC1
(236,191,193)
#EEC9CA
(238,201,202)
#F0D3D3
(240,211,211)
#F2DDDC
(242,221,220)
#F4E7E5
(244,231,229)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28D94 color. Also use rgb(226,141,148) instead hex code.

Text Font Color

.myTextColor { color: #E28D94; }

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

This text font color is #E28D94.


Background Color

.myBgColor { background-color: #E28D94; }

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

This div background color is #E28D94.


Border color

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

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

This div border color is #E28D94.


Opacity

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

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

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

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

This text has shadow with #E28D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28D94 on black background.


Color preview on white background

This text has color #E28D94 on white background.



Black color preview on #E28D94 background

This text has black color on #E28D94 background.


White color preview on #E28D94 background

This text has white color on #E28D94 background.