COLOR #ED41F8

HEX: #ED41F8
RGB: (237,65,248)

Color info

#ED41F8 contains mainly red and blue colors. Web safe color of #ED41F8 is #FF33FF (or #F3F).

RGB color model

#ED41F8 color RGB value is (237,65,248).

  • red value is 237;
  • green value is 65;
  • blue value is 248.
RGB:
(237,65,248)
(93%,25%,97%)

RGB channels and saturation

R 237 of 255 = 93%
G 65 of 255 = 25%
B 248 of 255 = 97%

237
65
248

R + G + B ~ 72%. #ED41F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 65 + 248 = 550 (100%)
R 237 of 550 ~ 43.09%
G 65 of 550 ~ 11.82%
B 248 of 550 ~ 45.09%

%43.09
%11.82
%45.09

CMYK color model

#ED41F8 color CMYK value is (4,74,0,3).

  • cyan value is 4.44%
  • magenta value is 73.79%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,74,0,3)
C4M74Y0K3 
(4%,74%,0%,3%)
(0.04/0.74/0.00/0.03)	

CMYK percentages

%4.44
%73.79
%0
%2.75

Codes

Color #ED41F8 in popluar color models

ED41F8
RGB23765248
HSL296°92.89%61.37%
HSB/HSV296°73.79%97.25%
CMYK4.44%73.79%0.00%
2.75%

Color #ED41F8 in popluar number systems.

HEXED41F8
Decimal23765248
Binary11101101100000111111000
Octal355101370

Shades and tints

Shades of #ED41F8

#ED41F8
(237,65,248)
#D83CE2
(216,60,226)
#C337CC
(195,55,204)
#AE32B6
(174,50,182)
#992DA0
(153,45,160)
#84288A
(132,40,138)
#6F2374
(111,35,116)
#5A1E5E
(90,30,94)
#451948
(69,25,72)
#301432
(48,20,50)
#1B0F1C
(27,15,28)
#000000
(0,0,0)

Tints of #ED41F8

#ED41F8
(237,65,248)
#EE52F8
(238,82,248)
#EF63F8
(239,99,248)
#F074F8
(240,116,248)
#F185F8
(241,133,248)
#F296F8
(242,150,248)
#F3A7F8
(243,167,248)
#F4B8F8
(244,184,248)
#F5C9F8
(245,201,248)
#F6DAF8
(246,218,248)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED41F8 color. Also use rgb(237,65,248) instead hex code.

Text Font Color

.myTextColor { color: #ED41F8; }

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

This text font color is #ED41F8.


Background Color

.myBgColor { background-color: #ED41F8; }

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

This div background color is #ED41F8.


Border color

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

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

This div border color is #ED41F8.


Opacity

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

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

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

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

This text has shadow with #ED41F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED41F8 on black background.


Color preview on white background

This text has color #ED41F8 on white background.



Black color preview on #ED41F8 background

This text has black color on #ED41F8 background.


White color preview on #ED41F8 background

This text has white color on #ED41F8 background.