#E57DEA

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

Shades of Violet #E57DEA

Tints of Violet #E57DEA

Color information

#E57DEA (or 0xE57DEA) is unknown color: approx Violet. HEX triplet: E5, 7D and EA. RGB value is (229,125,234). Sum of RGB (Red+Green+Blue) = 229+125+234=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #E57DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57DEA is #1A8215. Grayscale: #A8A8A8. Windows color (decimal): -1737238 or 15367653. OLE color: 15367653.

HSL color Cylindrical-coordinate representation of color #E57DEA: hue angle of 297.25º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57DEA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229125234-
CMYK0.020.4700.08
HSL297.25º72.19%70.39%-
HSV(B)297.25º46.58%91.76%-
XYZ54.537.2782.16-
YUV168.52164.96171.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 125 (49.22% from 255) = 21.26%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=38.95%
G=21.26%
B=39.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291252340.020.4700.08297.2572.1970.39
HexE57DEA22F081294846
Octal345175352257010451110106
Binary11100101111110111101010101011110100010010100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DEA; }

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

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

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

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

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

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

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

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