COLOR #E10AD5

HEX: #E10AD5
RGB: (225,10,213)

Color info

#E10AD5 contains mainly red and blue colors. Web safe color of #E10AD5 is #CC00CC (or #C0C).

RGB color model

#E10AD5 color RGB value is (225,10,213).

  • red value is 225;
  • green value is 10;
  • blue value is 213.
RGB:
(225,10,213)
(88%,4%,84%)

RGB channels and saturation

R 225 of 255 = 88%
G 10 of 255 = 4%
B 213 of 255 = 84%

225
10
213

R + G + B ~ 59%. #E10AD5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
225 + 10 + 213 = 448 (100%)
R 225 of 448 ~ 50.22%
G 10 of 448 ~ 2.23%
B 213 of 448 ~ 47.54%

%50.22
%47.54

CMYK color model

#E10AD5 color CMYK value is (0,96,5,12).

  • cyan value is 0.00%
  • magenta value is 95.56%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(0,96,5,12)
C0M96Y5K12 
(0%,96%,5%,12%)
(0.00/0.96/0.05/0.12)	

CMYK percentages

%0
%95.56
%5.33
%11.76

Codes

Color #E10AD5 in popluar color models

E10AD5
RGB22510213
HSL303°91.49%46.08%
HSB/HSV303°95.56%88.24%
CMYK0.00%95.56%5.33%
11.76%

Color #E10AD5 in popluar number systems.

HEXE10AD5
Decimal22510213
Binary11100001101011010101
Octal34112325

Shades and tints

Shades of #E10AD5

#E10AD5
(225,10,213)
#CD0AC2
(205,10,194)
#B90AAF
(185,10,175)
#A50A9C
(165,10,156)
#910A89
(145,10,137)
#7D0A76
(125,10,118)
#690A63
(105,10,99)
#550A50
(85,10,80)
#410A3D
(65,10,61)
#2D0A2A
(45,10,42)
#190A17
(25,10,23)
#000000
(0,0,0)

Tints of #E10AD5

#E10AD5
(225,10,213)
#E320D8
(227,32,216)
#E536DB
(229,54,219)
#E74CDE
(231,76,222)
#E962E1
(233,98,225)
#EB78E4
(235,120,228)
#ED8EE7
(237,142,231)
#EFA4EA
(239,164,234)
#F1BAED
(241,186,237)
#F3D0F0
(243,208,240)
#F5E6F3
(245,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E10AD5 color. Also use rgb(225,10,213) instead hex code.

Text Font Color

.myTextColor { color: #E10AD5; }

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

This text font color is #E10AD5.


Background Color

.myBgColor { background-color: #E10AD5; }

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

This div background color is #E10AD5.


Border color

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

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

This div border color is #E10AD5.


Opacity

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

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

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

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

This text has shadow with #E10AD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E10AD5 on black background.


Color preview on white background

This text has color #E10AD5 on white background.



Black color preview on #E10AD5 background

This text has black color on #E10AD5 background.


White color preview on #E10AD5 background

This text has white color on #E10AD5 background.