#E57DEC

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

Shades of Violet #E57DEC

Tints of Violet #E57DEC

Color information

#E57DEC (or 0xE57DEC) is unknown color: approx Violet. HEX triplet: E5, 7D and EC. RGB value is (229,125,236). Sum of RGB (Red+Green+Blue) = 229+125+236=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #E57DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57DEC is #1A8213. Grayscale: #A8A8A8. Windows color (decimal): -1737236 or 15498725. OLE color: 15498725.

HSL color Cylindrical-coordinate representation of color #E57DEC: hue angle of 296.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57DEC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229125236-
CMYK0.030.4700.07
HSL296.22º74.5%70.78%-
HSV(B)296.22º47.03%92.55%-
XYZ54.7937.3883.68-
YUV168.75165.96170.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 125 (49.22% from 255) = 21.19%
BLUE value IS 236 (92.58% from 255) = 40%
R=38.81%
G=21.19%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291252360.030.4700.07296.2274.570.78
HexE57DEC32F071284a47
Octal34517535435707450112107
Binary1110010111111011110110011101111011110010100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57DEC; }

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

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

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

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

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

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

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

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