COLOR #E648F7

HEX: #E648F7
RGB: (230,72,247)

Color info

#E648F7 contains mainly red and blue colors. Web safe color of #E648F7 is #CC33FF (or #C3F).

RGB color model

#E648F7 color RGB value is (230,72,247).

  • red value is 230;
  • green value is 72;
  • blue value is 247.
RGB:
(230,72,247)
(90%,28%,97%)

RGB channels and saturation

R 230 of 255 = 90%
G 72 of 255 = 28%
B 247 of 255 = 97%

230
72
247

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

Portions of RGB colors in percentages

R + G + B =
230 + 72 + 247 = 549 (100%)
R 230 of 549 ~ 41.89%
G 72 of 549 ~ 13.11%
B 247 of 549 ~ 44.99%

%41.89
%13.11
%44.99

CMYK color model

#E648F7 color CMYK value is (7,71,0,3).

  • cyan value is 6.88%
  • magenta value is 70.85%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,71,0,3)
C7M71Y0K3 
(7%,71%,0%,3%)
(0.07/0.71/0.00/0.03)	

CMYK percentages

%6.88
%70.85
%0
%3.14

Codes

Color #E648F7 in popluar color models

E648F7
RGB23072247
HSL294°91.62%62.55%
HSB/HSV294°70.85%96.86%
CMYK6.88%70.85%0.00%
3.14%

Color #E648F7 in popluar number systems.

HEXE648F7
Decimal23072247
Binary11100110100100011110111
Octal346110367

Shades and tints

Shades of #E648F7

#E648F7
(230,72,247)
#D242E1
(210,66,225)
#BE3CCB
(190,60,203)
#AA36B5
(170,54,181)
#96309F
(150,48,159)
#822A89
(130,42,137)
#6E2473
(110,36,115)
#5A1E5D
(90,30,93)
#461847
(70,24,71)
#321231
(50,18,49)
#1E0C1B
(30,12,27)
#000000
(0,0,0)

Tints of #E648F7

#E648F7
(230,72,247)
#E858F7
(232,88,247)
#EA68F7
(234,104,247)
#EC78F7
(236,120,247)
#EE88F7
(238,136,247)
#F098F7
(240,152,247)
#F2A8F7
(242,168,247)
#F4B8F7
(244,184,247)
#F6C8F7
(246,200,247)
#F8D8F7
(248,216,247)
#FAE8F7
(250,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E648F7 color. Also use rgb(230,72,247) instead hex code.

Text Font Color

.myTextColor { color: #E648F7; }

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

This text font color is #E648F7.


Background Color

.myBgColor { background-color: #E648F7; }

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

This div background color is #E648F7.


Border color

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

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

This div border color is #E648F7.


Opacity

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

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

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

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

This text has shadow with #E648F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E648F7 on black background.


Color preview on white background

This text has color #E648F7 on white background.



Black color preview on #E648F7 background

This text has black color on #E648F7 background.


White color preview on #E648F7 background

This text has white color on #E648F7 background.