COLOR #E724C6

HEX: #E724C6
RGB: (231,36,198)

Color info

#E724C6 contains mainly red and blue colors. Web safe color of #E724C6 is #FF33CC (or #F3C).

RGB color model

#E724C6 color RGB value is (231,36,198).

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

RGB channels and saturation

R 231 of 255 = 91%
G 36 of 255 = 14%
B 198 of 255 = 78%

231
36
198

R + G + B ~ 61%. #E724C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 36 + 198 = 465 (100%)
R 231 of 465 ~ 49.68%
G 36 of 465 ~ 7.74%
B 198 of 465 ~ 42.58%

%49.68
%42.58

CMYK color model

#E724C6 color CMYK value is (0,84,14,9).

  • cyan value is 0.00%
  • magenta value is 84.42%
  • yellow value is 14.29%
  • key color value is 9.41%
CMYK:
(0,84,14,9)
C0M84Y14K9 
(0%,84%,14%,9%)
(0.00/0.84/0.14/0.09)	

CMYK percentages

%0
%84.42
%14.29
%9.41

Codes

Color #E724C6 in popluar color models

E724C6
RGB23136198
HSL310°80.25%52.35%
HSB/HSV310°84.42%90.59%
CMYK0.00%84.42%14.29%
9.41%

Color #E724C6 in popluar number systems.

HEXE724C6
Decimal23136198
Binary1110011110010011000110
Octal34744306

Shades and tints

Shades of #E724C6

#E724C6
(231,36,198)
#D221B4
(210,33,180)
#BD1EA2
(189,30,162)
#A81B90
(168,27,144)
#93187E
(147,24,126)
#7E156C
(126,21,108)
#69125A
(105,18,90)
#540F48
(84,15,72)
#3F0C36
(63,12,54)
#2A0924
(42,9,36)
#150612
(21,6,18)
#000000
(0,0,0)

Tints of #E724C6

#E724C6
(231,36,198)
#E937CB
(233,55,203)
#EB4AD0
(235,74,208)
#ED5DD5
(237,93,213)
#EF70DA
(239,112,218)
#F183DF
(241,131,223)
#F396E4
(243,150,228)
#F5A9E9
(245,169,233)
#F7BCEE
(247,188,238)
#F9CFF3
(249,207,243)
#FBE2F8
(251,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E724C6; }

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

This text font color is #E724C6.


Background Color

.myBgColor { background-color: #E724C6; }

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

This div background color is #E724C6.


Border color

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

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

This div border color is #E724C6.


Opacity

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

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

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

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

This text has shadow with #E724C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E724C6 on black background.


Color preview on white background

This text has color #E724C6 on white background.



Black color preview on #E724C6 background

This text has black color on #E724C6 background.


White color preview on #E724C6 background

This text has white color on #E724C6 background.