COLOR #E28E9C

HEX: #E28E9C RGB: (226,142,156)

Color info

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

RGB color model

#E28E9C color RGB value is (226,142,156).

RGB: (226,142,156) (89%, 56%, 61%)

RGB channels and saturation

R 226 of 255 = 89%
G 142 of 255 = 56%
B 156 of 255 = 61%

226
142
156

R + G + B ~ 69%. #E28E9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 142 + 156 = 524 (100%)
R 226 of 524 ~ 43.13%
G 142 of 524 ~ 27.1%
B 156 of 524 ~ 29.77'%

%43.13
%27.1
%29.77

CMYK color model

#E28E9C color CMYK value is (0,37,31,11).

  • cyan value is 0.00%
  • magenta value is 37.17%
  • yellow value is 30.97%
  • key color value is 11.37%

CMYK: (0,37,31,11)
C0M37Y31K11 (0%, 37%, 31%, 11%)
(0.00 / 0.37 / 0.31 / 0.11)

CMYK percentages

%0
%37.17
%30.97
%11.37

Codes

Color #E28E9C in popluar color models

E2 8E 9C
RGB 226 142 156
HSL 350° 59.15% 72.16%
HSB/HSV 350° 37.17% 88.63%
CMYK 0.00% 37.17% 30.97%
11.37%

Color #E28E9C in popluar number systems.

HEX E2 8E 9C
Decimal 226 142 156
Binary 11100010 10001110 10011100
Octal 342 216 234

Shades and tints

Shades of #E28E9C

#E28E9C
(226,142,156)
#CE828E
(206,130,142)
#BA7680
(186,118,128)
#A66A72
(166,106,114)
#925E64
(146,94,100)
#7E5256
(126,82,86)
#6A4648
(106,70,72)
#563A3A
(86,58,58)
#422E2C
(66,46,44)
#2E221E
(46,34,30)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #E28E9C

#E28E9C
(226,142,156)
#E498A5
(228,152,165)
#E6A2AE
(230,162,174)
#E8ACB7
(232,172,183)
#EAB6C0
(234,182,192)
#ECC0C9
(236,192,201)
#EECAD2
(238,202,210)
#F0D4DB
(240,212,219)
#F2DEE4
(242,222,228)
#F4E8ED
(244,232,237)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E28E9C; }

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

This text font color is #E28E9C.

Background Color

.myBgColor { background-color: #E28E9C; }

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

This div background color is #E28E9C.

Border color

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

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

This div border color is #E28E9C.

Opacity

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

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

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

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

This text has shadow with #E28E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E28E9C.

Preview

Color preview on black background

This text has color #E28E9C on black background.


Color preview on white background

This text has color #E28E9C on white background.


Black color preview on #E28E9C background

This text has black color on #E28E9C background.


White color preview on #E28E9C background

This text has white color on #E28E9C background.


Related colors

Complementary color

Complementary color for #hex is #1D7163.


I love getcolorcode.com

Triadic colors

1 #9CE28E and #8E9CE2 with #E28E9C are triadic colors.

2 #9C8EE2 and #8EE29C with #E28E9C are triadic colors.