COLOR #E03959

HEX: #E03959
RGB: (224,57,89)

Color info

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

RGB color model

#E03959 color RGB value is (224,57,89).

  • red value is 224;
  • green value is 57;
  • blue value is 89.
RGB:
(224,57,89)
(88%,22%,35%)

RGB channels and saturation

R 224 of 255 = 88%
G 57 of 255 = 22%
B 89 of 255 = 35%

224
57
89

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

Portions of RGB colors in percentages

R + G + B =
224 + 57 + 89 = 370 (100%)
R 224 of 370 ~ 60.54%
G 57 of 370 ~ 15.41%
B 89 of 370 ~ 24.05%

%60.54
%15.41
%24.05

CMYK color model

#E03959 color CMYK value is (0,75,60,12).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 60.27%
  • key color value is 12.16%
CMYK:
(0,75,60,12)
C0M75Y60K12 
(0%,75%,60%,12%)
(0.00/0.75/0.60/0.12)	

CMYK percentages

%0
%74.55
%60.27
%12.16

Codes

Color #E03959 in popluar color models

E03959
RGB2245789
HSL349°72.93%55.10%
HSB/HSV349°74.55%87.84%
CMYK0.00%74.55%60.27%
12.16%

Color #E03959 in popluar number systems.

HEXE03959
Decimal2245789
Binary111000001110011011001
Octal34071131

Shades and tints

Shades of #E03959

#E03959
(224,57,89)
#CC3451
(204,52,81)
#B82F49
(184,47,73)
#A42A41
(164,42,65)
#902539
(144,37,57)
#7C2031
(124,32,49)
#681B29
(104,27,41)
#541621
(84,22,33)
#401119
(64,17,25)
#2C0C11
(44,12,17)
#180709
(24,7,9)
#000000
(0,0,0)

Tints of #E03959

#E03959
(224,57,89)
#E24B68
(226,75,104)
#E45D77
(228,93,119)
#E66F86
(230,111,134)
#E88195
(232,129,149)
#EA93A4
(234,147,164)
#ECA5B3
(236,165,179)
#EEB7C2
(238,183,194)
#F0C9D1
(240,201,209)
#F2DBE0
(242,219,224)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E03959; }

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

This text font color is #E03959.


Background Color

.myBgColor { background-color: #E03959; }

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

This div background color is #E03959.


Border color

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

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

This div border color is #E03959.


Opacity

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

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

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

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

This text has shadow with #E03959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E03959 on black background.


Color preview on white background

This text has color #E03959 on white background.



Black color preview on #E03959 background

This text has black color on #E03959 background.


White color preview on #E03959 background

This text has white color on #E03959 background.