COLOR #E41EB3

HEX: #E41EB3
RGB: (228,30,179)

Color info

#E41EB3 contains mainly red and blue colors. Web safe color of #E41EB3 is #CC3399 (or #C39).

RGB color model

#E41EB3 color RGB value is (228,30,179).

  • red value is 228;
  • green value is 30;
  • blue value is 179.
RGB:
(228,30,179)
(89%,12%,70%)

RGB channels and saturation

R 228 of 255 = 89%
G 30 of 255 = 12%
B 179 of 255 = 70%

228
30
179

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

Portions of RGB colors in percentages

R + G + B =
228 + 30 + 179 = 437 (100%)
R 228 of 437 ~ 52.17%
G 30 of 437 ~ 6.86%
B 179 of 437 ~ 40.96%

%52.17
%40.96

CMYK color model

#E41EB3 color CMYK value is (0,87,21,11).

  • cyan value is 0.00%
  • magenta value is 86.84%
  • yellow value is 21.49%
  • key color value is 10.59%
CMYK:
(0,87,21,11)
C0M87Y21K11 
(0%,87%,21%,11%)
(0.00/0.87/0.21/0.11)	

CMYK percentages

%0
%86.84
%21.49
%10.59

Codes

Color #E41EB3 in popluar color models

E41EB3
RGB22830179
HSL315°78.57%50.59%
HSB/HSV315°86.84%89.41%
CMYK0.00%86.84%21.49%
10.59%

Color #E41EB3 in popluar number systems.

HEXE41EB3
Decimal22830179
Binary111001001111010110011
Octal34436263

Shades and tints

Shades of #E41EB3

#E41EB3
(228,30,179)
#D01CA3
(208,28,163)
#BC1A93
(188,26,147)
#A81883
(168,24,131)
#941673
(148,22,115)
#801463
(128,20,99)
#6C1253
(108,18,83)
#581043
(88,16,67)
#440E33
(68,14,51)
#300C23
(48,12,35)
#1C0A13
(28,10,19)
#000000
(0,0,0)

Tints of #E41EB3

#E41EB3
(228,30,179)
#E632B9
(230,50,185)
#E846BF
(232,70,191)
#EA5AC5
(234,90,197)
#EC6ECB
(236,110,203)
#EE82D1
(238,130,209)
#F096D7
(240,150,215)
#F2AADD
(242,170,221)
#F4BEE3
(244,190,227)
#F6D2E9
(246,210,233)
#F8E6EF
(248,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E41EB3 color. Also use rgb(228,30,179) instead hex code.

Text Font Color

.myTextColor { color: #E41EB3; }

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

This text font color is #E41EB3.


Background Color

.myBgColor { background-color: #E41EB3; }

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

This div background color is #E41EB3.


Border color

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

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

This div border color is #E41EB3.


Opacity

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

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

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

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

This text has shadow with #E41EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E41EB3 on black background.


Color preview on white background

This text has color #E41EB3 on white background.



Black color preview on #E41EB3 background

This text has black color on #E41EB3 background.


White color preview on #E41EB3 background

This text has white color on #E41EB3 background.