COLOR #ED0AE2

HEX: #ED0AE2
RGB: (237,10,226)

Color info

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

RGB color model

#ED0AE2 color RGB value is (237,10,226).

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

RGB channels and saturation

R 237 of 255 = 93%
G 10 of 255 = 4%
B 226 of 255 = 89%

237
10
226

R + G + B ~ 62%. #ED0AE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 10 + 226 = 473 (100%)
R 237 of 473 ~ 50.11%
G 10 of 473 ~ 2.11%
B 226 of 473 ~ 47.78%

%50.11
%47.78

CMYK color model

#ED0AE2 color CMYK value is (0,96,5,7).

  • cyan value is 0.00%
  • magenta value is 95.78%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(0,96,5,7)
C0M96Y5K7 
(0%,96%,5%,7%)
(0.00/0.96/0.05/0.07)	

CMYK percentages

%0
%95.78
%4.64
%7.06

Codes

Color #ED0AE2 in popluar color models

ED0AE2
RGB23710226
HSL303°91.90%48.43%
HSB/HSV303°95.78%92.94%
CMYK0.00%95.78%4.64%
7.06%

Color #ED0AE2 in popluar number systems.

HEXED0AE2
Decimal23710226
Binary11101101101011100010
Octal35512342

Shades and tints

Shades of #ED0AE2

#ED0AE2
(237,10,226)
#D80ACE
(216,10,206)
#C30ABA
(195,10,186)
#AE0AA6
(174,10,166)
#990A92
(153,10,146)
#840A7E
(132,10,126)
#6F0A6A
(111,10,106)
#5A0A56
(90,10,86)
#450A42
(69,10,66)
#300A2E
(48,10,46)
#1B0A1A
(27,10,26)
#000000
(0,0,0)

Tints of #ED0AE2

#ED0AE2
(237,10,226)
#EE20E4
(238,32,228)
#EF36E6
(239,54,230)
#F04CE8
(240,76,232)
#F162EA
(241,98,234)
#F278EC
(242,120,236)
#F38EEE
(243,142,238)
#F4A4F0
(244,164,240)
#F5BAF2
(245,186,242)
#F6D0F4
(246,208,244)
#F7E6F6
(247,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED0AE2; }

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

This text font color is #ED0AE2.


Background Color

.myBgColor { background-color: #ED0AE2; }

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

This div background color is #ED0AE2.


Border color

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

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

This div border color is #ED0AE2.


Opacity

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

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

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

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

This text has shadow with #ED0AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED0AE2 on black background.


Color preview on white background

This text has color #ED0AE2 on white background.



Black color preview on #ED0AE2 background

This text has black color on #ED0AE2 background.


White color preview on #ED0AE2 background

This text has white color on #ED0AE2 background.