COLOR #E05957

HEX: #E05957 RGB: (224,89,87)

Color info

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

RGB color model

#E05957 color RGB value is (224,89,87).

RGB: (224,89,87) (88%, 35%, 34%)

RGB channels and saturation

R 224 of 255 = 88%
G 89 of 255 = 35%
B 87 of 255 = 34%

224
89
87

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

Portions of RGB colors in percentages

R + G + B = 224 + 89 + 87 = 400 (100%)
R 224 of 400 ~ 56%
G 89 of 400 ~ 22.25%
B 87 of 400 ~ 21.75'%

%56
%22.25
%21.75

CMYK color model

#E05957 color CMYK value is (0,60,61,12).

  • cyan value is 0.00%
  • magenta value is 60.27%
  • yellow value is 61.16%
  • key color value is 12.16%

CMYK: (0,60,61,12)
C0M60Y61K12 (0%, 60%, 61%, 12%)
(0.00 / 0.60 / 0.61 / 0.12)

CMYK percentages

%0
%60.27
%61.16
%12.16

Codes

Color #E05957 in popluar color models

E0 59 57
RGB 224 89 87
HSL 68.84% 60.98%
HSB/HSV 61.16% 87.84%
CMYK 0.00% 60.27% 61.16%
12.16%

Color #E05957 in popluar number systems.

HEX E0 59 57
Decimal 224 89 87
Binary 11100000 1011001 1010111
Octal 340 131 127

Shades and tints

Shades of #E05957

#E05957
(224,89,87)
#CC5150
(204,81,80)
#B84949
(184,73,73)
#A44142
(164,65,66)
#90393B
(144,57,59)
#7C3134
(124,49,52)
#68292D
(104,41,45)
#542126
(84,33,38)
#40191F
(64,25,31)
#2C1118
(44,17,24)
#180911
(24,9,17)
#000000
(0,0,0)

Tints of #E05957

#E05957
(224,89,87)
#E26866
(226,104,102)
#E47775
(228,119,117)
#E68684
(230,134,132)
#E89593
(232,149,147)
#EAA4A2
(234,164,162)
#ECB3B1
(236,179,177)
#EEC2C0
(238,194,192)
#F0D1CF
(240,209,207)
#F2E0DE
(242,224,222)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E05957 color. Also use rgb(224,89,87) instead hex code.

Text Font Color

.myTextColor { color: #E05957; }

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

This text font color is #E05957.

Background Color

.myBgColor { background-color: #E05957; }

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

This div background color is #E05957.

Border color

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

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

This div border color is #E05957.

Opacity

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

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

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

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

This text has shadow with #E05957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E05957.

Preview

Color preview on black background

This text has color #E05957 on black background.


Color preview on white background

This text has color #E05957 on white background.


Black color preview on #E05957 background

This text has black color on #E05957 background.


White color preview on #E05957 background

This text has white color on #E05957 background.


Related colors

Complementary color

Complementary color for #hex is #1FA6A8.


I love getcolorcode.com

Triadic colors

1 #57E059 and #5957E0 with #E05957 are triadic colors.

2 #5759E0 and #59E057 with #E05957 are triadic colors.