COLOR #E24D56

HEX: #E24D56
RGB: (226,77,86)

Color info

#E24D56 contains mainly red color. Web safe color of #E24D56 is #CC3366 (or #C36).

RGB color model

#E24D56 color RGB value is (226,77,86).

  • red value is 226;
  • green value is 77;
  • blue value is 86.
RGB:
(226,77,86)
(89%,30%,34%)

RGB channels and saturation

R 226 of 255 = 89%
G 77 of 255 = 30%
B 86 of 255 = 34%

226
77
86

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

Portions of RGB colors in percentages

R + G + B =
226 + 77 + 86 = 389 (100%)
R 226 of 389 ~ 58.1%
G 77 of 389 ~ 19.79%
B 86 of 389 ~ 22.11%

%58.1
%19.79
%22.11

CMYK color model

#E24D56 color CMYK value is (0,66,62,11).

  • cyan value is 0.00%
  • magenta value is 65.93%
  • yellow value is 61.95%
  • key color value is 11.37%
CMYK:
(0,66,62,11)
C0M66Y62K11 
(0%,66%,62%,11%)
(0.00/0.66/0.62/0.11)	

CMYK percentages

%0
%65.93
%61.95
%11.37

Codes

Color #E24D56 in popluar color models

E24D56
RGB2267786
HSL356°71.98%59.41%
HSB/HSV356°65.93%88.63%
CMYK0.00%65.93%61.95%
11.37%

Color #E24D56 in popluar number systems.

HEXE24D56
Decimal2267786
Binary1110001010011011010110
Octal342115126

Shades and tints

Shades of #E24D56

#E24D56
(226,77,86)
#CE464F
(206,70,79)
#BA3F48
(186,63,72)
#A63841
(166,56,65)
#92313A
(146,49,58)
#7E2A33
(126,42,51)
#6A232C
(106,35,44)
#561C25
(86,28,37)
#42151E
(66,21,30)
#2E0E17
(46,14,23)
#1A0710
(26,7,16)
#000000
(0,0,0)

Tints of #E24D56

#E24D56
(226,77,86)
#E45D65
(228,93,101)
#E66D74
(230,109,116)
#E87D83
(232,125,131)
#EA8D92
(234,141,146)
#EC9DA1
(236,157,161)
#EEADB0
(238,173,176)
#F0BDBF
(240,189,191)
#F2CDCE
(242,205,206)
#F4DDDD
(244,221,221)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E24D56 color. Also use rgb(226,77,86) instead hex code.

Text Font Color

.myTextColor { color: #E24D56; }

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

This text font color is #E24D56.


Background Color

.myBgColor { background-color: #E24D56; }

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

This div background color is #E24D56.


Border color

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

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

This div border color is #E24D56.


Opacity

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

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

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

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

This text has shadow with #E24D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E24D56 on black background.


Color preview on white background

This text has color #E24D56 on white background.



Black color preview on #E24D56 background

This text has black color on #E24D56 background.


White color preview on #E24D56 background

This text has white color on #E24D56 background.