COLOR #E29180

HEX: #E29180
RGB: (226,145,128)

Color info

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

RGB color model

#E29180 color RGB value is (226,145,128).

  • red value is 226;
  • green value is 145;
  • blue value is 128.
RGB:
(226,145,128)
(89%,57%,50%)

RGB channels and saturation

R 226 of 255 = 89%
G 145 of 255 = 57%
B 128 of 255 = 50%

226
145
128

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

Portions of RGB colors in percentages

R + G + B =
226 + 145 + 128 = 499 (100%)
R 226 of 499 ~ 45.29%
G 145 of 499 ~ 29.06%
B 128 of 499 ~ 25.65%

%45.29
%29.06
%25.65

CMYK color model

#E29180 color CMYK value is (0,36,43,11).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 43.36%
  • key color value is 11.37%
CMYK:
(0,36,43,11)
C0M36Y43K11 
(0%,36%,43%,11%)
(0.00/0.36/0.43/0.11)	

CMYK percentages

%0
%35.84
%43.36
%11.37

Codes

Color #E29180 in popluar color models

E29180
RGB226145128
HSL10°62.82%69.41%
HSB/HSV10°43.36%88.63%
CMYK0.00%35.84%43.36%
11.37%

Color #E29180 in popluar number systems.

HEXE29180
Decimal226145128
Binary111000101001000110000000
Octal342221200

Shades and tints

Shades of #E29180

#E29180
(226,145,128)
#CE8475
(206,132,117)
#BA776A
(186,119,106)
#A66A5F
(166,106,95)
#925D54
(146,93,84)
#7E5049
(126,80,73)
#6A433E
(106,67,62)
#563633
(86,54,51)
#422928
(66,41,40)
#2E1C1D
(46,28,29)
#1A0F12
(26,15,18)
#000000
(0,0,0)

Tints of #E29180

#E29180
(226,145,128)
#E49B8B
(228,155,139)
#E6A596
(230,165,150)
#E8AFA1
(232,175,161)
#EAB9AC
(234,185,172)
#ECC3B7
(236,195,183)
#EECDC2
(238,205,194)
#F0D7CD
(240,215,205)
#F2E1D8
(242,225,216)
#F4EBE3
(244,235,227)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29180 color. Also use rgb(226,145,128) instead hex code.

Text Font Color

.myTextColor { color: #E29180; }

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

This text font color is #E29180.


Background Color

.myBgColor { background-color: #E29180; }

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

This div background color is #E29180.


Border color

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

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

This div border color is #E29180.


Opacity

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

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

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

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

This text has shadow with #E29180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29180 on black background.


Color preview on white background

This text has color #E29180 on white background.



Black color preview on #E29180 background

This text has black color on #E29180 background.


White color preview on #E29180 background

This text has white color on #E29180 background.