COLOR #E0958A

HEX: #E0958A
RGB: (224,149,138)

Color info

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

RGB color model

#E0958A color RGB value is (224,149,138).

  • red value is 224;
  • green value is 149;
  • blue value is 138.
RGB:
(224,149,138)
(88%,58%,54%)

RGB channels and saturation

R 224 of 255 = 88%
G 149 of 255 = 58%
B 138 of 255 = 54%

224
149
138

R + G + B ~ 67%. #E0958A is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 149 + 138 = 511 (100%)
R 224 of 511 ~ 43.84%
G 149 of 511 ~ 29.16%
B 138 of 511 ~ 27.01%

%43.84
%29.16
%27.01

CMYK color model

#E0958A color CMYK value is (0,33,38,12).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 38.39%
  • key color value is 12.16%
CMYK:
(0,33,38,12)
C0M33Y38K12 
(0%,33%,38%,12%)
(0.00/0.33/0.38/0.12)	

CMYK percentages

%0
%33.48
%38.39
%12.16

Codes

Color #E0958A in popluar color models

E0958A
RGB224149138
HSL58.11%70.98%
HSB/HSV38.39%87.84%
CMYK0.00%33.48%38.39%
12.16%

Color #E0958A in popluar number systems.

HEXE0958A
Decimal224149138
Binary111000001001010110001010
Octal340225212

Shades and tints

Shades of #E0958A

#E0958A
(224,149,138)
#CC887E
(204,136,126)
#B87B72
(184,123,114)
#A46E66
(164,110,102)
#90615A
(144,97,90)
#7C544E
(124,84,78)
#684742
(104,71,66)
#543A36
(84,58,54)
#402D2A
(64,45,42)
#2C201E
(44,32,30)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #E0958A

#E0958A
(224,149,138)
#E29E94
(226,158,148)
#E4A79E
(228,167,158)
#E6B0A8
(230,176,168)
#E8B9B2
(232,185,178)
#EAC2BC
(234,194,188)
#ECCBC6
(236,203,198)
#EED4D0
(238,212,208)
#F0DDDA
(240,221,218)
#F2E6E4
(242,230,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0958A color. Also use rgb(224,149,138) instead hex code.

Text Font Color

.myTextColor { color: #E0958A; }

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

This text font color is #E0958A.


Background Color

.myBgColor { background-color: #E0958A; }

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

This div background color is #E0958A.


Border color

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

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

This div border color is #E0958A.


Opacity

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

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

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

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

This text has shadow with #E0958A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0958A on black background.


Color preview on white background

This text has color #E0958A on white background.



Black color preview on #E0958A background

This text has black color on #E0958A background.


White color preview on #E0958A background

This text has white color on #E0958A background.