COLOR #E36C86

HEX: #E36C86
RGB: (227,108,134)

Color info

#E36C86 contains mainly red color. Web safe color of #E36C86 is #CC6699 (or #C69).

RGB color model

#E36C86 color RGB value is (227,108,134).

  • red value is 227;
  • green value is 108;
  • blue value is 134.
RGB:
(227,108,134)
(89%,42%,53%)

RGB channels and saturation

R 227 of 255 = 89%
G 108 of 255 = 42%
B 134 of 255 = 53%

227
108
134

R + G + B ~ 61%. #E36C86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 108 + 134 = 469 (100%)
R 227 of 469 ~ 48.4%
G 108 of 469 ~ 23.03%
B 134 of 469 ~ 28.57%

%48.4
%23.03
%28.57

CMYK color model

#E36C86 color CMYK value is (0,52,41,11).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 40.97%
  • key color value is 10.98%
CMYK:
(0,52,41,11)
C0M52Y41K11 
(0%,52%,41%,11%)
(0.00/0.52/0.41/0.11)	

CMYK percentages

%0
%52.42
%40.97
%10.98

Codes

Color #E36C86 in popluar color models

E36C86
RGB227108134
HSL347°68.00%65.69%
HSB/HSV347°52.42%89.02%
CMYK0.00%52.42%40.97%
10.98%

Color #E36C86 in popluar number systems.

HEXE36C86
Decimal227108134
Binary11100011110110010000110
Octal343154206

Shades and tints

Shades of #E36C86

#E36C86
(227,108,134)
#CF637A
(207,99,122)
#BB5A6E
(187,90,110)
#A75162
(167,81,98)
#934856
(147,72,86)
#7F3F4A
(127,63,74)
#6B363E
(107,54,62)
#572D32
(87,45,50)
#432426
(67,36,38)
#2F1B1A
(47,27,26)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #E36C86

#E36C86
(227,108,134)
#E57991
(229,121,145)
#E7869C
(231,134,156)
#E993A7
(233,147,167)
#EBA0B2
(235,160,178)
#EDADBD
(237,173,189)
#EFBAC8
(239,186,200)
#F1C7D3
(241,199,211)
#F3D4DE
(243,212,222)
#F5E1E9
(245,225,233)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36C86 color. Also use rgb(227,108,134) instead hex code.

Text Font Color

.myTextColor { color: #E36C86; }

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

This text font color is #E36C86.


Background Color

.myBgColor { background-color: #E36C86; }

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

This div background color is #E36C86.


Border color

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

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

This div border color is #E36C86.


Opacity

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

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

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

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

This text has shadow with #E36C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36C86 on black background.


Color preview on white background

This text has color #E36C86 on white background.



Black color preview on #E36C86 background

This text has black color on #E36C86 background.


White color preview on #E36C86 background

This text has white color on #E36C86 background.