COLOR #E70B58

HEX: #E70B58
RGB: (231,11,88)

Color info

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

RGB color model

#E70B58 color RGB value is (231,11,88).

  • red value is 231;
  • green value is 11;
  • blue value is 88.
RGB:
(231,11,88)
(91%,4%,35%)

RGB channels and saturation

R 231 of 255 = 91%
G 11 of 255 = 4%
B 88 of 255 = 35%

231
11
88

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

Portions of RGB colors in percentages

R + G + B =
231 + 11 + 88 = 330 (100%)
R 231 of 330 ~ 70%
G 11 of 330 ~ 3.33%
B 88 of 330 ~ 26.67%

%70
%26.67

CMYK color model

#E70B58 color CMYK value is (0,95,62,9).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 61.90%
  • key color value is 9.41%
CMYK:
(0,95,62,9)
C0M95Y62K9 
(0%,95%,62%,9%)
(0.00/0.95/0.62/0.09)	

CMYK percentages

%0
%95.24
%61.9
%9.41

Codes

Color #E70B58 in popluar color models

E70B58
RGB2311188
HSL339°90.91%47.45%
HSB/HSV339°95.24%90.59%
CMYK0.00%95.24%61.90%
9.41%

Color #E70B58 in popluar number systems.

HEXE70B58
Decimal2311188
Binary1110011110111011000
Octal34713130

Shades and tints

Shades of #E70B58

#E70B58
(231,11,88)
#D20A50
(210,10,80)
#BD0948
(189,9,72)
#A80840
(168,8,64)
#930738
(147,7,56)
#7E0630
(126,6,48)
#690528
(105,5,40)
#540420
(84,4,32)
#3F0318
(63,3,24)
#2A0210
(42,2,16)
#150108
(21,1,8)
#000000
(0,0,0)

Tints of #E70B58

#E70B58
(231,11,88)
#E92167
(233,33,103)
#EB3776
(235,55,118)
#ED4D85
(237,77,133)
#EF6394
(239,99,148)
#F179A3
(241,121,163)
#F38FB2
(243,143,178)
#F5A5C1
(245,165,193)
#F7BBD0
(247,187,208)
#F9D1DF
(249,209,223)
#FBE7EE
(251,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E70B58 color. Also use rgb(231,11,88) instead hex code.

Text Font Color

.myTextColor { color: #E70B58; }

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

This text font color is #E70B58.


Background Color

.myBgColor { background-color: #E70B58; }

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

This div background color is #E70B58.


Border color

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

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

This div border color is #E70B58.


Opacity

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

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

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

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

This text has shadow with #E70B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E70B58 on black background.


Color preview on white background

This text has color #E70B58 on white background.



Black color preview on #E70B58 background

This text has black color on #E70B58 background.


White color preview on #E70B58 background

This text has white color on #E70B58 background.