COLOR #E10061

HEX: #E10061
RGB: (225,0,97)

Color info

#E10061 contains mainly red color. Web safe color of #E10061 is #CC0066 (or #C06).

RGB color model

#E10061 color RGB value is (225,0,97).

  • red value is 225;
  • green value is 0;
  • blue value is 97.
RGB:
(225,0,97)
(88%,0%,38%)

RGB channels and saturation

R 225 of 255 = 88%
G 0 of 255 = 0%
B 97 of 255 = 38%

225
0
97

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

Portions of RGB colors in percentages

R + G + B =
225 + 0 + 97 = 322 (100%)
R 225 of 322 ~ 69.88%
G 0 of 322 ~ 0%
B 97 of 322 ~ 30.12%

%69.88
%30.12

CMYK color model

#E10061 color CMYK value is (0,100,57,12).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 56.89%
  • key color value is 11.76%
CMYK:
(0,100,57,12)
C0M100Y57K12 
(0%,100%,57%,12%)
(0.00/1.00/0.57/0.12)	

CMYK percentages

%0
%100
%56.89
%11.76

Codes

Color #E10061 in popluar color models

E10061
RGB225097
HSL334°100.00%44.12%
HSB/HSV334°100.00%88.24%
CMYK0.00%100.00%56.89%
11.76%

Color #E10061 in popluar number systems.

HEXE10061
Decimal225097
Binary1110000101100001
Octal3410141

Shades and tints

Shades of #E10061

#E10061
(225,0,97)
#CD0059
(205,0,89)
#B90051
(185,0,81)
#A50049
(165,0,73)
#910041
(145,0,65)
#7D0039
(125,0,57)
#690031
(105,0,49)
#550029
(85,0,41)
#410021
(65,0,33)
#2D0019
(45,0,25)
#190011
(25,0,17)
#000000
(0,0,0)

Tints of #E10061

#E10061
(225,0,97)
#E3176F
(227,23,111)
#E52E7D
(229,46,125)
#E7458B
(231,69,139)
#E95C99
(233,92,153)
#EB73A7
(235,115,167)
#ED8AB5
(237,138,181)
#EFA1C3
(239,161,195)
#F1B8D1
(241,184,209)
#F3CFDF
(243,207,223)
#F5E6ED
(245,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E10061 color. Also use rgb(225,0,97) instead hex code.

Text Font Color

.myTextColor { color: #E10061; }

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

This text font color is #E10061.


Background Color

.myBgColor { background-color: #E10061; }

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

This div background color is #E10061.


Border color

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

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

This div border color is #E10061.


Opacity

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

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

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

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

This text has shadow with #E10061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E10061 on black background.


Color preview on white background

This text has color #E10061 on white background.



Black color preview on #E10061 background

This text has black color on #E10061 background.


White color preview on #E10061 background

This text has white color on #E10061 background.