COLOR #ED83CE

HEX: #ED83CE
RGB: (237,131,206)

Color info

#ED83CE contains mainly red and blue colors. Web safe color of #ED83CE is #FF99CC (or #F9C).

RGB color model

#ED83CE color RGB value is (237,131,206).

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

RGB channels and saturation

R 237 of 255 = 93%
G 131 of 255 = 51%
B 206 of 255 = 81%

237
131
206

R + G + B ~ 75%. #ED83CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 131 + 206 = 574 (100%)
R 237 of 574 ~ 41.29%
G 131 of 574 ~ 22.82%
B 206 of 574 ~ 35.89%

%41.29
%22.82
%35.89

CMYK color model

#ED83CE color CMYK value is (0,45,13,7).

  • cyan value is 0.00%
  • magenta value is 44.73%
  • yellow value is 13.08%
  • key color value is 7.06%
CMYK:
(0,45,13,7)
C0M45Y13K7 
(0%,45%,13%,7%)
(0.00/0.45/0.13/0.07)	

CMYK percentages

%0
%44.73
%13.08
%7.06

Codes

Color #ED83CE in popluar color models

ED83CE
RGB237131206
HSL318°74.65%72.16%
HSB/HSV318°44.73%92.94%
CMYK0.00%44.73%13.08%
7.06%

Color #ED83CE in popluar number systems.

HEXED83CE
Decimal237131206
Binary111011011000001111001110
Octal355203316

Shades and tints

Shades of #ED83CE

#ED83CE
(237,131,206)
#D878BC
(216,120,188)
#C36DAA
(195,109,170)
#AE6298
(174,98,152)
#995786
(153,87,134)
#844C74
(132,76,116)
#6F4162
(111,65,98)
#5A3650
(90,54,80)
#452B3E
(69,43,62)
#30202C
(48,32,44)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #ED83CE

#ED83CE
(237,131,206)
#EE8ED2
(238,142,210)
#EF99D6
(239,153,214)
#F0A4DA
(240,164,218)
#F1AFDE
(241,175,222)
#F2BAE2
(242,186,226)
#F3C5E6
(243,197,230)
#F4D0EA
(244,208,234)
#F5DBEE
(245,219,238)
#F6E6F2
(246,230,242)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED83CE; }

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

This text font color is #ED83CE.


Background Color

.myBgColor { background-color: #ED83CE; }

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

This div background color is #ED83CE.


Border color

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

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

This div border color is #ED83CE.


Opacity

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

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

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

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

This text has shadow with #ED83CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED83CE on black background.


Color preview on white background

This text has color #ED83CE on white background.



Black color preview on #ED83CE background

This text has black color on #ED83CE background.


White color preview on #ED83CE background

This text has white color on #ED83CE background.