COLOR #ED37B0

HEX: #ED37B0
RGB: (237,55,176)

Color info

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

RGB color model

#ED37B0 color RGB value is (237,55,176).

  • red value is 237;
  • green value is 55;
  • blue value is 176.
RGB:
(237,55,176)
(93%,22%,69%)

RGB channels and saturation

R 237 of 255 = 93%
G 55 of 255 = 22%
B 176 of 255 = 69%

237
55
176

R + G + B ~ 61%. #ED37B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 55 + 176 = 468 (100%)
R 237 of 468 ~ 50.64%
G 55 of 468 ~ 11.75%
B 176 of 468 ~ 37.61%

%50.64
%11.75
%37.61

CMYK color model

#ED37B0 color CMYK value is (0,77,26,7).

  • cyan value is 0.00%
  • magenta value is 76.79%
  • yellow value is 25.74%
  • key color value is 7.06%
CMYK:
(0,77,26,7)
C0M77Y26K7 
(0%,77%,26%,7%)
(0.00/0.77/0.26/0.07)	

CMYK percentages

%0
%76.79
%25.74
%7.06

Codes

Color #ED37B0 in popluar color models

ED37B0
RGB23755176
HSL320°83.49%57.25%
HSB/HSV320°76.79%92.94%
CMYK0.00%76.79%25.74%
7.06%

Color #ED37B0 in popluar number systems.

HEXED37B0
Decimal23755176
Binary1110110111011110110000
Octal35567260

Shades and tints

Shades of #ED37B0

#ED37B0
(237,55,176)
#D832A0
(216,50,160)
#C32D90
(195,45,144)
#AE2880
(174,40,128)
#992370
(153,35,112)
#841E60
(132,30,96)
#6F1950
(111,25,80)
#5A1440
(90,20,64)
#450F30
(69,15,48)
#300A20
(48,10,32)
#1B0510
(27,5,16)
#000000
(0,0,0)

Tints of #ED37B0

#ED37B0
(237,55,176)
#EE49B7
(238,73,183)
#EF5BBE
(239,91,190)
#F06DC5
(240,109,197)
#F17FCC
(241,127,204)
#F291D3
(242,145,211)
#F3A3DA
(243,163,218)
#F4B5E1
(244,181,225)
#F5C7E8
(245,199,232)
#F6D9EF
(246,217,239)
#F7EBF6
(247,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED37B0 color. Also use rgb(237,55,176) instead hex code.

Text Font Color

.myTextColor { color: #ED37B0; }

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

This text font color is #ED37B0.


Background Color

.myBgColor { background-color: #ED37B0; }

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

This div background color is #ED37B0.


Border color

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

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

This div border color is #ED37B0.


Opacity

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

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

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

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

This text has shadow with #ED37B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED37B0 on black background.


Color preview on white background

This text has color #ED37B0 on white background.



Black color preview on #ED37B0 background

This text has black color on #ED37B0 background.


White color preview on #ED37B0 background

This text has white color on #ED37B0 background.