COLOR #E050E1

HEX: #E050E1
RGB: (224,80,225)

Color info

#E050E1 contains mainly red and blue colors. Web safe color of #E050E1 is #CC66CC (or #C6C).

RGB color model

#E050E1 color RGB value is (224,80,225).

  • red value is 224;
  • green value is 80;
  • blue value is 225.
RGB:
(224,80,225)
(88%,31%,88%)

RGB channels and saturation

R 224 of 255 = 88%
G 80 of 255 = 31%
B 225 of 255 = 88%

224
80
225

R + G + B ~ 69%. #E050E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 80 + 225 = 529 (100%)
R 224 of 529 ~ 42.34%
G 80 of 529 ~ 15.12%
B 225 of 529 ~ 42.53%

%42.34
%15.12
%42.53

CMYK color model

#E050E1 color CMYK value is (0,64,0,12).

  • cyan value is 0.44%
  • magenta value is 64.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(0,64,0,12)
C0M64Y0K12 
(0%,64%,0%,12%)
(0.00/0.64/0.00/0.12)	

CMYK percentages

%0.44
%64.44
%0
%11.76

Codes

Color #E050E1 in popluar color models

E050E1
RGB22480225
HSL300°70.73%59.80%
HSB/HSV300°64.44%88.24%
CMYK0.44%64.44%0.00%
11.76%

Color #E050E1 in popluar number systems.

HEXE050E1
Decimal22480225
Binary11100000101000011100001
Octal340120341

Shades and tints

Shades of #E050E1

#E050E1
(224,80,225)
#CC49CD
(204,73,205)
#B842B9
(184,66,185)
#A43BA5
(164,59,165)
#903491
(144,52,145)
#7C2D7D
(124,45,125)
#682669
(104,38,105)
#541F55
(84,31,85)
#401841
(64,24,65)
#2C112D
(44,17,45)
#180A19
(24,10,25)
#000000
(0,0,0)

Tints of #E050E1

#E050E1
(224,80,225)
#E25FE3
(226,95,227)
#E46EE5
(228,110,229)
#E67DE7
(230,125,231)
#E88CE9
(232,140,233)
#EA9BEB
(234,155,235)
#ECAAED
(236,170,237)
#EEB9EF
(238,185,239)
#F0C8F1
(240,200,241)
#F2D7F3
(242,215,243)
#F4E6F5
(244,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E050E1 color. Also use rgb(224,80,225) instead hex code.

Text Font Color

.myTextColor { color: #E050E1; }

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

This text font color is #E050E1.


Background Color

.myBgColor { background-color: #E050E1; }

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

This div background color is #E050E1.


Border color

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

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

This div border color is #E050E1.


Opacity

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

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

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

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

This text has shadow with #E050E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E050E1 on black background.


Color preview on white background

This text has color #E050E1 on white background.



Black color preview on #E050E1 background

This text has black color on #E050E1 background.


White color preview on #E050E1 background

This text has white color on #E050E1 background.