COLOR #ED248A

HEX: #ED248A
RGB: (237,36,138)

Color info

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

RGB color model

#ED248A color RGB value is (237,36,138).

  • red value is 237;
  • green value is 36;
  • blue value is 138.
RGB:
(237,36,138)
(93%,14%,54%)

RGB channels and saturation

R 237 of 255 = 93%
G 36 of 255 = 14%
B 138 of 255 = 54%

237
36
138

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

Portions of RGB colors in percentages

R + G + B =
237 + 36 + 138 = 411 (100%)
R 237 of 411 ~ 57.66%
G 36 of 411 ~ 8.76%
B 138 of 411 ~ 33.58%

%57.66
%33.58

CMYK color model

#ED248A color CMYK value is (0,85,42,7).

  • cyan value is 0.00%
  • magenta value is 84.81%
  • yellow value is 41.77%
  • key color value is 7.06%
CMYK:
(0,85,42,7)
C0M85Y42K7 
(0%,85%,42%,7%)
(0.00/0.85/0.42/0.07)	

CMYK percentages

%0
%84.81
%41.77
%7.06

Codes

Color #ED248A in popluar color models

ED248A
RGB23736138
HSL330°84.81%53.53%
HSB/HSV330°84.81%92.94%
CMYK0.00%84.81%41.77%
7.06%

Color #ED248A in popluar number systems.

HEXED248A
Decimal23736138
Binary1110110110010010001010
Octal35544212

Shades and tints

Shades of #ED248A

#ED248A
(237,36,138)
#D8217E
(216,33,126)
#C31E72
(195,30,114)
#AE1B66
(174,27,102)
#99185A
(153,24,90)
#84154E
(132,21,78)
#6F1242
(111,18,66)
#5A0F36
(90,15,54)
#450C2A
(69,12,42)
#30091E
(48,9,30)
#1B0612
(27,6,18)
#000000
(0,0,0)

Tints of #ED248A

#ED248A
(237,36,138)
#EE3794
(238,55,148)
#EF4A9E
(239,74,158)
#F05DA8
(240,93,168)
#F170B2
(241,112,178)
#F283BC
(242,131,188)
#F396C6
(243,150,198)
#F4A9D0
(244,169,208)
#F5BCDA
(245,188,218)
#F6CFE4
(246,207,228)
#F7E2EE
(247,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED248A color. Also use rgb(237,36,138) instead hex code.

Text Font Color

.myTextColor { color: #ED248A; }

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

This text font color is #ED248A.


Background Color

.myBgColor { background-color: #ED248A; }

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

This div background color is #ED248A.


Border color

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

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

This div border color is #ED248A.


Opacity

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

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

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

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

This text has shadow with #ED248A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED248A on black background.


Color preview on white background

This text has color #ED248A on white background.



Black color preview on #ED248A background

This text has black color on #ED248A background.


White color preview on #ED248A background

This text has white color on #ED248A background.