#E17DF1

Color #E17DF1 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #E17DF1

Tints of Violet #E17DF1

Color information

#E17DF1 (or 0xE17DF1) is unknown color: approx Violet. HEX triplet: E1, 7D and F1. RGB value is (225,125,241). Sum of RGB (Red+Green+Blue) = 225+125+241=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #E17DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E17DF1 is #1E820E. Grayscale: #A7A7A7. Windows color (decimal): -1999375 or 15826401. OLE color: 15826401.

HSL color Cylindrical-coordinate representation of color #E17DF1: hue angle of 291.72º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17DF1 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225125241-
CMYK0.070.4800.05
HSL291.72º80.56%71.76%-
HSV(B)291.72º48.13%94.51%-
XYZ54.2637.0387.51-
YUV168.12169.13168.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 125 (49.22% from 255) = 21.15%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=38.07%
G=21.15%
B=40.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251252410.070.4800.05291.7280.5671.76
HexE17DF1730051245148
Octal34117536176005444121110
Binary11100001111110111110001111110000010110010010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DF1; }

 p { color: rgb(225,125,241); }

 H1.HeaderClassName
 {
   color: #E17DF1;
 }
 .AnyTagClassName
 {
   color: #E17DF1;
 }
</style>
background-color css

<style>
 a { background-color: #E17DF1; }

 a { background-color: rgb(225,125,241); }

 div.DivClassName
 {
   background-color: #E17DF1;
 }
 .BgClassName
 {
   background-color: #E17DF1;
 }
</style>
border-color css

<style>
 span { border-color: #E17DF1; }

 span { border-color: rgb(225,125,241); }

 td.TdClassName
 {
   border-color: #E17DF1;
 }
 .TagClassName
 {
   border-color: #E17DF1;
 }
</style>