COLOR #ED41FF

HEX: #ED41FF
RGB: (237,65,255)

Color info

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

RGB color model

#ED41FF color RGB value is (237,65,255).

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

RGB channels and saturation

R 237 of 255 = 93%
G 65 of 255 = 25%
B 255 of 255 = 100%

237
65
255

R + G + B ~ 73%. #ED41FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 65 + 255 = 557 (100%)
R 237 of 557 ~ 42.55%
G 65 of 557 ~ 11.67%
B 255 of 557 ~ 45.78%

%42.55
%11.67
%45.78

CMYK color model

#ED41FF color CMYK value is (7,75,0,0).

  • cyan value is 7.06%
  • magenta value is 74.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,75,0,0)
C7M75Y0K0 
(7%,75%,0%,0%)
(0.07/0.75/0.00/0.00)	

CMYK percentages

%7.06
%74.51
%0
%0

Codes

Color #ED41FF in popluar color models

ED41FF
RGB23765255
HSL294°100.00%62.75%
HSB/HSV294°74.51%100.00%
CMYK7.06%74.51%0.00%
0.00%

Color #ED41FF in popluar number systems.

HEXED41FF
Decimal23765255
Binary11101101100000111111111
Octal355101377

Shades and tints

Shades of #ED41FF

#ED41FF
(237,65,255)
#D83CE8
(216,60,232)
#C337D1
(195,55,209)
#AE32BA
(174,50,186)
#992DA3
(153,45,163)
#84288C
(132,40,140)
#6F2375
(111,35,117)
#5A1E5E
(90,30,94)
#451947
(69,25,71)
#301430
(48,20,48)
#1B0F19
(27,15,25)
#000000
(0,0,0)

Tints of #ED41FF

#ED41FF
(237,65,255)
#EE52FF
(238,82,255)
#EF63FF
(239,99,255)
#F074FF
(240,116,255)
#F185FF
(241,133,255)
#F296FF
(242,150,255)
#F3A7FF
(243,167,255)
#F4B8FF
(244,184,255)
#F5C9FF
(245,201,255)
#F6DAFF
(246,218,255)
#F7EBFF
(247,235,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED41FF; }

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

This text font color is #ED41FF.


Background Color

.myBgColor { background-color: #ED41FF; }

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

This div background color is #ED41FF.


Border color

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

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

This div border color is #ED41FF.


Opacity

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

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

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

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

This text has shadow with #ED41FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED41FF on black background.


Color preview on white background

This text has color #ED41FF on white background.



Black color preview on #ED41FF background

This text has black color on #ED41FF background.


White color preview on #ED41FF background

This text has white color on #ED41FF background.