#E57FF1

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

Shades of Violet #E57FF1

Tints of Violet #E57FF1

Color information

#E57FF1 (or 0xE57FF1) is unknown color: approx Violet. HEX triplet: E5, 7F and F1. RGB value is (229,127,241). Sum of RGB (Red+Green+Blue) = 229+127+241=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 127 (50% from 255 or 21.27% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #E57FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57FF1 is #1A800E. Grayscale: #AAAAAA. Windows color (decimal): -1736719 or 15826917. OLE color: 15826917.

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

Color convert

RGB229127241-
CMYK0.050.4700.05
HSL293.68º80.28%72.16%-
HSV(B)293.68º47.3%94.51%-
XYZ55.7838.1987.65-
YUV170.49167.79169.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.36%
GREEN value IS 127 (50% from 255) = 21.27%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=38.36%
G=21.27%
B=40.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291272410.050.4700.05293.6880.2872.16
HexE57FF152F051265048
Octal34517736155705446120110
Binary11100101111111111110001101101111010110010011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57FF1; }

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

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

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

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

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

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

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

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