COLOR #E28F97

HEX: #E28F97
RGB: (226,143,151)

Color info

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

RGB color model

#E28F97 color RGB value is (226,143,151).

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

RGB channels and saturation

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

226
143
151

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

Portions of RGB colors in percentages

R + G + B =
226 + 143 + 151 = 520 (100%)
R 226 of 520 ~ 43.46%
G 143 of 520 ~ 27.5%
B 151 of 520 ~ 29.04%

%43.46
%27.5
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.73%
  • 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
%36.73
%33.19
%11.37

Codes

Color #E28F97 in popluar color models

E28F97
RGB226143151
HSL354°58.87%72.35%
HSB/HSV354°36.73%88.63%
CMYK0.00%36.73%33.19%
11.37%

Color #E28F97 in popluar number systems.

HEXE28F97
Decimal226143151
Binary111000101000111110010111
Octal342217227

Shades and tints

Shades of #E28F97

#E28F97
(226,143,151)
#CE828A
(206,130,138)
#BA757D
(186,117,125)
#A66870
(166,104,112)
#925B63
(146,91,99)
#7E4E56
(126,78,86)
#6A4149
(106,65,73)
#56343C
(86,52,60)
#42272F
(66,39,47)
#2E1A22
(46,26,34)
#1A0D15
(26,13,21)
#000000
(0,0,0)

Tints of #E28F97

#E28F97
(226,143,151)
#E499A0
(228,153,160)
#E6A3A9
(230,163,169)
#E8ADB2
(232,173,178)
#EAB7BB
(234,183,187)
#ECC1C4
(236,193,196)
#EECBCD
(238,203,205)
#F0D5D6
(240,213,214)
#F2DFDF
(242,223,223)
#F4E9E8
(244,233,232)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E28F97; }

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

This text font color is #E28F97.


Background Color

.myBgColor { background-color: #E28F97; }

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

This div background color is #E28F97.


Border color

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

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

This div border color is #E28F97.


Opacity

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

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

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

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

This text has shadow with #E28F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E28F97 on black background.


Color preview on white background

This text has color #E28F97 on white background.



Black color preview on #E28F97 background

This text has black color on #E28F97 background.


White color preview on #E28F97 background

This text has white color on #E28F97 background.