COLOR #E7136F

HEX: #E7136F
RGB: (231,19,111)

Color info

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

RGB color model

#E7136F color RGB value is (231,19,111).

  • red value is 231;
  • green value is 19;
  • blue value is 111.
RGB:
(231,19,111)
(91%,7%,44%)

RGB channels and saturation

R 231 of 255 = 91%
G 19 of 255 = 7%
B 111 of 255 = 44%

231
19
111

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

Portions of RGB colors in percentages

R + G + B =
231 + 19 + 111 = 361 (100%)
R 231 of 361 ~ 63.99%
G 19 of 361 ~ 5.26%
B 111 of 361 ~ 30.75%

%63.99
%30.75

CMYK color model

#E7136F color CMYK value is (0,92,52,9).

  • cyan value is 0.00%
  • magenta value is 91.77%
  • yellow value is 51.95%
  • key color value is 9.41%
CMYK:
(0,92,52,9)
C0M92Y52K9 
(0%,92%,52%,9%)
(0.00/0.92/0.52/0.09)	

CMYK percentages

%0
%91.77
%51.95
%9.41

Codes

Color #E7136F in popluar color models

E7136F
RGB23119111
HSL334°84.80%49.02%
HSB/HSV334°91.77%90.59%
CMYK0.00%91.77%51.95%
9.41%

Color #E7136F in popluar number systems.

HEXE7136F
Decimal23119111
Binary11100111100111101111
Octal34723157

Shades and tints

Shades of #E7136F

#E7136F
(231,19,111)
#D21265
(210,18,101)
#BD115B
(189,17,91)
#A81051
(168,16,81)
#930F47
(147,15,71)
#7E0E3D
(126,14,61)
#690D33
(105,13,51)
#540C29
(84,12,41)
#3F0B1F
(63,11,31)
#2A0A15
(42,10,21)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #E7136F

#E7136F
(231,19,111)
#E9287C
(233,40,124)
#EB3D89
(235,61,137)
#ED5296
(237,82,150)
#EF67A3
(239,103,163)
#F17CB0
(241,124,176)
#F391BD
(243,145,189)
#F5A6CA
(245,166,202)
#F7BBD7
(247,187,215)
#F9D0E4
(249,208,228)
#FBE5F1
(251,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7136F color. Also use rgb(231,19,111) instead hex code.

Text Font Color

.myTextColor { color: #E7136F; }

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

This text font color is #E7136F.


Background Color

.myBgColor { background-color: #E7136F; }

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

This div background color is #E7136F.


Border color

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

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

This div border color is #E7136F.


Opacity

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

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

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

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

This text has shadow with #E7136F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7136F on black background.


Color preview on white background

This text has color #E7136F on white background.



Black color preview on #E7136F background

This text has black color on #E7136F background.


White color preview on #E7136F background

This text has white color on #E7136F background.