COLOR #E17CF8

HEX: #E17CF8
RGB: (225,124,248)

Color info

#E17CF8 contains mainly red and blue colors. Web safe color of #E17CF8 is #CC66FF (or #C6F).

RGB color model

#E17CF8 color RGB value is (225,124,248).

  • red value is 225;
  • green value is 124;
  • blue value is 248.
RGB:
(225,124,248)
(88%,49%,97%)

RGB channels and saturation

R 225 of 255 = 88%
G 124 of 255 = 49%
B 248 of 255 = 97%

225
124
248

R + G + B ~ 78%. #E17CF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 124 + 248 = 597 (100%)
R 225 of 597 ~ 37.69%
G 124 of 597 ~ 20.77%
B 248 of 597 ~ 41.54%

%37.69
%20.77
%41.54

CMYK color model

#E17CF8 color CMYK value is (9,50,0,3).

  • cyan value is 9.27%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(9,50,0,3)
C9M50Y0K3 
(9%,50%,0%,3%)
(0.09/0.50/0.00/0.03)	

CMYK percentages

%9.27
%50
%0
%2.75

Codes

Color #E17CF8 in popluar color models

E17CF8
RGB225124248
HSL289°89.86%72.94%
HSB/HSV289°50.00%97.25%
CMYK9.27%50.00%0.00%
2.75%

Color #E17CF8 in popluar number systems.

HEXE17CF8
Decimal225124248
Binary11100001111110011111000
Octal341174370

Shades and tints

Shades of #E17CF8

#E17CF8
(225,124,248)
#CD71E2
(205,113,226)
#B966CC
(185,102,204)
#A55BB6
(165,91,182)
#9150A0
(145,80,160)
#7D458A
(125,69,138)
#693A74
(105,58,116)
#552F5E
(85,47,94)
#412448
(65,36,72)
#2D1932
(45,25,50)
#190E1C
(25,14,28)
#000000
(0,0,0)

Tints of #E17CF8

#E17CF8
(225,124,248)
#E387F8
(227,135,248)
#E592F8
(229,146,248)
#E79DF8
(231,157,248)
#E9A8F8
(233,168,248)
#EBB3F8
(235,179,248)
#EDBEF8
(237,190,248)
#EFC9F8
(239,201,248)
#F1D4F8
(241,212,248)
#F3DFF8
(243,223,248)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17CF8 color. Also use rgb(225,124,248) instead hex code.

Text Font Color

.myTextColor { color: #E17CF8; }

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

This text font color is #E17CF8.


Background Color

.myBgColor { background-color: #E17CF8; }

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

This div background color is #E17CF8.


Border color

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

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

This div border color is #E17CF8.


Opacity

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

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

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

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

This text has shadow with #E17CF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17CF8 on black background.


Color preview on white background

This text has color #E17CF8 on white background.



Black color preview on #E17CF8 background

This text has black color on #E17CF8 background.


White color preview on #E17CF8 background

This text has white color on #E17CF8 background.