COLOR #E35F56

HEX: #E35F56
RGB: (227,95,86)

Color info

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

RGB color model

#E35F56 color RGB value is (227,95,86).

  • red value is 227;
  • green value is 95;
  • blue value is 86.
RGB:
(227,95,86)
(89%,37%,34%)

RGB channels and saturation

R 227 of 255 = 89%
G 95 of 255 = 37%
B 86 of 255 = 34%

227
95
86

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

Portions of RGB colors in percentages

R + G + B =
227 + 95 + 86 = 408 (100%)
R 227 of 408 ~ 55.64%
G 95 of 408 ~ 23.28%
B 86 of 408 ~ 21.08%

%55.64
%23.28
%21.08

CMYK color model

#E35F56 color CMYK value is (0,58,62,11).

  • cyan value is 0.00%
  • magenta value is 58.15%
  • yellow value is 62.11%
  • key color value is 10.98%
CMYK:
(0,58,62,11)
C0M58Y62K11 
(0%,58%,62%,11%)
(0.00/0.58/0.62/0.11)	

CMYK percentages

%0
%58.15
%62.11
%10.98

Codes

Color #E35F56 in popluar color models

E35F56
RGB2279586
HSL71.57%61.37%
HSB/HSV62.11%89.02%
CMYK0.00%58.15%62.11%
10.98%

Color #E35F56 in popluar number systems.

HEXE35F56
Decimal2279586
Binary1110001110111111010110
Octal343137126

Shades and tints

Shades of #E35F56

#E35F56
(227,95,86)
#CF574F
(207,87,79)
#BB4F48
(187,79,72)
#A74741
(167,71,65)
#933F3A
(147,63,58)
#7F3733
(127,55,51)
#6B2F2C
(107,47,44)
#572725
(87,39,37)
#431F1E
(67,31,30)
#2F1717
(47,23,23)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #E35F56

#E35F56
(227,95,86)
#E56D65
(229,109,101)
#E77B74
(231,123,116)
#E98983
(233,137,131)
#EB9792
(235,151,146)
#EDA5A1
(237,165,161)
#EFB3B0
(239,179,176)
#F1C1BF
(241,193,191)
#F3CFCE
(243,207,206)
#F5DDDD
(245,221,221)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35F56 color. Also use rgb(227,95,86) instead hex code.

Text Font Color

.myTextColor { color: #E35F56; }

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

This text font color is #E35F56.


Background Color

.myBgColor { background-color: #E35F56; }

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

This div background color is #E35F56.


Border color

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

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

This div border color is #E35F56.


Opacity

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

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

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

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

This text has shadow with #E35F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35F56 on black background.


Color preview on white background

This text has color #E35F56 on white background.



Black color preview on #E35F56 background

This text has black color on #E35F56 background.


White color preview on #E35F56 background

This text has white color on #E35F56 background.