COLOR #ED9BF1

HEX: #ED9BF1
RGB: (237,155,241)

Color info

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

RGB color model

#ED9BF1 color RGB value is (237,155,241).

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

RGB channels and saturation

R 237 of 255 = 93%
G 155 of 255 = 61%
B 241 of 255 = 95%

237
155
241

R + G + B ~ 83%. #ED9BF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 155 + 241 = 633 (100%)
R 237 of 633 ~ 37.44%
G 155 of 633 ~ 24.49%
B 241 of 633 ~ 38.07%

%37.44
%24.49
%38.07

CMYK color model

#ED9BF1 color CMYK value is (2,36,0,5).

  • cyan value is 1.66%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(2,36,0,5)
C2M36Y0K5 
(2%,36%,0%,5%)
(0.02/0.36/0.00/0.05)	

CMYK percentages

%1.66
%35.68
%0
%5.49

Codes

Color #ED9BF1 in popluar color models

ED9BF1
RGB237155241
HSL297°75.44%77.65%
HSB/HSV297°35.68%94.51%
CMYK1.66%35.68%0.00%
5.49%

Color #ED9BF1 in popluar number systems.

HEXED9BF1
Decimal237155241
Binary111011011001101111110001
Octal355233361

Shades and tints

Shades of #ED9BF1

#ED9BF1
(237,155,241)
#D88DDC
(216,141,220)
#C37FC7
(195,127,199)
#AE71B2
(174,113,178)
#99639D
(153,99,157)
#845588
(132,85,136)
#6F4773
(111,71,115)
#5A395E
(90,57,94)
#452B49
(69,43,73)
#301D34
(48,29,52)
#1B0F1F
(27,15,31)
#000000
(0,0,0)

Tints of #ED9BF1

#ED9BF1
(237,155,241)
#EEA4F2
(238,164,242)
#EFADF3
(239,173,243)
#F0B6F4
(240,182,244)
#F1BFF5
(241,191,245)
#F2C8F6
(242,200,246)
#F3D1F7
(243,209,247)
#F4DAF8
(244,218,248)
#F5E3F9
(245,227,249)
#F6ECFA
(246,236,250)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9BF1; }

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

This text font color is #ED9BF1.


Background Color

.myBgColor { background-color: #ED9BF1; }

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

This div background color is #ED9BF1.


Border color

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

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

This div border color is #ED9BF1.


Opacity

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

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

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

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

This text has shadow with #ED9BF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9BF1 on black background.


Color preview on white background

This text has color #ED9BF1 on white background.



Black color preview on #ED9BF1 background

This text has black color on #ED9BF1 background.


White color preview on #ED9BF1 background

This text has white color on #ED9BF1 background.