COLOR #E05F55

HEX: #E05F55 RGB: (224,95,85)

Color info

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

RGB color model

#E05F55 color RGB value is (224,95,85).

RGB: (224,95,85) (88%, 37%, 33%)

RGB channels and saturation

R 224 of 255 = 88%
G 95 of 255 = 37%
B 85 of 255 = 33%

224
95
85

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

Portions of RGB colors in percentages

R + G + B = 224 + 95 + 85 = 404 (100%)
R 224 of 404 ~ 55.45%
G 95 of 404 ~ 23.51%
B 85 of 404 ~ 21.04'%

%55.45
%23.51
%21.04

CMYK color model

#E05F55 color CMYK value is (0,58,62,12).

  • cyan value is 0.00%
  • magenta value is 57.59%
  • yellow value is 62.05%
  • key color value is 12.16%

CMYK: (0,58,62,12)
C0M58Y62K12 (0%, 58%, 62%, 12%)
(0.00 / 0.58 / 0.62 / 0.12)

CMYK percentages

%0
%57.59
%62.05
%12.16

Codes

Color #E05F55 in popluar color models

E0 5F 55
RGB 224 95 85
HSL 69.15% 60.59%
HSB/HSV 62.05% 87.84%
CMYK 0.00% 57.59% 62.05%
12.16%

Color #E05F55 in popluar number systems.

HEX E0 5F 55
Decimal 224 95 85
Binary 11100000 1011111 1010101
Octal 340 137 125

Shades and tints

Shades of #E05F55

#E05F55
(224,95,85)
#CC574E
(204,87,78)
#B84F47
(184,79,71)
#A44740
(164,71,64)
#903F39
(144,63,57)
#7C3732
(124,55,50)
#682F2B
(104,47,43)
#542724
(84,39,36)
#401F1D
(64,31,29)
#2C1716
(44,23,22)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #E05F55

#E05F55
(224,95,85)
#E26D64
(226,109,100)
#E47B73
(228,123,115)
#E68982
(230,137,130)
#E89791
(232,151,145)
#EAA5A0
(234,165,160)
#ECB3AF
(236,179,175)
#EEC1BE
(238,193,190)
#F0CFCD
(240,207,205)
#F2DDDC
(242,221,220)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E05F55 color. Also use rgb(224,95,85) instead hex code.

Text Font Color

.myTextColor { color: #E05F55; }

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

This text font color is #E05F55.

Background Color

.myBgColor { background-color: #E05F55; }

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

This div background color is #E05F55.

Border color

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

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

This div border color is #E05F55.

Opacity

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

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

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

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

This text has shadow with #E05F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E05F55.

Preview

Color preview on black background

This text has color #E05F55 on black background.


Color preview on white background

This text has color #E05F55 on white background.


Black color preview on #E05F55 background

This text has black color on #E05F55 background.


White color preview on #E05F55 background

This text has white color on #E05F55 background.


Related colors

Complementary color

Complementary color for #hex is #1FA0AA.


I love getcolorcode.com

Triadic colors

1 #55E05F and #5F55E0 with #E05F55 are triadic colors.

2 #555FE0 and #5FE055 with #E05F55 are triadic colors.