COLOR #E61240

HEX: #E61240
RGB: (230,18,64)

Color info

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

RGB color model

#E61240 color RGB value is (230,18,64).

  • red value is 230;
  • green value is 18;
  • blue value is 64.
RGB:
(230,18,64)
(90%,7%,25%)

RGB channels and saturation

R 230 of 255 = 90%
G 18 of 255 = 7%
B 64 of 255 = 25%

230
18
64

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

Portions of RGB colors in percentages

R + G + B =
230 + 18 + 64 = 312 (100%)
R 230 of 312 ~ 73.72%
G 18 of 312 ~ 5.77%
B 64 of 312 ~ 20.51%

%73.72
%20.51

CMYK color model

#E61240 color CMYK value is (0,92,72,10).

  • cyan value is 0.00%
  • magenta value is 92.17%
  • yellow value is 72.17%
  • key color value is 9.80%
CMYK:
(0,92,72,10)
C0M92Y72K10 
(0%,92%,72%,10%)
(0.00/0.92/0.72/0.10)	

CMYK percentages

%0
%92.17
%72.17
%9.8

Codes

Color #E61240 in popluar color models

E61240
RGB2301864
HSL347°85.48%48.63%
HSB/HSV347°92.17%90.20%
CMYK0.00%92.17%72.17%
9.80%

Color #E61240 in popluar number systems.

HEXE61240
Decimal2301864
Binary11100110100101000000
Octal34622100

Shades and tints

Shades of #E61240

#E61240
(230,18,64)
#D2113B
(210,17,59)
#BE1036
(190,16,54)
#AA0F31
(170,15,49)
#960E2C
(150,14,44)
#820D27
(130,13,39)
#6E0C22
(110,12,34)
#5A0B1D
(90,11,29)
#460A18
(70,10,24)
#320913
(50,9,19)
#1E080E
(30,8,14)
#000000
(0,0,0)

Tints of #E61240

#E61240
(230,18,64)
#E82751
(232,39,81)
#EA3C62
(234,60,98)
#EC5173
(236,81,115)
#EE6684
(238,102,132)
#F07B95
(240,123,149)
#F290A6
(242,144,166)
#F4A5B7
(244,165,183)
#F6BAC8
(246,186,200)
#F8CFD9
(248,207,217)
#FAE4EA
(250,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E61240 color. Also use rgb(230,18,64) instead hex code.

Text Font Color

.myTextColor { color: #E61240; }

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

This text font color is #E61240.


Background Color

.myBgColor { background-color: #E61240; }

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

This div background color is #E61240.


Border color

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

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

This div border color is #E61240.


Opacity

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

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

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

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

This text has shadow with #E61240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E61240 on black background.


Color preview on white background

This text has color #E61240 on white background.



Black color preview on #E61240 background

This text has black color on #E61240 background.


White color preview on #E61240 background

This text has white color on #E61240 background.