COLOR #E3958D

HEX: #E3958D
RGB: (227,149,141)

Color info

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

RGB color model

#E3958D color RGB value is (227,149,141).

  • red value is 227;
  • green value is 149;
  • blue value is 141.
RGB:
(227,149,141)
(89%,58%,55%)

RGB channels and saturation

R 227 of 255 = 89%
G 149 of 255 = 58%
B 141 of 255 = 55%

227
149
141

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

Portions of RGB colors in percentages

R + G + B =
227 + 149 + 141 = 517 (100%)
R 227 of 517 ~ 43.91%
G 149 of 517 ~ 28.82%
B 141 of 517 ~ 27.27%

%43.91
%28.82
%27.27

CMYK color model

#E3958D color CMYK value is (0,34,38,11).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 37.89%
  • key color value is 10.98%
CMYK:
(0,34,38,11)
C0M34Y38K11 
(0%,34%,38%,11%)
(0.00/0.34/0.38/0.11)	

CMYK percentages

%0
%34.36
%37.89
%10.98

Codes

Color #E3958D in popluar color models

E3958D
RGB227149141
HSL60.56%72.16%
HSB/HSV37.89%89.02%
CMYK0.00%34.36%37.89%
10.98%

Color #E3958D in popluar number systems.

HEXE3958D
Decimal227149141
Binary111000111001010110001101
Octal343225215

Shades and tints

Shades of #E3958D

#E3958D
(227,149,141)
#CF8881
(207,136,129)
#BB7B75
(187,123,117)
#A76E69
(167,110,105)
#93615D
(147,97,93)
#7F5451
(127,84,81)
#6B4745
(107,71,69)
#573A39
(87,58,57)
#432D2D
(67,45,45)
#2F2021
(47,32,33)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #E3958D

#E3958D
(227,149,141)
#E59E97
(229,158,151)
#E7A7A1
(231,167,161)
#E9B0AB
(233,176,171)
#EBB9B5
(235,185,181)
#EDC2BF
(237,194,191)
#EFCBC9
(239,203,201)
#F1D4D3
(241,212,211)
#F3DDDD
(243,221,221)
#F5E6E7
(245,230,231)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3958D color. Also use rgb(227,149,141) instead hex code.

Text Font Color

.myTextColor { color: #E3958D; }

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

This text font color is #E3958D.


Background Color

.myBgColor { background-color: #E3958D; }

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

This div background color is #E3958D.


Border color

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

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

This div border color is #E3958D.


Opacity

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

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

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

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

This text has shadow with #E3958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3958D on black background.


Color preview on white background

This text has color #E3958D on white background.



Black color preview on #E3958D background

This text has black color on #E3958D background.


White color preview on #E3958D background

This text has white color on #E3958D background.