COLOR #ED58C6

HEX: #ED58C6
RGB: (237,88,198)

Color info

#ED58C6 contains mainly red and blue colors. Web safe color of #ED58C6 is #FF66CC (or #F6C).

RGB color model

#ED58C6 color RGB value is (237,88,198).

  • red value is 237;
  • green value is 88;
  • blue value is 198.
RGB:
(237,88,198)
(93%,35%,78%)

RGB channels and saturation

R 237 of 255 = 93%
G 88 of 255 = 35%
B 198 of 255 = 78%

237
88
198

R + G + B ~ 69%. #ED58C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 88 + 198 = 523 (100%)
R 237 of 523 ~ 45.32%
G 88 of 523 ~ 16.83%
B 198 of 523 ~ 37.86%

%45.32
%16.83
%37.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.87%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(0,63,16,7)
C0M63Y16K7 
(0%,63%,16%,7%)
(0.00/0.63/0.16/0.07)	

CMYK percentages

%0
%62.87
%16.46
%7.06

Codes

Color #ED58C6 in popluar color models

ED58C6
RGB23788198
HSL316°80.54%63.73%
HSB/HSV316°62.87%92.94%
CMYK0.00%62.87%16.46%
7.06%

Color #ED58C6 in popluar number systems.

HEXED58C6
Decimal23788198
Binary11101101101100011000110
Octal355130306

Shades and tints

Shades of #ED58C6

#ED58C6
(237,88,198)
#D850B4
(216,80,180)
#C348A2
(195,72,162)
#AE4090
(174,64,144)
#99387E
(153,56,126)
#84306C
(132,48,108)
#6F285A
(111,40,90)
#5A2048
(90,32,72)
#451836
(69,24,54)
#301024
(48,16,36)
#1B0812
(27,8,18)
#000000
(0,0,0)

Tints of #ED58C6

#ED58C6
(237,88,198)
#EE67CB
(238,103,203)
#EF76D0
(239,118,208)
#F085D5
(240,133,213)
#F194DA
(241,148,218)
#F2A3DF
(242,163,223)
#F3B2E4
(243,178,228)
#F4C1E9
(244,193,233)
#F5D0EE
(245,208,238)
#F6DFF3
(246,223,243)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED58C6 color. Also use rgb(237,88,198) instead hex code.

Text Font Color

.myTextColor { color: #ED58C6; }

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

This text font color is #ED58C6.


Background Color

.myBgColor { background-color: #ED58C6; }

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

This div background color is #ED58C6.


Border color

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

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

This div border color is #ED58C6.


Opacity

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

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

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

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

This text has shadow with #ED58C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED58C6 on black background.


Color preview on white background

This text has color #ED58C6 on white background.



Black color preview on #ED58C6 background

This text has black color on #ED58C6 background.


White color preview on #ED58C6 background

This text has white color on #ED58C6 background.