COLOR #E50739

HEX: #E50739
RGB: (229,7,57)

Color info

#E50739 contains mainly red color. Web safe color of #E50739 is #CC0033 (or #C03).

RGB color model

#E50739 color RGB value is (229,7,57).

  • red value is 229;
  • green value is 7;
  • blue value is 57.
RGB:
(229,7,57)
(90%,3%,22%)

RGB channels and saturation

R 229 of 255 = 90%
G 7 of 255 = 3%
B 57 of 255 = 22%

229
7
57

R + G + B ~ 38%. #E50739 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
229 + 7 + 57 = 293 (100%)
R 229 of 293 ~ 78.16%
G 7 of 293 ~ 2.39%
B 57 of 293 ~ 19.45%

%78.16
%19.45

CMYK color model

#E50739 color CMYK value is (0,97,75,10).

  • cyan value is 0.00%
  • magenta value is 96.94%
  • yellow value is 75.11%
  • key color value is 10.20%
CMYK:
(0,97,75,10)
C0M97Y75K10 
(0%,97%,75%,10%)
(0.00/0.97/0.75/0.10)	

CMYK percentages

%0
%96.94
%75.11
%10.2

Codes

Color #E50739 in popluar color models

E50739
RGB229757
HSL346°94.07%46.27%
HSB/HSV346°96.94%89.80%
CMYK0.00%96.94%75.11%
10.20%

Color #E50739 in popluar number systems.

HEXE50739
Decimal229757
Binary11100101111111001
Octal345771

Shades and tints

Shades of #E50739

#E50739
(229,7,57)
#D10734
(209,7,52)
#BD072F
(189,7,47)
#A9072A
(169,7,42)
#950725
(149,7,37)
#810720
(129,7,32)
#6D071B
(109,7,27)
#590716
(89,7,22)
#450711
(69,7,17)
#31070C
(49,7,12)
#1D0707
(29,7,7)
#000000
(0,0,0)

Tints of #E50739

#E50739
(229,7,57)
#E71D4B
(231,29,75)
#E9335D
(233,51,93)
#EB496F
(235,73,111)
#ED5F81
(237,95,129)
#EF7593
(239,117,147)
#F18BA5
(241,139,165)
#F3A1B7
(243,161,183)
#F5B7C9
(245,183,201)
#F7CDDB
(247,205,219)
#F9E3ED
(249,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E50739 color. Also use rgb(229,7,57) instead hex code.

Text Font Color

.myTextColor { color: #E50739; }

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

This text font color is #E50739.


Background Color

.myBgColor { background-color: #E50739; }

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

This div background color is #E50739.


Border color

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

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

This div border color is #E50739.


Opacity

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

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

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

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

This text has shadow with #E50739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E50739 on black background.


Color preview on white background

This text has color #E50739 on white background.



Black color preview on #E50739 background

This text has black color on #E50739 background.


White color preview on #E50739 background

This text has white color on #E50739 background.