COLOR #ED3084

HEX: #ED3084
RGB: (237,48,132)

Color info

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

RGB color model

#ED3084 color RGB value is (237,48,132).

  • red value is 237;
  • green value is 48;
  • blue value is 132.
RGB:
(237,48,132)
(93%,19%,52%)

RGB channels and saturation

R 237 of 255 = 93%
G 48 of 255 = 19%
B 132 of 255 = 52%

237
48
132

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

Portions of RGB colors in percentages

R + G + B =
237 + 48 + 132 = 417 (100%)
R 237 of 417 ~ 56.83%
G 48 of 417 ~ 11.51%
B 132 of 417 ~ 31.65%

%56.83
%11.51
%31.65

CMYK color model

#ED3084 color CMYK value is (0,80,44,7).

  • cyan value is 0.00%
  • magenta value is 79.75%
  • yellow value is 44.30%
  • key color value is 7.06%
CMYK:
(0,80,44,7)
C0M80Y44K7 
(0%,80%,44%,7%)
(0.00/0.80/0.44/0.07)	

CMYK percentages

%0
%79.75
%44.3
%7.06

Codes

Color #ED3084 in popluar color models

ED3084
RGB23748132
HSL333°84.00%55.88%
HSB/HSV333°79.75%92.94%
CMYK0.00%79.75%44.30%
7.06%

Color #ED3084 in popluar number systems.

HEXED3084
Decimal23748132
Binary1110110111000010000100
Octal35560204

Shades and tints

Shades of #ED3084

#ED3084
(237,48,132)
#D82C78
(216,44,120)
#C3286C
(195,40,108)
#AE2460
(174,36,96)
#992054
(153,32,84)
#841C48
(132,28,72)
#6F183C
(111,24,60)
#5A1430
(90,20,48)
#451024
(69,16,36)
#300C18
(48,12,24)
#1B080C
(27,8,12)
#000000
(0,0,0)

Tints of #ED3084

#ED3084
(237,48,132)
#EE428F
(238,66,143)
#EF549A
(239,84,154)
#F066A5
(240,102,165)
#F178B0
(241,120,176)
#F28ABB
(242,138,187)
#F39CC6
(243,156,198)
#F4AED1
(244,174,209)
#F5C0DC
(245,192,220)
#F6D2E7
(246,210,231)
#F7E4F2
(247,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED3084 color. Also use rgb(237,48,132) instead hex code.

Text Font Color

.myTextColor { color: #ED3084; }

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

This text font color is #ED3084.


Background Color

.myBgColor { background-color: #ED3084; }

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

This div background color is #ED3084.


Border color

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

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

This div border color is #ED3084.


Opacity

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

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

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

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

This text has shadow with #ED3084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED3084 on black background.


Color preview on white background

This text has color #ED3084 on white background.



Black color preview on #ED3084 background

This text has black color on #ED3084 background.


White color preview on #ED3084 background

This text has white color on #ED3084 background.