COLOR #ED72FF

HEX: #ED72FF RGB: (237,114,255)

Color info

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

RGB color model

#ED72FF color RGB value is (237,114,255).

RGB: (237,114,255) (93%, 45%, 100%)

RGB channels and saturation

R 237 of 255 = 93%
G 114 of 255 = 45%
B 255 of 255 = 100%

237
114
255

R + G + B ~ 79%. #ED72FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 114 + 255 = 606 (100%)
R 237 of 606 ~ 39.11%
G 114 of 606 ~ 18.81%
B 255 of 606 ~ 42.08'%

%39.11
%18.81
%42.08

CMYK color model

#ED72FF color CMYK value is (7,55,0,0).

  • cyan value is 7.06%
  • magenta value is 55.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (7,55,0,0) C7M55Y0K0 (7%,55%,0%,0%) (0.07/0.55/0.00/0.00) 

CMYK percentages

%7.06
%55.29
%0
%0

Codes

Color #ED72FF in popluar color models

ED 72 FF
RGB 237 114 255
HSL 292° 100.00% 72.35%
HSB/HSV 292° 55.29% 100.00%
CMYK 7.06% 55.29% 0.00%
0.00%

Color #ED72FF in popluar number systems.

HEX ED 72 FF
Decimal 237 114 255
Binary 11101101 1110010 11111111
Octal 355 162 377

Shades and tints

Shades of #ED72FF

#ED72FF
(237,114,255)
#D868E8
(216,104,232)
#C35ED1
(195,94,209)
#AE54BA
(174,84,186)
#994AA3
(153,74,163)
#84408C
(132,64,140)
#6F3675
(111,54,117)
#5A2C5E
(90,44,94)
#452247
(69,34,71)
#301830
(48,24,48)
#1B0E19
(27,14,25)
#000000
(0,0,0)

Tints of #ED72FF

#ED72FF
(237,114,255)
#EE7EFF
(238,126,255)
#EF8AFF
(239,138,255)
#F096FF
(240,150,255)
#F1A2FF
(241,162,255)
#F2AEFF
(242,174,255)
#F3BAFF
(243,186,255)
#F4C6FF
(244,198,255)
#F5D2FF
(245,210,255)
#F6DEFF
(246,222,255)
#F7EAFF
(247,234,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED72FF; }

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

This text font color is #ED72FF.

Background Color

.myBgColor { background-color: #ED72FF; }

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

This div background color is #ED72FF.

Border color

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

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

This div border color is #ED72FF.

Opacity

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

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

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

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

This text has shadow with #ED72FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ED72FF.

Preview

Color preview on black background

This text has color #ED72FF on black background.


Color preview on white background

This text has color #ED72FF on white background.


Black color preview on #ED72FF background

This text has black color on #ED72FF background.


White color preview on #ED72FF background

This text has white color on #ED72FF background.


Related colors

Complementary color

Complementary color for #hex is #128D00.


I love getcolorcode.com

Triadic colors

1 #FFED72 and #72FFED with #ED72FF are triadic colors.

2 #FF72ED and #72EDFF with #ED72FF are triadic colors.