COLOR #E744F7

HEX: #E744F7
RGB: (231,68,247)

Color info

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

RGB color model

#E744F7 color RGB value is (231,68,247).

  • red value is 231;
  • green value is 68;
  • blue value is 247.
RGB:
(231,68,247)
(91%,27%,97%)

RGB channels and saturation

R 231 of 255 = 91%
G 68 of 255 = 27%
B 247 of 255 = 97%

231
68
247

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

Portions of RGB colors in percentages

R + G + B =
231 + 68 + 247 = 546 (100%)
R 231 of 546 ~ 42.31%
G 68 of 546 ~ 12.45%
B 247 of 546 ~ 45.24%

%42.31
%12.45
%45.24

CMYK color model

#E744F7 color CMYK value is (6,72,0,3).

  • cyan value is 6.48%
  • magenta value is 72.47%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(6,72,0,3)
C6M72Y0K3 
(6%,72%,0%,3%)
(0.06/0.72/0.00/0.03)	

CMYK percentages

%6.48
%72.47
%0
%3.14

Codes

Color #E744F7 in popluar color models

E744F7
RGB23168247
HSL295°91.79%61.76%
HSB/HSV295°72.47%96.86%
CMYK6.48%72.47%0.00%
3.14%

Color #E744F7 in popluar number systems.

HEXE744F7
Decimal23168247
Binary11100111100010011110111
Octal347104367

Shades and tints

Shades of #E744F7

#E744F7
(231,68,247)
#D23EE1
(210,62,225)
#BD38CB
(189,56,203)
#A832B5
(168,50,181)
#932C9F
(147,44,159)
#7E2689
(126,38,137)
#692073
(105,32,115)
#541A5D
(84,26,93)
#3F1447
(63,20,71)
#2A0E31
(42,14,49)
#15081B
(21,8,27)
#000000
(0,0,0)

Tints of #E744F7

#E744F7
(231,68,247)
#E955F7
(233,85,247)
#EB66F7
(235,102,247)
#ED77F7
(237,119,247)
#EF88F7
(239,136,247)
#F199F7
(241,153,247)
#F3AAF7
(243,170,247)
#F5BBF7
(245,187,247)
#F7CCF7
(247,204,247)
#F9DDF7
(249,221,247)
#FBEEF7
(251,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E744F7 color. Also use rgb(231,68,247) instead hex code.

Text Font Color

.myTextColor { color: #E744F7; }

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

This text font color is #E744F7.


Background Color

.myBgColor { background-color: #E744F7; }

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

This div background color is #E744F7.


Border color

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

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

This div border color is #E744F7.


Opacity

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

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

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

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

This text has shadow with #E744F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E744F7 on black background.


Color preview on white background

This text has color #E744F7 on white background.



Black color preview on #E744F7 background

This text has black color on #E744F7 background.


White color preview on #E744F7 background

This text has white color on #E744F7 background.