COLOR #E58980

HEX: #E58980
RGB: (229,137,128)

Color info

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

RGB color model

#E58980 color RGB value is (229,137,128).

  • red value is 229;
  • green value is 137;
  • blue value is 128.
RGB:
(229,137,128)
(90%,54%,50%)

RGB channels and saturation

R 229 of 255 = 90%
G 137 of 255 = 54%
B 128 of 255 = 50%

229
137
128

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

Portions of RGB colors in percentages

R + G + B =
229 + 137 + 128 = 494 (100%)
R 229 of 494 ~ 46.36%
G 137 of 494 ~ 27.73%
B 128 of 494 ~ 25.91%

%46.36
%27.73
%25.91

CMYK color model

#E58980 color CMYK value is (0,40,44,10).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 44.10%
  • key color value is 10.20%
CMYK:
(0,40,44,10)
C0M40Y44K10 
(0%,40%,44%,10%)
(0.00/0.40/0.44/0.10)	

CMYK percentages

%0
%40.17
%44.1
%10.2

Codes

Color #E58980 in popluar color models

E58980
RGB229137128
HSL66.01%70.00%
HSB/HSV44.10%89.80%
CMYK0.00%40.17%44.10%
10.20%

Color #E58980 in popluar number systems.

HEXE58980
Decimal229137128
Binary111001011000100110000000
Octal345211200

Shades and tints

Shades of #E58980

#E58980
(229,137,128)
#D17D75
(209,125,117)
#BD716A
(189,113,106)
#A9655F
(169,101,95)
#955954
(149,89,84)
#814D49
(129,77,73)
#6D413E
(109,65,62)
#593533
(89,53,51)
#452928
(69,41,40)
#311D1D
(49,29,29)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #E58980

#E58980
(229,137,128)
#E7938B
(231,147,139)
#E99D96
(233,157,150)
#EBA7A1
(235,167,161)
#EDB1AC
(237,177,172)
#EFBBB7
(239,187,183)
#F1C5C2
(241,197,194)
#F3CFCD
(243,207,205)
#F5D9D8
(245,217,216)
#F7E3E3
(247,227,227)
#F9EDEE
(249,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E58980 color. Also use rgb(229,137,128) instead hex code.

Text Font Color

.myTextColor { color: #E58980; }

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

This text font color is #E58980.


Background Color

.myBgColor { background-color: #E58980; }

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

This div background color is #E58980.


Border color

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

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

This div border color is #E58980.


Opacity

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

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

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

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

This text has shadow with #E58980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E58980 on black background.


Color preview on white background

This text has color #E58980 on white background.



Black color preview on #E58980 background

This text has black color on #E58980 background.


White color preview on #E58980 background

This text has white color on #E58980 background.