COLOR #ED59EE

HEX: #ED59EE
RGB: (237,89,238)

Color info

#ED59EE contains mainly red and blue colors. Web safe color of #ED59EE is #FF66FF (or #F6F).

RGB color model

#ED59EE color RGB value is (237,89,238).

  • red value is 237;
  • green value is 89;
  • blue value is 238.
RGB:
(237,89,238)
(93%,35%,93%)

RGB channels and saturation

R 237 of 255 = 93%
G 89 of 255 = 35%
B 238 of 255 = 93%

237
89
238

R + G + B ~ 74%. #ED59EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 89 + 238 = 564 (100%)
R 237 of 564 ~ 42.02%
G 89 of 564 ~ 15.78%
B 238 of 564 ~ 42.2%

%42.02
%15.78
%42.2

CMYK color model

#ED59EE color CMYK value is (0,63,0,7).

  • cyan value is 0.42%
  • magenta value is 62.61%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(0,63,0,7)
C0M63Y0K7 
(0%,63%,0%,7%)
(0.00/0.63/0.00/0.07)	

CMYK percentages

%0.42
%62.61
%0
%6.67

Codes

Color #ED59EE in popluar color models

ED59EE
RGB23789238
HSL300°81.42%64.12%
HSB/HSV300°62.61%93.33%
CMYK0.42%62.61%0.00%
6.67%

Color #ED59EE in popluar number systems.

HEXED59EE
Decimal23789238
Binary11101101101100111101110
Octal355131356

Shades and tints

Shades of #ED59EE

#ED59EE
(237,89,238)
#D851D9
(216,81,217)
#C349C4
(195,73,196)
#AE41AF
(174,65,175)
#99399A
(153,57,154)
#843185
(132,49,133)
#6F2970
(111,41,112)
#5A215B
(90,33,91)
#451946
(69,25,70)
#301131
(48,17,49)
#1B091C
(27,9,28)
#000000
(0,0,0)

Tints of #ED59EE

#ED59EE
(237,89,238)
#EE68EF
(238,104,239)
#EF77F0
(239,119,240)
#F086F1
(240,134,241)
#F195F2
(241,149,242)
#F2A4F3
(242,164,243)
#F3B3F4
(243,179,244)
#F4C2F5
(244,194,245)
#F5D1F6
(245,209,246)
#F6E0F7
(246,224,247)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED59EE color. Also use rgb(237,89,238) instead hex code.

Text Font Color

.myTextColor { color: #ED59EE; }

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

This text font color is #ED59EE.


Background Color

.myBgColor { background-color: #ED59EE; }

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

This div background color is #ED59EE.


Border color

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

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

This div border color is #ED59EE.


Opacity

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

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

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

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

This text has shadow with #ED59EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED59EE on black background.


Color preview on white background

This text has color #ED59EE on white background.



Black color preview on #ED59EE background

This text has black color on #ED59EE background.


White color preview on #ED59EE background

This text has white color on #ED59EE background.