COLOR #ED83FF

HEX: #ED83FF
RGB: (237,131,255)

Color info

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

RGB color model

#ED83FF color RGB value is (237,131,255).

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

RGB channels and saturation

R 237 of 255 = 93%
G 131 of 255 = 51%
B 255 of 255 = 100%

237
131
255

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

Portions of RGB colors in percentages

R + G + B =
237 + 131 + 255 = 623 (100%)
R 237 of 623 ~ 38.04%
G 131 of 623 ~ 21.03%
B 255 of 623 ~ 40.93%

%38.04
%21.03
%40.93

CMYK color model

#ED83FF color CMYK value is (7,49,0,0).

  • cyan value is 7.06%
  • magenta value is 48.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,49,0,0)
C7M49Y0K0 
(7%,49%,0%,0%)
(0.07/0.49/0.00/0.00)	

CMYK percentages

%7.06
%48.63
%0
%0

Codes

Color #ED83FF in popluar color models

ED83FF
RGB237131255
HSL291°100.00%75.69%
HSB/HSV291°48.63%100.00%
CMYK7.06%48.63%0.00%
0.00%

Color #ED83FF in popluar number systems.

HEXED83FF
Decimal237131255
Binary111011011000001111111111
Octal355203377

Shades and tints

Shades of #ED83FF

#ED83FF
(237,131,255)
#D878E8
(216,120,232)
#C36DD1
(195,109,209)
#AE62BA
(174,98,186)
#9957A3
(153,87,163)
#844C8C
(132,76,140)
#6F4175
(111,65,117)
#5A365E
(90,54,94)
#452B47
(69,43,71)
#302030
(48,32,48)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #ED83FF

#ED83FF
(237,131,255)
#EE8EFF
(238,142,255)
#EF99FF
(239,153,255)
#F0A4FF
(240,164,255)
#F1AFFF
(241,175,255)
#F2BAFF
(242,186,255)
#F3C5FF
(243,197,255)
#F4D0FF
(244,208,255)
#F5DBFF
(245,219,255)
#F6E6FF
(246,230,255)
#F7F1FF
(247,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED83FF; }

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

This text font color is #ED83FF.


Background Color

.myBgColor { background-color: #ED83FF; }

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

This div background color is #ED83FF.


Border color

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

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

This div border color is #ED83FF.


Opacity

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

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

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

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

This text has shadow with #ED83FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED83FF on black background.


Color preview on white background

This text has color #ED83FF on white background.



Black color preview on #ED83FF background

This text has black color on #ED83FF background.


White color preview on #ED83FF background

This text has white color on #ED83FF background.