COLOR #E72A96

HEX: #E72A96 RGB: (231,42,150)

Color info

#E72A96 contains mainly red color. Web safe color of #E72A96 is #FF3399 (or #F39).

RGB color model

#E72A96 color RGB value is (231,42,150).

RGB: (231,42,150) (91%, 16%, 59%)

RGB channels and saturation

R 231 of 255 = 91%
G 42 of 255 = 16%
B 150 of 255 = 59%

231
42
150

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

Portions of RGB colors in percentages

R + G + B = 231 + 42 + 150 = 423 (100%)
R 231 of 423 ~ 54.61%
G 42 of 423 ~ 9.93%
B 150 of 423 ~ 35.46'%

%54.61
%35.46

CMYK color model

#E72A96 color CMYK value is (0,82,35,9).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 35.06%
  • key color value is 9.41%

CMYK: (0,82,35,9)
C0M82Y35K9 (0%, 82%, 35%, 9%)
(0.00 / 0.82 / 0.35 / 0.09)

CMYK percentages

%0
%81.82
%35.06
%9.41

Codes

Color #E72A96 in popluar color models

E7 2A 96
RGB 231 42 150
HSL 326° 79.75% 53.53%
HSB/HSV 326° 81.82% 90.59%
CMYK 0.00% 81.82% 35.06%
9.41%

Color #E72A96 in popluar number systems.

HEX E7 2A 96
Decimal 231 42 150
Binary 11100111 101010 10010110
Octal 347 52 226

Shades and tints

Shades of #E72A96

#E72A96
(231,42,150)
#D22789
(210,39,137)
#BD247C
(189,36,124)
#A8216F
(168,33,111)
#931E62
(147,30,98)
#7E1B55
(126,27,85)
#691848
(105,24,72)
#54153B
(84,21,59)
#3F122E
(63,18,46)
#2A0F21
(42,15,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #E72A96

#E72A96
(231,42,150)
#E93D9F
(233,61,159)
#EB50A8
(235,80,168)
#ED63B1
(237,99,177)
#EF76BA
(239,118,186)
#F189C3
(241,137,195)
#F39CCC
(243,156,204)
#F5AFD5
(245,175,213)
#F7C2DE
(247,194,222)
#F9D5E7
(249,213,231)
#FBE8F0
(251,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E72A96 color. Also use rgb(231,42,150) instead hex code.

Text Font Color

.myTextColor { color: #E72A96; }

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

This text font color is #E72A96.

Background Color

.myBgColor { background-color: #E72A96; }

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

This div background color is #E72A96.

Border color

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

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

This div border color is #E72A96.

Opacity

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

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

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

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

This text has shadow with #E72A96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E72A96.

Preview

Color preview on black background

This text has color #E72A96 on black background.


Color preview on white background

This text has color #E72A96 on white background.


Black color preview on #E72A96 background

This text has black color on #E72A96 background.


White color preview on #E72A96 background

This text has white color on #E72A96 background.


Related colors

Complementary color

Complementary color for #hex is #18D569.


I love getcolorcode.com

Triadic colors

1 #96E72A and #2A96E7 with #E72A96 are triadic colors.

2 #962AE7 and #2AE796 with #E72A96 are triadic colors.