COLOR #ED92F9

HEX: #ED92F9
RGB: (237,146,249)

Color info

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

RGB color model

#ED92F9 color RGB value is (237,146,249).

  • red value is 237;
  • green value is 146;
  • blue value is 249.
RGB:
(237,146,249)
(93%,57%,98%)

RGB channels and saturation

R 237 of 255 = 93%
G 146 of 255 = 57%
B 249 of 255 = 98%

237
146
249

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

Portions of RGB colors in percentages

R + G + B =
237 + 146 + 249 = 632 (100%)
R 237 of 632 ~ 37.5%
G 146 of 632 ~ 23.1%
B 249 of 632 ~ 39.4%

%37.5
%23.1
%39.4

CMYK color model

#ED92F9 color CMYK value is (5,41,0,2).

  • cyan value is 4.82%
  • magenta value is 41.37%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(5,41,0,2)
C5M41Y0K2 
(5%,41%,0%,2%)
(0.05/0.41/0.00/0.02)	

CMYK percentages

%4.82
%41.37
%0
%2.35

Codes

Color #ED92F9 in popluar color models

ED92F9
RGB237146249
HSL293°89.57%77.45%
HSB/HSV293°41.37%97.65%
CMYK4.82%41.37%0.00%
2.35%

Color #ED92F9 in popluar number systems.

HEXED92F9
Decimal237146249
Binary111011011001001011111001
Octal355222371

Shades and tints

Shades of #ED92F9

#ED92F9
(237,146,249)
#D885E3
(216,133,227)
#C378CD
(195,120,205)
#AE6BB7
(174,107,183)
#995EA1
(153,94,161)
#84518B
(132,81,139)
#6F4475
(111,68,117)
#5A375F
(90,55,95)
#452A49
(69,42,73)
#301D33
(48,29,51)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #ED92F9

#ED92F9
(237,146,249)
#EE9BF9
(238,155,249)
#EFA4F9
(239,164,249)
#F0ADF9
(240,173,249)
#F1B6F9
(241,182,249)
#F2BFF9
(242,191,249)
#F3C8F9
(243,200,249)
#F4D1F9
(244,209,249)
#F5DAF9
(245,218,249)
#F6E3F9
(246,227,249)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED92F9 color. Also use rgb(237,146,249) instead hex code.

Text Font Color

.myTextColor { color: #ED92F9; }

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

This text font color is #ED92F9.


Background Color

.myBgColor { background-color: #ED92F9; }

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

This div background color is #ED92F9.


Border color

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

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

This div border color is #ED92F9.


Opacity

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

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

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

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

This text has shadow with #ED92F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED92F9 on black background.


Color preview on white background

This text has color #ED92F9 on white background.



Black color preview on #ED92F9 background

This text has black color on #ED92F9 background.


White color preview on #ED92F9 background

This text has white color on #ED92F9 background.