COLOR #E05140

HEX: #E05140
RGB: (224,81,64)

Color info

#E05140 contains mainly red color. Web safe color of #E05140 is #CC6633 (or #C63).

RGB color model

#E05140 color RGB value is (224,81,64).

  • red value is 224;
  • green value is 81;
  • blue value is 64.
RGB:
(224,81,64)
(88%,32%,25%)

RGB channels and saturation

R 224 of 255 = 88%
G 81 of 255 = 32%
B 64 of 255 = 25%

224
81
64

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

Portions of RGB colors in percentages

R + G + B =
224 + 81 + 64 = 369 (100%)
R 224 of 369 ~ 60.7%
G 81 of 369 ~ 21.95%
B 64 of 369 ~ 17.34%

%60.7
%21.95
%17.34

CMYK color model

#E05140 color CMYK value is (0,64,71,12).

  • cyan value is 0.00%
  • magenta value is 63.84%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(0,64,71,12)
C0M64Y71K12 
(0%,64%,71%,12%)
(0.00/0.64/0.71/0.12)	

CMYK percentages

%0
%63.84
%71.43
%12.16

Codes

Color #E05140 in popluar color models

E05140
RGB2248164
HSL72.07%56.47%
HSB/HSV71.43%87.84%
CMYK0.00%63.84%71.43%
12.16%

Color #E05140 in popluar number systems.

HEXE05140
Decimal2248164
Binary1110000010100011000000
Octal340121100

Shades and tints

Shades of #E05140

#E05140
(224,81,64)
#CC4A3B
(204,74,59)
#B84336
(184,67,54)
#A43C31
(164,60,49)
#90352C
(144,53,44)
#7C2E27
(124,46,39)
#682722
(104,39,34)
#54201D
(84,32,29)
#401918
(64,25,24)
#2C1213
(44,18,19)
#180B0E
(24,11,14)
#000000
(0,0,0)

Tints of #E05140

#E05140
(224,81,64)
#E26051
(226,96,81)
#E46F62
(228,111,98)
#E67E73
(230,126,115)
#E88D84
(232,141,132)
#EA9C95
(234,156,149)
#ECABA6
(236,171,166)
#EEBAB7
(238,186,183)
#F0C9C8
(240,201,200)
#F2D8D9
(242,216,217)
#F4E7EA
(244,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E05140 color. Also use rgb(224,81,64) instead hex code.

Text Font Color

.myTextColor { color: #E05140; }

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

This text font color is #E05140.


Background Color

.myBgColor { background-color: #E05140; }

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

This div background color is #E05140.


Border color

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

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

This div border color is #E05140.


Opacity

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

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

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

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

This text has shadow with #E05140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E05140 on black background.


Color preview on white background

This text has color #E05140 on white background.



Black color preview on #E05140 background

This text has black color on #E05140 background.


White color preview on #E05140 background

This text has white color on #E05140 background.