COLOR #E724A0

HEX: #E724A0
RGB: (231,36,160)

Color info

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

RGB color model

#E724A0 color RGB value is (231,36,160).

  • red value is 231;
  • green value is 36;
  • blue value is 160.
RGB:
(231,36,160)
(91%,14%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 36 of 255 = 14%
B 160 of 255 = 63%

231
36
160

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

Portions of RGB colors in percentages

R + G + B =
231 + 36 + 160 = 427 (100%)
R 231 of 427 ~ 54.1%
G 36 of 427 ~ 8.43%
B 160 of 427 ~ 37.47%

%54.1
%37.47

CMYK color model

#E724A0 color CMYK value is (0,84,31,9).

  • cyan value is 0.00%
  • magenta value is 84.42%
  • yellow value is 30.74%
  • key color value is 9.41%
CMYK:
(0,84,31,9)
C0M84Y31K9 
(0%,84%,31%,9%)
(0.00/0.84/0.31/0.09)	

CMYK percentages

%0
%84.42
%30.74
%9.41

Codes

Color #E724A0 in popluar color models

E724A0
RGB23136160
HSL322°80.25%52.35%
HSB/HSV322°84.42%90.59%
CMYK0.00%84.42%30.74%
9.41%

Color #E724A0 in popluar number systems.

HEXE724A0
Decimal23136160
Binary1110011110010010100000
Octal34744240

Shades and tints

Shades of #E724A0

#E724A0
(231,36,160)
#D22192
(210,33,146)
#BD1E84
(189,30,132)
#A81B76
(168,27,118)
#931868
(147,24,104)
#7E155A
(126,21,90)
#69124C
(105,18,76)
#540F3E
(84,15,62)
#3F0C30
(63,12,48)
#2A0922
(42,9,34)
#150614
(21,6,20)
#000000
(0,0,0)

Tints of #E724A0

#E724A0
(231,36,160)
#E937A8
(233,55,168)
#EB4AB0
(235,74,176)
#ED5DB8
(237,93,184)
#EF70C0
(239,112,192)
#F183C8
(241,131,200)
#F396D0
(243,150,208)
#F5A9D8
(245,169,216)
#F7BCE0
(247,188,224)
#F9CFE8
(249,207,232)
#FBE2F0
(251,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E724A0 color. Also use rgb(231,36,160) instead hex code.

Text Font Color

.myTextColor { color: #E724A0; }

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

This text font color is #E724A0.


Background Color

.myBgColor { background-color: #E724A0; }

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

This div background color is #E724A0.


Border color

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

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

This div border color is #E724A0.


Opacity

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

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

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

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

This text has shadow with #E724A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E724A0 on black background.


Color preview on white background

This text has color #E724A0 on white background.



Black color preview on #E724A0 background

This text has black color on #E724A0 background.


White color preview on #E724A0 background

This text has white color on #E724A0 background.