COLOR #ED58AB

HEX: #ED58AB RGB: (237,88,171)

Color info

#ED58AB contains mainly red color. Web safe color of #ED58AB is #FF6699 (or #F69).

RGB color model

#ED58AB color RGB value is (237,88,171).

RGB: (237,88,171) (93%, 35%, 67%)

RGB channels and saturation

R 237 of 255 = 93%
G 88 of 255 = 35%
B 171 of 255 = 67%

237
88
171

R + G + B ~ 65%. #ED58AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 88 + 171 = 496 (100%)
R 237 of 496 ~ 47.78%
G 88 of 496 ~ 17.74%
B 171 of 496 ~ 34.48'%

%47.78
%17.74
%34.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.87%
  • yellow value is 27.85%
  • key color value is 7.06%

CMYK: (0,63,28,7)
C0M63Y28K7 (0%, 63%, 28%, 7%)
(0.00 / 0.63 / 0.28 / 0.07)

CMYK percentages

%0
%62.87
%27.85
%7.06

Codes

Color #ED58AB in popluar color models

ED 58 AB
RGB 237 88 171
HSL 327° 80.54% 63.73%
HSB/HSV 327° 62.87% 92.94%
CMYK 0.00% 62.87% 27.85%
7.06%

Color #ED58AB in popluar number systems.

HEX ED 58 AB
Decimal 237 88 171
Binary 11101101 1011000 10101011
Octal 355 130 253

Shades and tints

Shades of #ED58AB

#ED58AB
(237,88,171)
#D8509C
(216,80,156)
#C3488D
(195,72,141)
#AE407E
(174,64,126)
#99386F
(153,56,111)
#843060
(132,48,96)
#6F2851
(111,40,81)
#5A2042
(90,32,66)
#451833
(69,24,51)
#301024
(48,16,36)
#1B0815
(27,8,21)
#000000
(0,0,0)

Tints of #ED58AB

#ED58AB
(237,88,171)
#EE67B2
(238,103,178)
#EF76B9
(239,118,185)
#F085C0
(240,133,192)
#F194C7
(241,148,199)
#F2A3CE
(242,163,206)
#F3B2D5
(243,178,213)
#F4C1DC
(244,193,220)
#F5D0E3
(245,208,227)
#F6DFEA
(246,223,234)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED58AB; }

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

This text font color is #ED58AB.

Background Color

.myBgColor { background-color: #ED58AB; }

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

This div background color is #ED58AB.

Border color

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

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

This div border color is #ED58AB.

Opacity

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

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

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

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

This text has shadow with #ED58AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED58AB.

Preview

Color preview on black background

This text has color #ED58AB on black background.


Color preview on white background

This text has color #ED58AB on white background.


Black color preview on #ED58AB background

This text has black color on #ED58AB background.


White color preview on #ED58AB background

This text has white color on #ED58AB background.


Related colors

Complementary color

Complementary color for #hex is #12A754.


I love getcolorcode.com

Triadic colors

1 #ABED58 and #58ABED with #ED58AB are triadic colors.

2 #AB58ED and #58EDAB with #ED58AB are triadic colors.