#E580EC

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

Shades of Violet #E580EC

Tints of Violet #E580EC

Color information

#E580EC (or 0xE580EC) is unknown color: approx Violet. HEX triplet: E5, 80 and EC. RGB value is (229,128,236). Sum of RGB (Red+Green+Blue) = 229+128+236=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E580EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E580EC is #1A7F13. Grayscale: #AAAAAA. Windows color (decimal): -1736468 or 15499493. OLE color: 15499493.

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

Color convert

RGB229128236-
CMYK0.030.4600.07
HSL296.11º73.97%71.37%-
HSV(B)296.11º45.76%92.55%-
XYZ55.1738.1583.81-
YUV170.51164.96169.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=38.62%
G=21.59%
B=39.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291282360.030.4600.07296.1173.9771.37
HexE580EC32E071284a47
Octal34520035435607450112107
Binary11100101100000001110110011101110011110010100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580EC; }

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

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

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

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

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

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

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

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