COLOR #E05A56

HEX: #E05A56 RGB: (224,90,86)

Color info

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

RGB color model

#E05A56 color RGB value is (224,90,86).

RGB: (224,90,86) (88%, 35%, 34%)

RGB channels and saturation

R 224 of 255 = 88%
G 90 of 255 = 35%
B 86 of 255 = 34%

224
90
86

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

Portions of RGB colors in percentages

R + G + B = 224 + 90 + 86 = 400 (100%)
R 224 of 400 ~ 56%
G 90 of 400 ~ 22.5%
B 86 of 400 ~ 21.5'%

%56
%22.5
%21.5

CMYK color model

#E05A56 color CMYK value is (0,60,62,12).

  • cyan value is 0.00%
  • magenta value is 59.82%
  • yellow value is 61.61%
  • key color value is 12.16%

CMYK: (0,60,62,12)
C0M60Y62K12 (0%, 60%, 62%, 12%)
(0.00 / 0.60 / 0.62 / 0.12)

CMYK percentages

%0
%59.82
%61.61
%12.16

Codes

Color #E05A56 in popluar color models

E0 5A 56
RGB 224 90 86
HSL 69.00% 60.78%
HSB/HSV 61.61% 87.84%
CMYK 0.00% 59.82% 61.61%
12.16%

Color #E05A56 in popluar number systems.

HEX E0 5A 56
Decimal 224 90 86
Binary 11100000 1011010 1010110
Octal 340 132 126

Shades and tints

Shades of #E05A56

#E05A56
(224,90,86)
#CC524F
(204,82,79)
#B84A48
(184,74,72)
#A44241
(164,66,65)
#903A3A
(144,58,58)
#7C3233
(124,50,51)
#682A2C
(104,42,44)
#542225
(84,34,37)
#401A1E
(64,26,30)
#2C1217
(44,18,23)
#180A10
(24,10,16)
#000000
(0,0,0)

Tints of #E05A56

#E05A56
(224,90,86)
#E26965
(226,105,101)
#E47874
(228,120,116)
#E68783
(230,135,131)
#E89692
(232,150,146)
#EAA5A1
(234,165,161)
#ECB4B0
(236,180,176)
#EEC3BF
(238,195,191)
#F0D2CE
(240,210,206)
#F2E1DD
(242,225,221)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E05A56 color. Also use rgb(224,90,86) instead hex code.

Text Font Color

.myTextColor { color: #E05A56; }

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

This text font color is #E05A56.

Background Color

.myBgColor { background-color: #E05A56; }

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

This div background color is #E05A56.

Border color

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

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

This div border color is #E05A56.

Opacity

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

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

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

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

This text has shadow with #E05A56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E05A56.

Preview

Color preview on black background

This text has color #E05A56 on black background.


Color preview on white background

This text has color #E05A56 on white background.


Black color preview on #E05A56 background

This text has black color on #E05A56 background.


White color preview on #E05A56 background

This text has white color on #E05A56 background.


Related colors

Complementary color

Complementary color for #hex is #1FA5A9.


I love getcolorcode.com

Triadic colors

1 #56E05A and #5A56E0 with #E05A56 are triadic colors.

2 #565AE0 and #5AE056 with #E05A56 are triadic colors.