COLOR #ED92F0

HEX: #ED92F0
RGB: (237,146,240)

Color info

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

RGB color model

#ED92F0 color RGB value is (237,146,240).

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

RGB channels and saturation

R 237 of 255 = 93%
G 146 of 255 = 57%
B 240 of 255 = 94%

237
146
240

R + G + B ~ 81%. #ED92F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 146 + 240 = 623 (100%)
R 237 of 623 ~ 38.04%
G 146 of 623 ~ 23.43%
B 240 of 623 ~ 38.52%

%38.04
%23.43
%38.52

CMYK color model

#ED92F0 color CMYK value is (1,39,0,6).

  • cyan value is 1.25%
  • magenta value is 39.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(1,39,0,6)
C1M39Y0K6 
(1%,39%,0%,6%)
(0.01/0.39/0.00/0.06)	

CMYK percentages

%1.25
%39.17
%0
%5.88

Codes

Color #ED92F0 in popluar color models

ED92F0
RGB237146240
HSL298°75.81%75.69%
HSB/HSV298°39.17%94.12%
CMYK1.25%39.17%0.00%
5.88%

Color #ED92F0 in popluar number systems.

HEXED92F0
Decimal237146240
Binary111011011001001011110000
Octal355222360

Shades and tints

Shades of #ED92F0

#ED92F0
(237,146,240)
#D885DB
(216,133,219)
#C378C6
(195,120,198)
#AE6BB1
(174,107,177)
#995E9C
(153,94,156)
#845187
(132,81,135)
#6F4472
(111,68,114)
#5A375D
(90,55,93)
#452A48
(69,42,72)
#301D33
(48,29,51)
#1B101E
(27,16,30)
#000000
(0,0,0)

Tints of #ED92F0

#ED92F0
(237,146,240)
#EE9BF1
(238,155,241)
#EFA4F2
(239,164,242)
#F0ADF3
(240,173,243)
#F1B6F4
(241,182,244)
#F2BFF5
(242,191,245)
#F3C8F6
(243,200,246)
#F4D1F7
(244,209,247)
#F5DAF8
(245,218,248)
#F6E3F9
(246,227,249)
#F7ECFA
(247,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED92F0; }

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

This text font color is #ED92F0.


Background Color

.myBgColor { background-color: #ED92F0; }

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

This div background color is #ED92F0.


Border color

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

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

This div border color is #ED92F0.


Opacity

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

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

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

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

This text has shadow with #ED92F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED92F0 on black background.


Color preview on white background

This text has color #ED92F0 on white background.



Black color preview on #ED92F0 background

This text has black color on #ED92F0 background.


White color preview on #ED92F0 background

This text has white color on #ED92F0 background.