#E57BF2

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

Shades of Violet #E57BF2

Tints of Violet #E57BF2

Color information

#E57BF2 (or 0xE57BF2) is unknown color: approx Violet. HEX triplet: E5, 7B and F2. RGB value is (229,123,242). Sum of RGB (Red+Green+Blue) = 229+123+242=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #E57BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57BF2 is #1A840D. Grayscale: #A7A7A7. Windows color (decimal): -1737742 or 15891429. OLE color: 15891429.

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

Color convert

RGB229123242-
CMYK0.050.4900.05
HSL293.45º82.07%71.57%-
HSV(B)293.45º49.17%94.9%-
XYZ55.4237.2388.27-
YUV168.26169.62171.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 123 (48.44% from 255) = 20.71%
BLUE value IS 242 (94.92% from 255) = 40.74%
R=38.55%
G=20.71%
B=40.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291232420.050.4900.05293.4582.0771.57
HexE57BF2531051255248
Octal34517336256105445122110
Binary11100101111101111110010101110001010110010010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57BF2; }

 p { color: rgb(229,123,242); }

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

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

 a { background-color: rgb(229,123,242); }

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

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

 span { border-color: rgb(229,123,242); }

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