COLOR #E72265

HEX: #E72265
RGB: (231,34,101)

Color info

#E72265 contains mainly red color. Web safe color of #E72265 is #FF3366 (or #F36).

RGB color model

#E72265 color RGB value is (231,34,101).

  • red value is 231;
  • green value is 34;
  • blue value is 101.
RGB:
(231,34,101)
(91%,13%,40%)

RGB channels and saturation

R 231 of 255 = 91%
G 34 of 255 = 13%
B 101 of 255 = 40%

231
34
101

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

Portions of RGB colors in percentages

R + G + B =
231 + 34 + 101 = 366 (100%)
R 231 of 366 ~ 63.11%
G 34 of 366 ~ 9.29%
B 101 of 366 ~ 27.6%

%63.11
%27.6

CMYK color model

#E72265 color CMYK value is (0,85,56,9).

  • cyan value is 0.00%
  • magenta value is 85.28%
  • yellow value is 56.28%
  • key color value is 9.41%
CMYK:
(0,85,56,9)
C0M85Y56K9 
(0%,85%,56%,9%)
(0.00/0.85/0.56/0.09)	

CMYK percentages

%0
%85.28
%56.28
%9.41

Codes

Color #E72265 in popluar color models

E72265
RGB23134101
HSL340°80.41%51.96%
HSB/HSV340°85.28%90.59%
CMYK0.00%85.28%56.28%
9.41%

Color #E72265 in popluar number systems.

HEXE72265
Decimal23134101
Binary111001111000101100101
Octal34742145

Shades and tints

Shades of #E72265

#E72265
(231,34,101)
#D21F5C
(210,31,92)
#BD1C53
(189,28,83)
#A8194A
(168,25,74)
#931641
(147,22,65)
#7E1338
(126,19,56)
#69102F
(105,16,47)
#540D26
(84,13,38)
#3F0A1D
(63,10,29)
#2A0714
(42,7,20)
#15040B
(21,4,11)
#000000
(0,0,0)

Tints of #E72265

#E72265
(231,34,101)
#E93673
(233,54,115)
#EB4A81
(235,74,129)
#ED5E8F
(237,94,143)
#EF729D
(239,114,157)
#F186AB
(241,134,171)
#F39AB9
(243,154,185)
#F5AEC7
(245,174,199)
#F7C2D5
(247,194,213)
#F9D6E3
(249,214,227)
#FBEAF1
(251,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E72265 color. Also use rgb(231,34,101) instead hex code.

Text Font Color

.myTextColor { color: #E72265; }

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

This text font color is #E72265.


Background Color

.myBgColor { background-color: #E72265; }

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

This div background color is #E72265.


Border color

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

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

This div border color is #E72265.


Opacity

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

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

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

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

This text has shadow with #E72265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E72265 on black background.


Color preview on white background

This text has color #E72265 on white background.



Black color preview on #E72265 background

This text has black color on #E72265 background.


White color preview on #E72265 background

This text has white color on #E72265 background.