COLOR #E40949

HEX: #E40949
RGB: (228,9,73)

Color info

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

RGB color model

#E40949 color RGB value is (228,9,73).

  • red value is 228;
  • green value is 9;
  • blue value is 73.
RGB:
(228,9,73)
(89%,4%,29%)

RGB channels and saturation

R 228 of 255 = 89%
G 9 of 255 = 4%
B 73 of 255 = 29%

228
9
73

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

Portions of RGB colors in percentages

R + G + B =
228 + 9 + 73 = 310 (100%)
R 228 of 310 ~ 73.55%
G 9 of 310 ~ 2.9%
B 73 of 310 ~ 23.55%

%73.55
%23.55

CMYK color model

#E40949 color CMYK value is (0,96,68,11).

  • cyan value is 0.00%
  • magenta value is 96.05%
  • yellow value is 67.98%
  • key color value is 10.59%
CMYK:
(0,96,68,11)
C0M96Y68K11 
(0%,96%,68%,11%)
(0.00/0.96/0.68/0.11)	

CMYK percentages

%0
%96.05
%67.98
%10.59

Codes

Color #E40949 in popluar color models

E40949
RGB228973
HSL342°92.41%46.47%
HSB/HSV342°96.05%89.41%
CMYK0.00%96.05%67.98%
10.59%

Color #E40949 in popluar number systems.

HEXE40949
Decimal228973
Binary1110010010011001001
Octal34411111

Shades and tints

Shades of #E40949

#E40949
(228,9,73)
#D00943
(208,9,67)
#BC093D
(188,9,61)
#A80937
(168,9,55)
#940931
(148,9,49)
#80092B
(128,9,43)
#6C0925
(108,9,37)
#58091F
(88,9,31)
#440919
(68,9,25)
#300913
(48,9,19)
#1C090D
(28,9,13)
#000000
(0,0,0)

Tints of #E40949

#E40949
(228,9,73)
#E61F59
(230,31,89)
#E83569
(232,53,105)
#EA4B79
(234,75,121)
#EC6189
(236,97,137)
#EE7799
(238,119,153)
#F08DA9
(240,141,169)
#F2A3B9
(242,163,185)
#F4B9C9
(244,185,201)
#F6CFD9
(246,207,217)
#F8E5E9
(248,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E40949 color. Also use rgb(228,9,73) instead hex code.

Text Font Color

.myTextColor { color: #E40949; }

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

This text font color is #E40949.


Background Color

.myBgColor { background-color: #E40949; }

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

This div background color is #E40949.


Border color

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

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

This div border color is #E40949.


Opacity

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

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

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

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

This text has shadow with #E40949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E40949 on black background.


Color preview on white background

This text has color #E40949 on white background.



Black color preview on #E40949 background

This text has black color on #E40949 background.


White color preview on #E40949 background

This text has white color on #E40949 background.