COLOR #E74CF4

HEX: #E74CF4
RGB: (231,76,244)

Color info

#E74CF4 contains mainly red and blue colors. Web safe color of #E74CF4 is #FF33FF (or #F3F).

RGB color model

#E74CF4 color RGB value is (231,76,244).

  • red value is 231;
  • green value is 76;
  • blue value is 244.
RGB:
(231,76,244)
(91%,30%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 76 of 255 = 30%
B 244 of 255 = 96%

231
76
244

R + G + B ~ 72%. #E74CF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 76 + 244 = 551 (100%)
R 231 of 551 ~ 41.92%
G 76 of 551 ~ 13.79%
B 244 of 551 ~ 44.28%

%41.92
%13.79
%44.28

CMYK color model

#E74CF4 color CMYK value is (5,69,0,4).

  • cyan value is 5.33%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(5,69,0,4)
C5M69Y0K4 
(5%,69%,0%,4%)
(0.05/0.69/0.00/0.04)	

CMYK percentages

%5.33
%68.85
%0
%4.31

Codes

Color #E74CF4 in popluar color models

E74CF4
RGB23176244
HSL295°88.42%62.75%
HSB/HSV295°68.85%95.69%
CMYK5.33%68.85%0.00%
4.31%

Color #E74CF4 in popluar number systems.

HEXE74CF4
Decimal23176244
Binary11100111100110011110100
Octal347114364

Shades and tints

Shades of #E74CF4

#E74CF4
(231,76,244)
#D246DE
(210,70,222)
#BD40C8
(189,64,200)
#A83AB2
(168,58,178)
#93349C
(147,52,156)
#7E2E86
(126,46,134)
#692870
(105,40,112)
#54225A
(84,34,90)
#3F1C44
(63,28,68)
#2A162E
(42,22,46)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #E74CF4

#E74CF4
(231,76,244)
#E95CF5
(233,92,245)
#EB6CF6
(235,108,246)
#ED7CF7
(237,124,247)
#EF8CF8
(239,140,248)
#F19CF9
(241,156,249)
#F3ACFA
(243,172,250)
#F5BCFB
(245,188,251)
#F7CCFC
(247,204,252)
#F9DCFD
(249,220,253)
#FBECFE
(251,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E74CF4 color. Also use rgb(231,76,244) instead hex code.

Text Font Color

.myTextColor { color: #E74CF4; }

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

This text font color is #E74CF4.


Background Color

.myBgColor { background-color: #E74CF4; }

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

This div background color is #E74CF4.


Border color

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

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

This div border color is #E74CF4.


Opacity

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

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

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

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

This text has shadow with #E74CF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E74CF4 on black background.


Color preview on white background

This text has color #E74CF4 on white background.



Black color preview on #E74CF4 background

This text has black color on #E74CF4 background.


White color preview on #E74CF4 background

This text has white color on #E74CF4 background.