COLOR #E41C66

HEX: #E41C66
RGB: (228,28,102)

Color info

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

RGB color model

#E41C66 color RGB value is (228,28,102).

  • red value is 228;
  • green value is 28;
  • blue value is 102.
RGB:
(228,28,102)
(89%,11%,40%)

RGB channels and saturation

R 228 of 255 = 89%
G 28 of 255 = 11%
B 102 of 255 = 40%

228
28
102

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

Portions of RGB colors in percentages

R + G + B =
228 + 28 + 102 = 358 (100%)
R 228 of 358 ~ 63.69%
G 28 of 358 ~ 7.82%
B 102 of 358 ~ 28.49%

%63.69
%28.49

CMYK color model

#E41C66 color CMYK value is (0,88,55,11).

  • cyan value is 0.00%
  • magenta value is 87.72%
  • yellow value is 55.26%
  • key color value is 10.59%
CMYK:
(0,88,55,11)
C0M88Y55K11 
(0%,88%,55%,11%)
(0.00/0.88/0.55/0.11)	

CMYK percentages

%0
%87.72
%55.26
%10.59

Codes

Color #E41C66 in popluar color models

E41C66
RGB22828102
HSL338°78.74%50.20%
HSB/HSV338°87.72%89.41%
CMYK0.00%87.72%55.26%
10.59%

Color #E41C66 in popluar number systems.

HEXE41C66
Decimal22828102
Binary11100100111001100110
Octal34434146

Shades and tints

Shades of #E41C66

#E41C66
(228,28,102)
#D01A5D
(208,26,93)
#BC1854
(188,24,84)
#A8164B
(168,22,75)
#941442
(148,20,66)
#801239
(128,18,57)
#6C1030
(108,16,48)
#580E27
(88,14,39)
#440C1E
(68,12,30)
#300A15
(48,10,21)
#1C080C
(28,8,12)
#000000
(0,0,0)

Tints of #E41C66

#E41C66
(228,28,102)
#E63073
(230,48,115)
#E84480
(232,68,128)
#EA588D
(234,88,141)
#EC6C9A
(236,108,154)
#EE80A7
(238,128,167)
#F094B4
(240,148,180)
#F2A8C1
(242,168,193)
#F4BCCE
(244,188,206)
#F6D0DB
(246,208,219)
#F8E4E8
(248,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41C66 color. Also use rgb(228,28,102) instead hex code.

Text Font Color

.myTextColor { color: #E41C66; }

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

This text font color is #E41C66.


Background Color

.myBgColor { background-color: #E41C66; }

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

This div background color is #E41C66.


Border color

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

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

This div border color is #E41C66.


Opacity

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

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

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

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

This text has shadow with #E41C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41C66 on black background.


Color preview on white background

This text has color #E41C66 on white background.



Black color preview on #E41C66 background

This text has black color on #E41C66 background.


White color preview on #E41C66 background

This text has white color on #E41C66 background.