COLOR #E28587

HEX: #E28587
RGB: (226,133,135)

Color info

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

RGB color model

#E28587 color RGB value is (226,133,135).

  • red value is 226;
  • green value is 133;
  • blue value is 135.
RGB:
(226,133,135)
(89%,52%,53%)

RGB channels and saturation

R 226 of 255 = 89%
G 133 of 255 = 52%
B 135 of 255 = 53%

226
133
135

R + G + B ~ 65%. #E28587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 133 + 135 = 494 (100%)
R 226 of 494 ~ 45.75%
G 133 of 494 ~ 26.92%
B 135 of 494 ~ 27.33%

%45.75
%26.92
%27.33

CMYK color model

#E28587 color CMYK value is (0,41,40,11).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 40.27%
  • key color value is 11.37%
CMYK:
(0,41,40,11)
C0M41Y40K11 
(0%,41%,40%,11%)
(0.00/0.41/0.40/0.11)	

CMYK percentages

%0
%41.15
%40.27
%11.37

Codes

Color #E28587 in popluar color models

E28587
RGB226133135
HSL359°61.59%70.39%
HSB/HSV359°41.15%88.63%
CMYK0.00%41.15%40.27%
11.37%

Color #E28587 in popluar number systems.

HEXE28587
Decimal226133135
Binary111000101000010110000111
Octal342205207

Shades and tints

Shades of #E28587

#E28587
(226,133,135)
#CE797B
(206,121,123)
#BA6D6F
(186,109,111)
#A66163
(166,97,99)
#925557
(146,85,87)
#7E494B
(126,73,75)
#6A3D3F
(106,61,63)
#563133
(86,49,51)
#422527
(66,37,39)
#2E191B
(46,25,27)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #E28587

#E28587
(226,133,135)
#E49091
(228,144,145)
#E69B9B
(230,155,155)
#E8A6A5
(232,166,165)
#EAB1AF
(234,177,175)
#ECBCB9
(236,188,185)
#EEC7C3
(238,199,195)
#F0D2CD
(240,210,205)
#F2DDD7
(242,221,215)
#F4E8E1
(244,232,225)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E28587 color. Also use rgb(226,133,135) instead hex code.

Text Font Color

.myTextColor { color: #E28587; }

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

This text font color is #E28587.


Background Color

.myBgColor { background-color: #E28587; }

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

This div background color is #E28587.


Border color

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

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

This div border color is #E28587.


Opacity

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

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

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

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

This text has shadow with #E28587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28587 on black background.


Color preview on white background

This text has color #E28587 on white background.



Black color preview on #E28587 background

This text has black color on #E28587 background.


White color preview on #E28587 background

This text has white color on #E28587 background.