COLOR #E36A68

HEX: #E36A68
RGB: (227,106,104)

Color info

#E36A68 contains mainly red color. Web safe color of #E36A68 is #CC6666 (or #C66).

RGB color model

#E36A68 color RGB value is (227,106,104).

  • red value is 227;
  • green value is 106;
  • blue value is 104.
RGB:
(227,106,104)
(89%,42%,41%)

RGB channels and saturation

R 227 of 255 = 89%
G 106 of 255 = 42%
B 104 of 255 = 41%

227
106
104

R + G + B ~ 57%. #E36A68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
227 + 106 + 104 = 437 (100%)
R 227 of 437 ~ 51.95%
G 106 of 437 ~ 24.26%
B 104 of 437 ~ 23.8%

%51.95
%24.26
%23.8

CMYK color model

#E36A68 color CMYK value is (0,53,54,11).

  • cyan value is 0.00%
  • magenta value is 53.30%
  • yellow value is 54.19%
  • key color value is 10.98%
CMYK:
(0,53,54,11)
C0M53Y54K11 
(0%,53%,54%,11%)
(0.00/0.53/0.54/0.11)	

CMYK percentages

%0
%53.3
%54.19
%10.98

Codes

Color #E36A68 in popluar color models

E36A68
RGB227106104
HSL68.72%64.90%
HSB/HSV54.19%89.02%
CMYK0.00%53.30%54.19%
10.98%

Color #E36A68 in popluar number systems.

HEXE36A68
Decimal227106104
Binary1110001111010101101000
Octal343152150

Shades and tints

Shades of #E36A68

#E36A68
(227,106,104)
#CF615F
(207,97,95)
#BB5856
(187,88,86)
#A74F4D
(167,79,77)
#934644
(147,70,68)
#7F3D3B
(127,61,59)
#6B3432
(107,52,50)
#572B29
(87,43,41)
#432220
(67,34,32)
#2F1917
(47,25,23)
#1B100E
(27,16,14)
#000000
(0,0,0)

Tints of #E36A68

#E36A68
(227,106,104)
#E57775
(229,119,117)
#E78482
(231,132,130)
#E9918F
(233,145,143)
#EB9E9C
(235,158,156)
#EDABA9
(237,171,169)
#EFB8B6
(239,184,182)
#F1C5C3
(241,197,195)
#F3D2D0
(243,210,208)
#F5DFDD
(245,223,221)
#F7ECEA
(247,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E36A68 color. Also use rgb(227,106,104) instead hex code.

Text Font Color

.myTextColor { color: #E36A68; }

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

This text font color is #E36A68.


Background Color

.myBgColor { background-color: #E36A68; }

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

This div background color is #E36A68.


Border color

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

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

This div border color is #E36A68.


Opacity

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

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

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

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

This text has shadow with #E36A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E36A68 on black background.


Color preview on white background

This text has color #E36A68 on white background.



Black color preview on #E36A68 background

This text has black color on #E36A68 background.


White color preview on #E36A68 background

This text has white color on #E36A68 background.