COLOR #ED72EF

HEX: #ED72EF
RGB: (237,114,239)

Color info

#ED72EF contains mainly red and blue colors. Web safe color of #ED72EF is #FF66FF (or #F6F).

RGB color model

#ED72EF color RGB value is (237,114,239).

  • red value is 237;
  • green value is 114;
  • blue value is 239.
RGB:
(237,114,239)
(93%,45%,94%)

RGB channels and saturation

R 237 of 255 = 93%
G 114 of 255 = 45%
B 239 of 255 = 94%

237
114
239

R + G + B ~ 77%. #ED72EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 114 + 239 = 590 (100%)
R 237 of 590 ~ 40.17%
G 114 of 590 ~ 19.32%
B 239 of 590 ~ 40.51%

%40.17
%19.32
%40.51

CMYK color model

#ED72EF color CMYK value is (1,52,0,6).

  • cyan value is 0.84%
  • magenta value is 52.30%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(1,52,0,6)
C1M52Y0K6 
(1%,52%,0%,6%)
(0.01/0.52/0.00/0.06)	

CMYK percentages

%0.84
%52.3
%0
%6.27

Codes

Color #ED72EF in popluar color models

ED72EF
RGB237114239
HSL299°79.62%69.22%
HSB/HSV299°52.30%93.73%
CMYK0.84%52.30%0.00%
6.27%

Color #ED72EF in popluar number systems.

HEXED72EF
Decimal237114239
Binary11101101111001011101111
Octal355162357

Shades and tints

Shades of #ED72EF

#ED72EF
(237,114,239)
#D868DA
(216,104,218)
#C35EC5
(195,94,197)
#AE54B0
(174,84,176)
#994A9B
(153,74,155)
#844086
(132,64,134)
#6F3671
(111,54,113)
#5A2C5C
(90,44,92)
#452247
(69,34,71)
#301832
(48,24,50)
#1B0E1D
(27,14,29)
#000000
(0,0,0)

Tints of #ED72EF

#ED72EF
(237,114,239)
#EE7EF0
(238,126,240)
#EF8AF1
(239,138,241)
#F096F2
(240,150,242)
#F1A2F3
(241,162,243)
#F2AEF4
(242,174,244)
#F3BAF5
(243,186,245)
#F4C6F6
(244,198,246)
#F5D2F7
(245,210,247)
#F6DEF8
(246,222,248)
#F7EAF9
(247,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED72EF color. Also use rgb(237,114,239) instead hex code.

Text Font Color

.myTextColor { color: #ED72EF; }

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

This text font color is #ED72EF.


Background Color

.myBgColor { background-color: #ED72EF; }

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

This div background color is #ED72EF.


Border color

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

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

This div border color is #ED72EF.


Opacity

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

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

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

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

This text has shadow with #ED72EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED72EF on black background.


Color preview on white background

This text has color #ED72EF on white background.



Black color preview on #ED72EF background

This text has black color on #ED72EF background.


White color preview on #ED72EF background

This text has white color on #ED72EF background.