COLOR #E748D9

HEX: #E748D9
RGB: (231,72,217)

Color info

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

RGB color model

#E748D9 color RGB value is (231,72,217).

  • red value is 231;
  • green value is 72;
  • blue value is 217.
RGB:
(231,72,217)
(91%,28%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 72 of 255 = 28%
B 217 of 255 = 85%

231
72
217

R + G + B ~ 68%. #E748D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 72 + 217 = 520 (100%)
R 231 of 520 ~ 44.42%
G 72 of 520 ~ 13.85%
B 217 of 520 ~ 41.73%

%44.42
%13.85
%41.73

CMYK color model

#E748D9 color CMYK value is (0,69,6,9).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(0,69,6,9)
C0M69Y6K9 
(0%,69%,6%,9%)
(0.00/0.69/0.06/0.09)	

CMYK percentages

%0
%68.83
%6.06
%9.41

Codes

Color #E748D9 in popluar color models

E748D9
RGB23172217
HSL305°76.81%59.41%
HSB/HSV305°68.83%90.59%
CMYK0.00%68.83%6.06%
9.41%

Color #E748D9 in popluar number systems.

HEXE748D9
Decimal23172217
Binary11100111100100011011001
Octal347110331

Shades and tints

Shades of #E748D9

#E748D9
(231,72,217)
#D242C6
(210,66,198)
#BD3CB3
(189,60,179)
#A836A0
(168,54,160)
#93308D
(147,48,141)
#7E2A7A
(126,42,122)
#692467
(105,36,103)
#541E54
(84,30,84)
#3F1841
(63,24,65)
#2A122E
(42,18,46)
#150C1B
(21,12,27)
#000000
(0,0,0)

Tints of #E748D9

#E748D9
(231,72,217)
#E958DC
(233,88,220)
#EB68DF
(235,104,223)
#ED78E2
(237,120,226)
#EF88E5
(239,136,229)
#F198E8
(241,152,232)
#F3A8EB
(243,168,235)
#F5B8EE
(245,184,238)
#F7C8F1
(247,200,241)
#F9D8F4
(249,216,244)
#FBE8F7
(251,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E748D9 color. Also use rgb(231,72,217) instead hex code.

Text Font Color

.myTextColor { color: #E748D9; }

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

This text font color is #E748D9.


Background Color

.myBgColor { background-color: #E748D9; }

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

This div background color is #E748D9.


Border color

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

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

This div border color is #E748D9.


Opacity

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

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

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

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

This text has shadow with #E748D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E748D9 on black background.


Color preview on white background

This text has color #E748D9 on white background.



Black color preview on #E748D9 background

This text has black color on #E748D9 background.


White color preview on #E748D9 background

This text has white color on #E748D9 background.