COLOR #E415F1

HEX: #E415F1
RGB: (228,21,241)

Color info

#E415F1 contains mainly red and blue colors. Web safe color of #E415F1 is #CC00FF (or #C0F).

RGB color model

#E415F1 color RGB value is (228,21,241).

  • red value is 228;
  • green value is 21;
  • blue value is 241.
RGB:
(228,21,241)
(89%,8%,95%)

RGB channels and saturation

R 228 of 255 = 89%
G 21 of 255 = 8%
B 241 of 255 = 95%

228
21
241

R + G + B ~ 64%. #E415F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 21 + 241 = 490 (100%)
R 228 of 490 ~ 46.53%
G 21 of 490 ~ 4.29%
B 241 of 490 ~ 49.18%

%46.53
%49.18

CMYK color model

#E415F1 color CMYK value is (5,91,0,5).

  • cyan value is 5.39%
  • magenta value is 91.29%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,91,0,5)
C5M91Y0K5 
(5%,91%,0%,5%)
(0.05/0.91/0.00/0.05)	

CMYK percentages

%5.39
%91.29
%0
%5.49

Codes

Color #E415F1 in popluar color models

E415F1
RGB22821241
HSL296°88.71%51.37%
HSB/HSV296°91.29%94.51%
CMYK5.39%91.29%0.00%
5.49%

Color #E415F1 in popluar number systems.

HEXE415F1
Decimal22821241
Binary111001001010111110001
Octal34425361

Shades and tints

Shades of #E415F1

#E415F1
(228,21,241)
#D014DC
(208,20,220)
#BC13C7
(188,19,199)
#A812B2
(168,18,178)
#94119D
(148,17,157)
#801088
(128,16,136)
#6C0F73
(108,15,115)
#580E5E
(88,14,94)
#440D49
(68,13,73)
#300C34
(48,12,52)
#1C0B1F
(28,11,31)
#000000
(0,0,0)

Tints of #E415F1

#E415F1
(228,21,241)
#E62AF2
(230,42,242)
#E83FF3
(232,63,243)
#EA54F4
(234,84,244)
#EC69F5
(236,105,245)
#EE7EF6
(238,126,246)
#F093F7
(240,147,247)
#F2A8F8
(242,168,248)
#F4BDF9
(244,189,249)
#F6D2FA
(246,210,250)
#F8E7FB
(248,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E415F1 color. Also use rgb(228,21,241) instead hex code.

Text Font Color

.myTextColor { color: #E415F1; }

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

This text font color is #E415F1.


Background Color

.myBgColor { background-color: #E415F1; }

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

This div background color is #E415F1.


Border color

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

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

This div border color is #E415F1.


Opacity

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

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

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

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

This text has shadow with #E415F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E415F1 on black background.


Color preview on white background

This text has color #E415F1 on white background.



Black color preview on #E415F1 background

This text has black color on #E415F1 background.


White color preview on #E415F1 background

This text has white color on #E415F1 background.