COLOR #ED91F1

HEX: #ED91F1
RGB: (237,145,241)

Color info

#ED91F1 contains mainly red and blue colors. Web safe color of #ED91F1 is #FF99FF (or #F9F).

RGB color model

#ED91F1 color RGB value is (237,145,241).

  • red value is 237;
  • green value is 145;
  • blue value is 241.
RGB:
(237,145,241)
(93%,57%,95%)

RGB channels and saturation

R 237 of 255 = 93%
G 145 of 255 = 57%
B 241 of 255 = 95%

237
145
241

R + G + B ~ 82%. #ED91F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 145 + 241 = 623 (100%)
R 237 of 623 ~ 38.04%
G 145 of 623 ~ 23.27%
B 241 of 623 ~ 38.68%

%38.04
%23.27
%38.68

CMYK color model

#ED91F1 color CMYK value is (2,40,0,5).

  • cyan value is 1.66%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,40,0,5)
C2M40Y0K5 
(2%,40%,0%,5%)
(0.02/0.40/0.00/0.05)	

CMYK percentages

%1.66
%39.83
%0
%5.49

Codes

Color #ED91F1 in popluar color models

ED91F1
RGB237145241
HSL298°77.42%75.69%
HSB/HSV298°39.83%94.51%
CMYK1.66%39.83%0.00%
5.49%

Color #ED91F1 in popluar number systems.

HEXED91F1
Decimal237145241
Binary111011011001000111110001
Octal355221361

Shades and tints

Shades of #ED91F1

#ED91F1
(237,145,241)
#D884DC
(216,132,220)
#C377C7
(195,119,199)
#AE6AB2
(174,106,178)
#995D9D
(153,93,157)
#845088
(132,80,136)
#6F4373
(111,67,115)
#5A365E
(90,54,94)
#452949
(69,41,73)
#301C34
(48,28,52)
#1B0F1F
(27,15,31)
#000000
(0,0,0)

Tints of #ED91F1

#ED91F1
(237,145,241)
#EE9BF2
(238,155,242)
#EFA5F3
(239,165,243)
#F0AFF4
(240,175,244)
#F1B9F5
(241,185,245)
#F2C3F6
(242,195,246)
#F3CDF7
(243,205,247)
#F4D7F8
(244,215,248)
#F5E1F9
(245,225,249)
#F6EBFA
(246,235,250)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED91F1 color. Also use rgb(237,145,241) instead hex code.

Text Font Color

.myTextColor { color: #ED91F1; }

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

This text font color is #ED91F1.


Background Color

.myBgColor { background-color: #ED91F1; }

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

This div background color is #ED91F1.


Border color

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

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

This div border color is #ED91F1.


Opacity

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

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

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

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

This text has shadow with #ED91F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED91F1 on black background.


Color preview on white background

This text has color #ED91F1 on white background.



Black color preview on #ED91F1 background

This text has black color on #ED91F1 background.


White color preview on #ED91F1 background

This text has white color on #ED91F1 background.