COLOR #ED4B93

HEX: #ED4B93 RGB: (237,75,147)

Color info

#ED4B93 contains mainly red color. Web safe color of #ED4B93 is #FF3399 (or #F39).

RGB color model

#ED4B93 color RGB value is (237,75,147).

RGB: (237,75,147) (93%, 29%, 58%)

RGB channels and saturation

R 237 of 255 = 93%
G 75 of 255 = 29%
B 147 of 255 = 58%

237
75
147

R + G + B ~ 60%. #ED4B93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 237 + 75 + 147 = 459 (100%)
R 237 of 459 ~ 51.63%
G 75 of 459 ~ 16.34%
B 147 of 459 ~ 32.03'%

%51.63
%16.34
%32.03

CMYK color model

#ED4B93 color CMYK value is (0,68,38,7).

  • cyan value is 0.00%
  • magenta value is 68.35%
  • yellow value is 37.97%
  • key color value is 7.06%

CMYK: (0,68,38,7)
C0M68Y38K7 (0%, 68%, 38%, 7%)
(0.00 / 0.68 / 0.38 / 0.07)

CMYK percentages

%0
%68.35
%37.97
%7.06

Codes

Color #ED4B93 in popluar color models

ED 4B 93
RGB 237 75 147
HSL 333° 81.82% 61.18%
HSB/HSV 333° 68.35% 92.94%
CMYK 0.00% 68.35% 37.97%
7.06%

Color #ED4B93 in popluar number systems.

HEX ED 4B 93
Decimal 237 75 147
Binary 11101101 1001011 10010011
Octal 355 113 223

Shades and tints

Shades of #ED4B93

#ED4B93
(237,75,147)
#D84586
(216,69,134)
#C33F79
(195,63,121)
#AE396C
(174,57,108)
#99335F
(153,51,95)
#842D52
(132,45,82)
#6F2745
(111,39,69)
#5A2138
(90,33,56)
#451B2B
(69,27,43)
#30151E
(48,21,30)
#1B0F11
(27,15,17)
#000000
(0,0,0)

Tints of #ED4B93

#ED4B93
(237,75,147)
#EE5B9C
(238,91,156)
#EF6BA5
(239,107,165)
#F07BAE
(240,123,174)
#F18BB7
(241,139,183)
#F29BC0
(242,155,192)
#F3ABC9
(243,171,201)
#F4BBD2
(244,187,210)
#F5CBDB
(245,203,219)
#F6DBE4
(246,219,228)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED4B93 color. Also use rgb(237,75,147) instead hex code.

Text Font Color

.myTextColor { color: #ED4B93; }

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

This text font color is #ED4B93.

Background Color

.myBgColor { background-color: #ED4B93; }

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

This div background color is #ED4B93.

Border color

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

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

This div border color is #ED4B93.

Opacity

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

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

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

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

This text has shadow with #ED4B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED4B93.

Preview

Color preview on black background

This text has color #ED4B93 on black background.


Color preview on white background

This text has color #ED4B93 on white background.


Black color preview on #ED4B93 background

This text has black color on #ED4B93 background.


White color preview on #ED4B93 background

This text has white color on #ED4B93 background.


Related colors

Complementary color

Complementary color for #hex is #12B46C.


I love getcolorcode.com

Triadic colors

1 #93ED4B and #4B93ED with #ED4B93 are triadic colors.

2 #934BED and #4BED93 with #ED4B93 are triadic colors.