COLOR #E2857D

HEX: #E2857D
RGB: (226,133,125)

Color info

#E2857D contains mainly red color. Web safe color of #E2857D is #CC9966 (or #C96).

RGB color model

#E2857D color RGB value is (226,133,125).

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

RGB channels and saturation

R 226 of 255 = 89%
G 133 of 255 = 52%
B 125 of 255 = 49%

226
133
125

R + G + B ~ 63%. #E2857D is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 133 + 125 = 484 (100%)
R 226 of 484 ~ 46.69%
G 133 of 484 ~ 27.48%
B 125 of 484 ~ 25.83%

%46.69
%27.48
%25.83

CMYK color model

#E2857D color CMYK value is (0,41,45,11).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 44.69%
  • key color value is 11.37%
CMYK:
(0,41,45,11)
C0M41Y45K11 
(0%,41%,45%,11%)
(0.00/0.41/0.45/0.11)	

CMYK percentages

%0
%41.15
%44.69
%11.37

Codes

Color #E2857D in popluar color models

E2857D
RGB226133125
HSL63.52%68.82%
HSB/HSV44.69%88.63%
CMYK0.00%41.15%44.69%
11.37%

Color #E2857D in popluar number systems.

HEXE2857D
Decimal226133125
Binary11100010100001011111101
Octal342205175

Shades and tints

Shades of #E2857D

#E2857D
(226,133,125)
#CE7972
(206,121,114)
#BA6D67
(186,109,103)
#A6615C
(166,97,92)
#925551
(146,85,81)
#7E4946
(126,73,70)
#6A3D3B
(106,61,59)
#563130
(86,49,48)
#422525
(66,37,37)
#2E191A
(46,25,26)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #E2857D

#E2857D
(226,133,125)
#E49088
(228,144,136)
#E69B93
(230,155,147)
#E8A69E
(232,166,158)
#EAB1A9
(234,177,169)
#ECBCB4
(236,188,180)
#EEC7BF
(238,199,191)
#F0D2CA
(240,210,202)
#F2DDD5
(242,221,213)
#F4E8E0
(244,232,224)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2857D; }

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

This text font color is #E2857D.


Background Color

.myBgColor { background-color: #E2857D; }

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

This div background color is #E2857D.


Border color

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

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

This div border color is #E2857D.


Opacity

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

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

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

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

This text has shadow with #E2857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2857D on black background.


Color preview on white background

This text has color #E2857D on white background.



Black color preview on #E2857D background

This text has black color on #E2857D background.


White color preview on #E2857D background

This text has white color on #E2857D background.