COLOR #E41D74

HEX: #E41D74
RGB: (228,29,116)

Color info

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

RGB color model

#E41D74 color RGB value is (228,29,116).

  • red value is 228;
  • green value is 29;
  • blue value is 116.
RGB:
(228,29,116)
(89%,11%,45%)

RGB channels and saturation

R 228 of 255 = 89%
G 29 of 255 = 11%
B 116 of 255 = 45%

228
29
116

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

Portions of RGB colors in percentages

R + G + B =
228 + 29 + 116 = 373 (100%)
R 228 of 373 ~ 61.13%
G 29 of 373 ~ 7.77%
B 116 of 373 ~ 31.1%

%61.13
%31.1

CMYK color model

#E41D74 color CMYK value is (0,87,49,11).

  • cyan value is 0.00%
  • magenta value is 87.28%
  • yellow value is 49.12%
  • key color value is 10.59%
CMYK:
(0,87,49,11)
C0M87Y49K11 
(0%,87%,49%,11%)
(0.00/0.87/0.49/0.11)	

CMYK percentages

%0
%87.28
%49.12
%10.59

Codes

Color #E41D74 in popluar color models

E41D74
RGB22829116
HSL334°78.66%50.39%
HSB/HSV334°87.28%89.41%
CMYK0.00%87.28%49.12%
10.59%

Color #E41D74 in popluar number systems.

HEXE41D74
Decimal22829116
Binary11100100111011110100
Octal34435164

Shades and tints

Shades of #E41D74

#E41D74
(228,29,116)
#D01B6A
(208,27,106)
#BC1960
(188,25,96)
#A81756
(168,23,86)
#94154C
(148,21,76)
#801342
(128,19,66)
#6C1138
(108,17,56)
#580F2E
(88,15,46)
#440D24
(68,13,36)
#300B1A
(48,11,26)
#1C0910
(28,9,16)
#000000
(0,0,0)

Tints of #E41D74

#E41D74
(228,29,116)
#E63180
(230,49,128)
#E8458C
(232,69,140)
#EA5998
(234,89,152)
#EC6DA4
(236,109,164)
#EE81B0
(238,129,176)
#F095BC
(240,149,188)
#F2A9C8
(242,169,200)
#F4BDD4
(244,189,212)
#F6D1E0
(246,209,224)
#F8E5EC
(248,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41D74 color. Also use rgb(228,29,116) instead hex code.

Text Font Color

.myTextColor { color: #E41D74; }

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

This text font color is #E41D74.


Background Color

.myBgColor { background-color: #E41D74; }

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

This div background color is #E41D74.


Border color

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

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

This div border color is #E41D74.


Opacity

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

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

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

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

This text has shadow with #E41D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41D74 on black background.


Color preview on white background

This text has color #E41D74 on white background.



Black color preview on #E41D74 background

This text has black color on #E41D74 background.


White color preview on #E41D74 background

This text has white color on #E41D74 background.