COLOR #E17DF9

HEX: #E17DF9
RGB: (225,125,249)

Color info

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

RGB color model

#E17DF9 color RGB value is (225,125,249).

  • red value is 225;
  • green value is 125;
  • blue value is 249.
RGB:
(225,125,249)
(88%,49%,98%)

RGB channels and saturation

R 225 of 255 = 88%
G 125 of 255 = 49%
B 249 of 255 = 98%

225
125
249

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

Portions of RGB colors in percentages

R + G + B =
225 + 125 + 249 = 599 (100%)
R 225 of 599 ~ 37.56%
G 125 of 599 ~ 20.87%
B 249 of 599 ~ 41.57%

%37.56
%20.87
%41.57

CMYK color model

#E17DF9 color CMYK value is (10,50,0,2).

  • cyan value is 9.64%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(10,50,0,2)
C10M50Y0K2 
(10%,50%,0%,2%)
(0.10/0.50/0.00/0.02)	

CMYK percentages

%9.64
%49.8
%0
%2.35

Codes

Color #E17DF9 in popluar color models

E17DF9
RGB225125249
HSL288°91.18%73.33%
HSB/HSV288°49.80%97.65%
CMYK9.64%49.80%0.00%
2.35%

Color #E17DF9 in popluar number systems.

HEXE17DF9
Decimal225125249
Binary11100001111110111111001
Octal341175371

Shades and tints

Shades of #E17DF9

#E17DF9
(225,125,249)
#CD72E3
(205,114,227)
#B967CD
(185,103,205)
#A55CB7
(165,92,183)
#9151A1
(145,81,161)
#7D468B
(125,70,139)
#693B75
(105,59,117)
#55305F
(85,48,95)
#412549
(65,37,73)
#2D1A33
(45,26,51)
#190F1D
(25,15,29)
#000000
(0,0,0)

Tints of #E17DF9

#E17DF9
(225,125,249)
#E388F9
(227,136,249)
#E593F9
(229,147,249)
#E79EF9
(231,158,249)
#E9A9F9
(233,169,249)
#EBB4F9
(235,180,249)
#EDBFF9
(237,191,249)
#EFCAF9
(239,202,249)
#F1D5F9
(241,213,249)
#F3E0F9
(243,224,249)
#F5EBF9
(245,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17DF9 color. Also use rgb(225,125,249) instead hex code.

Text Font Color

.myTextColor { color: #E17DF9; }

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

This text font color is #E17DF9.


Background Color

.myBgColor { background-color: #E17DF9; }

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

This div background color is #E17DF9.


Border color

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

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

This div border color is #E17DF9.


Opacity

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

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

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

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

This text has shadow with #E17DF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17DF9 on black background.


Color preview on white background

This text has color #E17DF9 on white background.



Black color preview on #E17DF9 background

This text has black color on #E17DF9 background.


White color preview on #E17DF9 background

This text has white color on #E17DF9 background.