COLOR #E41079

HEX: #E41079
RGB: (228,16,121)

Color info

#E41079 contains mainly red color. Web safe color of #E41079 is #CC0066 (or #C06).

RGB color model

#E41079 color RGB value is (228,16,121).

  • red value is 228;
  • green value is 16;
  • blue value is 121.
RGB:
(228,16,121)
(89%,6%,47%)

RGB channels and saturation

R 228 of 255 = 89%
G 16 of 255 = 6%
B 121 of 255 = 47%

228
16
121

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

Portions of RGB colors in percentages

R + G + B =
228 + 16 + 121 = 365 (100%)
R 228 of 365 ~ 62.47%
G 16 of 365 ~ 4.38%
B 121 of 365 ~ 33.15%

%62.47
%33.15

CMYK color model

#E41079 color CMYK value is (0,93,47,11).

  • cyan value is 0.00%
  • magenta value is 92.98%
  • yellow value is 46.93%
  • key color value is 10.59%
CMYK:
(0,93,47,11)
C0M93Y47K11 
(0%,93%,47%,11%)
(0.00/0.93/0.47/0.11)	

CMYK percentages

%0
%92.98
%46.93
%10.59

Codes

Color #E41079 in popluar color models

E41079
RGB22816121
HSL330°86.89%47.84%
HSB/HSV330°92.98%89.41%
CMYK0.00%92.98%46.93%
10.59%

Color #E41079 in popluar number systems.

HEXE41079
Decimal22816121
Binary11100100100001111001
Octal34420171

Shades and tints

Shades of #E41079

#E41079
(228,16,121)
#D00F6E
(208,15,110)
#BC0E63
(188,14,99)
#A80D58
(168,13,88)
#940C4D
(148,12,77)
#800B42
(128,11,66)
#6C0A37
(108,10,55)
#58092C
(88,9,44)
#440821
(68,8,33)
#300716
(48,7,22)
#1C060B
(28,6,11)
#000000
(0,0,0)

Tints of #E41079

#E41079
(228,16,121)
#E62585
(230,37,133)
#E83A91
(232,58,145)
#EA4F9D
(234,79,157)
#EC64A9
(236,100,169)
#EE79B5
(238,121,181)
#F08EC1
(240,142,193)
#F2A3CD
(242,163,205)
#F4B8D9
(244,184,217)
#F6CDE5
(246,205,229)
#F8E2F1
(248,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41079 color. Also use rgb(228,16,121) instead hex code.

Text Font Color

.myTextColor { color: #E41079; }

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

This text font color is #E41079.


Background Color

.myBgColor { background-color: #E41079; }

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

This div background color is #E41079.


Border color

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

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

This div border color is #E41079.


Opacity

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

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

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

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

This text has shadow with #E41079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41079 on black background.


Color preview on white background

This text has color #E41079 on white background.



Black color preview on #E41079 background

This text has black color on #E41079 background.


White color preview on #E41079 background

This text has white color on #E41079 background.