COLOR #E70376

HEX: #E70376
RGB: (231,3,118)

Color info

#E70376 contains mainly red color. Web safe color of #E70376 is #FF0066 (or #F06).

RGB color model

#E70376 color RGB value is (231,3,118).

  • red value is 231;
  • green value is 3;
  • blue value is 118.
RGB:
(231,3,118)
(91%,1%,46%)

RGB channels and saturation

R 231 of 255 = 91%
G 3 of 255 = 1%
B 118 of 255 = 46%

231
3
118

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

Portions of RGB colors in percentages

R + G + B =
231 + 3 + 118 = 352 (100%)
R 231 of 352 ~ 65.63%
G 3 of 352 ~ 0.85%
B 118 of 352 ~ 33.52%

%65.63
%33.52

CMYK color model

#E70376 color CMYK value is (0,99,49,9).

  • cyan value is 0.00%
  • magenta value is 98.70%
  • yellow value is 48.92%
  • key color value is 9.41%
CMYK:
(0,99,49,9)
C0M99Y49K9 
(0%,99%,49%,9%)
(0.00/0.99/0.49/0.09)	

CMYK percentages

%0
%98.7
%48.92
%9.41

Codes

Color #E70376 in popluar color models

E70376
RGB2313118
HSL330°97.44%45.88%
HSB/HSV330°98.70%90.59%
CMYK0.00%98.70%48.92%
9.41%

Color #E70376 in popluar number systems.

HEXE70376
Decimal2313118
Binary11100111111110110
Octal3473166

Shades and tints

Shades of #E70376

#E70376
(231,3,118)
#D2036C
(210,3,108)
#BD0362
(189,3,98)
#A80358
(168,3,88)
#93034E
(147,3,78)
#7E0344
(126,3,68)
#69033A
(105,3,58)
#540330
(84,3,48)
#3F0326
(63,3,38)
#2A031C
(42,3,28)
#150312
(21,3,18)
#000000
(0,0,0)

Tints of #E70376

#E70376
(231,3,118)
#E91982
(233,25,130)
#EB2F8E
(235,47,142)
#ED459A
(237,69,154)
#EF5BA6
(239,91,166)
#F171B2
(241,113,178)
#F387BE
(243,135,190)
#F59DCA
(245,157,202)
#F7B3D6
(247,179,214)
#F9C9E2
(249,201,226)
#FBDFEE
(251,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E70376 color. Also use rgb(231,3,118) instead hex code.

Text Font Color

.myTextColor { color: #E70376; }

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

This text font color is #E70376.


Background Color

.myBgColor { background-color: #E70376; }

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

This div background color is #E70376.


Border color

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

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

This div border color is #E70376.


Opacity

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

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

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

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

This text has shadow with #E70376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E70376 on black background.


Color preview on white background

This text has color #E70376 on white background.



Black color preview on #E70376 background

This text has black color on #E70376 background.


White color preview on #E70376 background

This text has white color on #E70376 background.