COLOR #ED0FE2

HEX: #ED0FE2
RGB: (237,15,226)

Color info

#ED0FE2 contains mainly red and blue colors. Web safe color of #ED0FE2 is #FF00CC (or #F0C).

RGB color model

#ED0FE2 color RGB value is (237,15,226).

  • red value is 237;
  • green value is 15;
  • blue value is 226.
RGB:
(237,15,226)
(93%,6%,89%)

RGB channels and saturation

R 237 of 255 = 93%
G 15 of 255 = 6%
B 226 of 255 = 89%

237
15
226

R + G + B ~ 63%. #ED0FE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 15 + 226 = 478 (100%)
R 237 of 478 ~ 49.58%
G 15 of 478 ~ 3.14%
B 226 of 478 ~ 47.28%

%49.58
%47.28

CMYK color model

#ED0FE2 color CMYK value is (0,94,5,7).

  • cyan value is 0.00%
  • magenta value is 93.67%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(0,94,5,7)
C0M94Y5K7 
(0%,94%,5%,7%)
(0.00/0.94/0.05/0.07)	

CMYK percentages

%0
%93.67
%4.64
%7.06

Codes

Color #ED0FE2 in popluar color models

ED0FE2
RGB23715226
HSL303°88.10%49.41%
HSB/HSV303°93.67%92.94%
CMYK0.00%93.67%4.64%
7.06%

Color #ED0FE2 in popluar number systems.

HEXED0FE2
Decimal23715226
Binary11101101111111100010
Octal35517342

Shades and tints

Shades of #ED0FE2

#ED0FE2
(237,15,226)
#D80ECE
(216,14,206)
#C30DBA
(195,13,186)
#AE0CA6
(174,12,166)
#990B92
(153,11,146)
#840A7E
(132,10,126)
#6F096A
(111,9,106)
#5A0856
(90,8,86)
#450742
(69,7,66)
#30062E
(48,6,46)
#1B051A
(27,5,26)
#000000
(0,0,0)

Tints of #ED0FE2

#ED0FE2
(237,15,226)
#EE24E4
(238,36,228)
#EF39E6
(239,57,230)
#F04EE8
(240,78,232)
#F163EA
(241,99,234)
#F278EC
(242,120,236)
#F38DEE
(243,141,238)
#F4A2F0
(244,162,240)
#F5B7F2
(245,183,242)
#F6CCF4
(246,204,244)
#F7E1F6
(247,225,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED0FE2 color. Also use rgb(237,15,226) instead hex code.

Text Font Color

.myTextColor { color: #ED0FE2; }

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

This text font color is #ED0FE2.


Background Color

.myBgColor { background-color: #ED0FE2; }

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

This div background color is #ED0FE2.


Border color

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

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

This div border color is #ED0FE2.


Opacity

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

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

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

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

This text has shadow with #ED0FE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED0FE2 on black background.


Color preview on white background

This text has color #ED0FE2 on white background.



Black color preview on #ED0FE2 background

This text has black color on #ED0FE2 background.


White color preview on #ED0FE2 background

This text has white color on #ED0FE2 background.