COLOR #E10F82

HEX: #E10F82
RGB: (225,15,130)

Color info

#E10F82 contains mainly red color. Web safe color of #E10F82 is #CC0099 (or #C09).

RGB color model

#E10F82 color RGB value is (225,15,130).

  • red value is 225;
  • green value is 15;
  • blue value is 130.
RGB:
(225,15,130)
(88%,6%,51%)

RGB channels and saturation

R 225 of 255 = 88%
G 15 of 255 = 6%
B 130 of 255 = 51%

225
15
130

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

Portions of RGB colors in percentages

R + G + B =
225 + 15 + 130 = 370 (100%)
R 225 of 370 ~ 60.81%
G 15 of 370 ~ 4.05%
B 130 of 370 ~ 35.14%

%60.81
%35.14

CMYK color model

#E10F82 color CMYK value is (0,93,42,12).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 42.22%
  • key color value is 11.76%
CMYK:
(0,93,42,12)
C0M93Y42K12 
(0%,93%,42%,12%)
(0.00/0.93/0.42/0.12)	

CMYK percentages

%0
%93.33
%42.22
%11.76

Codes

Color #E10F82 in popluar color models

E10F82
RGB22515130
HSL327°87.50%47.06%
HSB/HSV327°93.33%88.24%
CMYK0.00%93.33%42.22%
11.76%

Color #E10F82 in popluar number systems.

HEXE10F82
Decimal22515130
Binary11100001111110000010
Octal34117202

Shades and tints

Shades of #E10F82

#E10F82
(225,15,130)
#CD0E77
(205,14,119)
#B90D6C
(185,13,108)
#A50C61
(165,12,97)
#910B56
(145,11,86)
#7D0A4B
(125,10,75)
#690940
(105,9,64)
#550835
(85,8,53)
#41072A
(65,7,42)
#2D061F
(45,6,31)
#190514
(25,5,20)
#000000
(0,0,0)

Tints of #E10F82

#E10F82
(225,15,130)
#E3248D
(227,36,141)
#E53998
(229,57,152)
#E74EA3
(231,78,163)
#E963AE
(233,99,174)
#EB78B9
(235,120,185)
#ED8DC4
(237,141,196)
#EFA2CF
(239,162,207)
#F1B7DA
(241,183,218)
#F3CCE5
(243,204,229)
#F5E1F0
(245,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E10F82 color. Also use rgb(225,15,130) instead hex code.

Text Font Color

.myTextColor { color: #E10F82; }

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

This text font color is #E10F82.


Background Color

.myBgColor { background-color: #E10F82; }

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

This div background color is #E10F82.


Border color

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

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

This div border color is #E10F82.


Opacity

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

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

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

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

This text has shadow with #E10F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E10F82 on black background.


Color preview on white background

This text has color #E10F82 on white background.



Black color preview on #E10F82 background

This text has black color on #E10F82 background.


White color preview on #E10F82 background

This text has white color on #E10F82 background.