COLOR #E28993

HEX: #E28993
RGB: (226,137,147)

Color info

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

RGB color model

#E28993 color RGB value is (226,137,147).

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

RGB channels and saturation

R 226 of 255 = 89%
G 137 of 255 = 54%
B 147 of 255 = 58%

226
137
147

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

Portions of RGB colors in percentages

R + G + B =
226 + 137 + 147 = 510 (100%)
R 226 of 510 ~ 44.31%
G 137 of 510 ~ 26.86%
B 147 of 510 ~ 28.82%

%44.31
%26.86
%28.82

CMYK color model

#E28993 color CMYK value is (0,39,35,11).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 34.96%
  • key color value is 11.37%
CMYK:
(0,39,35,11)
C0M39Y35K11 
(0%,39%,35%,11%)
(0.00/0.39/0.35/0.11)	

CMYK percentages

%0
%39.38
%34.96
%11.37

Codes

Color #E28993 in popluar color models

E28993
RGB226137147
HSL353°60.54%71.18%
HSB/HSV353°39.38%88.63%
CMYK0.00%39.38%34.96%
11.37%

Color #E28993 in popluar number systems.

HEXE28993
Decimal226137147
Binary111000101000100110010011
Octal342211223

Shades and tints

Shades of #E28993

#E28993
(226,137,147)
#CE7D86
(206,125,134)
#BA7179
(186,113,121)
#A6656C
(166,101,108)
#92595F
(146,89,95)
#7E4D52
(126,77,82)
#6A4145
(106,65,69)
#563538
(86,53,56)
#42292B
(66,41,43)
#2E1D1E
(46,29,30)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #E28993

#E28993
(226,137,147)
#E4939C
(228,147,156)
#E69DA5
(230,157,165)
#E8A7AE
(232,167,174)
#EAB1B7
(234,177,183)
#ECBBC0
(236,187,192)
#EEC5C9
(238,197,201)
#F0CFD2
(240,207,210)
#F2D9DB
(242,217,219)
#F4E3E4
(244,227,228)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E28993; }

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

This text font color is #E28993.


Background Color

.myBgColor { background-color: #E28993; }

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

This div background color is #E28993.


Border color

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

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

This div border color is #E28993.


Opacity

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

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

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

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

This text has shadow with #E28993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28993 on black background.


Color preview on white background

This text has color #E28993 on white background.



Black color preview on #E28993 background

This text has black color on #E28993 background.


White color preview on #E28993 background

This text has white color on #E28993 background.