COLOR #ED52E7

HEX: #ED52E7
RGB: (237,82,231)

Color info

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

RGB color model

#ED52E7 color RGB value is (237,82,231).

  • red value is 237;
  • green value is 82;
  • blue value is 231.
RGB:
(237,82,231)
(93%,32%,91%)

RGB channels and saturation

R 237 of 255 = 93%
G 82 of 255 = 32%
B 231 of 255 = 91%

237
82
231

R + G + B ~ 72%. #ED52E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 82 + 231 = 550 (100%)
R 237 of 550 ~ 43.09%
G 82 of 550 ~ 14.91%
B 231 of 550 ~ 42%

%43.09
%14.91
%42

CMYK color model

#ED52E7 color CMYK value is (0,65,3,7).

  • cyan value is 0.00%
  • magenta value is 65.40%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(0,65,3,7)
C0M65Y3K7 
(0%,65%,3%,7%)
(0.00/0.65/0.03/0.07)	

CMYK percentages

%0
%65.4
%2.53
%7.06

Codes

Color #ED52E7 in popluar color models

ED52E7
RGB23782231
HSL302°81.15%62.55%
HSB/HSV302°65.40%92.94%
CMYK0.00%65.40%2.53%
7.06%

Color #ED52E7 in popluar number systems.

HEXED52E7
Decimal23782231
Binary11101101101001011100111
Octal355122347

Shades and tints

Shades of #ED52E7

#ED52E7
(237,82,231)
#D84BD2
(216,75,210)
#C344BD
(195,68,189)
#AE3DA8
(174,61,168)
#993693
(153,54,147)
#842F7E
(132,47,126)
#6F2869
(111,40,105)
#5A2154
(90,33,84)
#451A3F
(69,26,63)
#30132A
(48,19,42)
#1B0C15
(27,12,21)
#000000
(0,0,0)

Tints of #ED52E7

#ED52E7
(237,82,231)
#EE61E9
(238,97,233)
#EF70EB
(239,112,235)
#F07FED
(240,127,237)
#F18EEF
(241,142,239)
#F29DF1
(242,157,241)
#F3ACF3
(243,172,243)
#F4BBF5
(244,187,245)
#F5CAF7
(245,202,247)
#F6D9F9
(246,217,249)
#F7E8FB
(247,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED52E7 color. Also use rgb(237,82,231) instead hex code.

Text Font Color

.myTextColor { color: #ED52E7; }

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

This text font color is #ED52E7.


Background Color

.myBgColor { background-color: #ED52E7; }

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

This div background color is #ED52E7.


Border color

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

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

This div border color is #ED52E7.


Opacity

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

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

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

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

This text has shadow with #ED52E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED52E7 on black background.


Color preview on white background

This text has color #ED52E7 on white background.



Black color preview on #ED52E7 background

This text has black color on #ED52E7 background.


White color preview on #ED52E7 background

This text has white color on #ED52E7 background.