COLOR #E70334

HEX: #E70334
RGB: (231,3,52)

Color info

#E70334 contains mainly red color. Web safe color of #E70334 is #FF0033 (or #F03).

RGB color model

#E70334 color RGB value is (231,3,52).

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

RGB channels and saturation

R 231 of 255 = 91%
G 3 of 255 = 1%
B 52 of 255 = 20%

231
3
52

R + G + B ~ 37%. #E70334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
231 + 3 + 52 = 286 (100%)
R 231 of 286 ~ 80.77%
G 3 of 286 ~ 1.05%
B 52 of 286 ~ 18.18%

%80.77
%18.18

CMYK color model

#E70334 color CMYK value is (0,99,77,9).

  • cyan value is 0.00%
  • magenta value is 98.70%
  • yellow value is 77.49%
  • key color value is 9.41%
CMYK:
(0,99,77,9)
C0M99Y77K9 
(0%,99%,77%,9%)
(0.00/0.99/0.77/0.09)	

CMYK percentages

%0
%98.7
%77.49
%9.41

Codes

Color #E70334 in popluar color models

E70334
RGB231352
HSL347°97.44%45.88%
HSB/HSV347°98.70%90.59%
CMYK0.00%98.70%77.49%
9.41%

Color #E70334 in popluar number systems.

HEXE70334
Decimal231352
Binary1110011111110100
Octal347364

Shades and tints

Shades of #E70334

#E70334
(231,3,52)
#D20330
(210,3,48)
#BD032C
(189,3,44)
#A80328
(168,3,40)
#930324
(147,3,36)
#7E0320
(126,3,32)
#69031C
(105,3,28)
#540318
(84,3,24)
#3F0314
(63,3,20)
#2A0310
(42,3,16)
#15030C
(21,3,12)
#000000
(0,0,0)

Tints of #E70334

#E70334
(231,3,52)
#E91946
(233,25,70)
#EB2F58
(235,47,88)
#ED456A
(237,69,106)
#EF5B7C
(239,91,124)
#F1718E
(241,113,142)
#F387A0
(243,135,160)
#F59DB2
(245,157,178)
#F7B3C4
(247,179,196)
#F9C9D6
(249,201,214)
#FBDFE8
(251,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E70334; }

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

This text font color is #E70334.


Background Color

.myBgColor { background-color: #E70334; }

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

This div background color is #E70334.


Border color

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

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

This div border color is #E70334.


Opacity

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

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

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

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

This text has shadow with #E70334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E70334 on black background.


Color preview on white background

This text has color #E70334 on white background.



Black color preview on #E70334 background

This text has black color on #E70334 background.


White color preview on #E70334 background

This text has white color on #E70334 background.