#E57DF1

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

Shades of Violet #E57DF1

Tints of Violet #E57DF1

Color information

#E57DF1 (or 0xE57DF1) is unknown color: approx Violet. HEX triplet: E5, 7D and F1. RGB value is (229,125,241). Sum of RGB (Red+Green+Blue) = 229+125+241=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #E57DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57DF1 is #1A820E. Grayscale: #A8A8A8. Windows color (decimal): -1737231 or 15826405. OLE color: 15826405.

HSL color Cylindrical-coordinate representation of color #E57DF1: hue angle of 293.79º 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 #E57DF1 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229125241-
CMYK0.050.4800.05
HSL293.79º80.56%71.76%-
HSV(B)293.79º48.13%94.51%-
XYZ55.5237.6887.56-
YUV169.32168.46170.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.49%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 241 (94.53% from 255) = 40.50%
R=38.49%
G=21.01%
B=40.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291252410.050.4800.05293.7980.5671.76
HexE57DF1530051265148
Octal34517536156005446121110
Binary11100101111110111110001101110000010110010011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DF1; }

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

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

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

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

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

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

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

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