COLOR #E39695

HEX: #E39695 RGB: (227,150,149)

Color info

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

RGB color model

#E39695 color RGB value is (227,150,149).

RGB: (227,150,149) (89%, 59%, 58%)

RGB channels and saturation

R 227 of 255 = 89%
G 150 of 255 = 59%
B 149 of 255 = 58%

227
150
149

R + G + B ~ 69%. #E39695 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 150 + 149 = 526 (100%)
R 227 of 526 ~ 43.16%
G 150 of 526 ~ 28.52%
B 149 of 526 ~ 28.33'%

%43.16
%28.52
%28.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 34.36%
  • key color value is 10.98%

CMYK: (0,34,34,11)
C0M34Y34K11 (0%, 34%, 34%, 11%)
(0.00 / 0.34 / 0.34 / 0.11)

CMYK percentages

%0
%33.92
%34.36
%10.98

Codes

Color #E39695 in popluar color models

E3 96 95
RGB 227 150 149
HSL 58.21% 73.73%
HSB/HSV 34.36% 89.02%
CMYK 0.00% 33.92% 34.36%
10.98%

Color #E39695 in popluar number systems.

HEX E3 96 95
Decimal 227 150 149
Binary 11100011 10010110 10010101
Octal 343 226 225

Shades and tints

Shades of #E39695

#E39695
(227,150,149)
#CF8988
(207,137,136)
#BB7C7B
(187,124,123)
#A76F6E
(167,111,110)
#936261
(147,98,97)
#7F5554
(127,85,84)
#6B4847
(107,72,71)
#573B3A
(87,59,58)
#432E2D
(67,46,45)
#2F2120
(47,33,32)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #E39695

#E39695
(227,150,149)
#E59F9E
(229,159,158)
#E7A8A7
(231,168,167)
#E9B1B0
(233,177,176)
#EBBAB9
(235,186,185)
#EDC3C2
(237,195,194)
#EFCCCB
(239,204,203)
#F1D5D4
(241,213,212)
#F3DEDD
(243,222,221)
#F5E7E6
(245,231,230)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E39695; }

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

This text font color is #E39695.

Background Color

.myBgColor { background-color: #E39695; }

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

This div background color is #E39695.

Border color

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

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

This div border color is #E39695.

Opacity

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

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

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

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

This text has shadow with #E39695 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39695.

Preview

Color preview on black background

This text has color #E39695 on black background.


Color preview on white background

This text has color #E39695 on white background.


Black color preview on #E39695 background

This text has black color on #E39695 background.


White color preview on #E39695 background

This text has white color on #E39695 background.


Related colors

Complementary color

Complementary color for #hex is #1C696A.


I love getcolorcode.com

Triadic colors

1 #95E396 and #9695E3 with #E39695 are triadic colors.

2 #9596E3 and #96E395 with #E39695 are triadic colors.