COLOR #E46156

HEX: #E46156
RGB: (228,97,86)

Color info

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

RGB color model

#E46156 color RGB value is (228,97,86).

  • red value is 228;
  • green value is 97;
  • blue value is 86.
RGB:
(228,97,86)
(89%,38%,34%)

RGB channels and saturation

R 228 of 255 = 89%
G 97 of 255 = 38%
B 86 of 255 = 34%

228
97
86

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

Portions of RGB colors in percentages

R + G + B =
228 + 97 + 86 = 411 (100%)
R 228 of 411 ~ 55.47%
G 97 of 411 ~ 23.6%
B 86 of 411 ~ 20.92%

%55.47
%23.6
%20.92

CMYK color model

#E46156 color CMYK value is (0,57,62,11).

  • cyan value is 0.00%
  • magenta value is 57.46%
  • yellow value is 62.28%
  • key color value is 10.59%
CMYK:
(0,57,62,11)
C0M57Y62K11 
(0%,57%,62%,11%)
(0.00/0.57/0.62/0.11)	

CMYK percentages

%0
%57.46
%62.28
%10.59

Codes

Color #E46156 in popluar color models

E46156
RGB2289786
HSL72.45%61.57%
HSB/HSV62.28%89.41%
CMYK0.00%57.46%62.28%
10.59%

Color #E46156 in popluar number systems.

HEXE46156
Decimal2289786
Binary1110010011000011010110
Octal344141126

Shades and tints

Shades of #E46156

#E46156
(228,97,86)
#D0594F
(208,89,79)
#BC5148
(188,81,72)
#A84941
(168,73,65)
#94413A
(148,65,58)
#803933
(128,57,51)
#6C312C
(108,49,44)
#582925
(88,41,37)
#44211E
(68,33,30)
#301917
(48,25,23)
#1C1110
(28,17,16)
#000000
(0,0,0)

Tints of #E46156

#E46156
(228,97,86)
#E66F65
(230,111,101)
#E87D74
(232,125,116)
#EA8B83
(234,139,131)
#EC9992
(236,153,146)
#EEA7A1
(238,167,161)
#F0B5B0
(240,181,176)
#F2C3BF
(242,195,191)
#F4D1CE
(244,209,206)
#F6DFDD
(246,223,221)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E46156 color. Also use rgb(228,97,86) instead hex code.

Text Font Color

.myTextColor { color: #E46156; }

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

This text font color is #E46156.


Background Color

.myBgColor { background-color: #E46156; }

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

This div background color is #E46156.


Border color

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

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

This div border color is #E46156.


Opacity

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

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

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

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

This text has shadow with #E46156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E46156 on black background.


Color preview on white background

This text has color #E46156 on white background.



Black color preview on #E46156 background

This text has black color on #E46156 background.


White color preview on #E46156 background

This text has white color on #E46156 background.