#E680EC

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

Shades of Violet #E680EC

Tints of Violet #E680EC

Color information

#E680EC (or 0xE680EC) is unknown color: approx Violet. HEX triplet: E6, 80 and EC. RGB value is (230,128,236). Sum of RGB (Red+Green+Blue) = 230+128+236=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #E680EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E680EC is #197F13. Grayscale: #AAAAAA. Windows color (decimal): -1670932 or 15499494. OLE color: 15499494.

HSL color Cylindrical-coordinate representation of color #E680EC: hue angle of 296.67º 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 #E680EC is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230128236-
CMYK0.030.4600.07
HSL296.67º73.97%71.37%-
HSV(B)296.67º45.76%92.55%-
XYZ55.4938.3283.83-
YUV170.81164.79170.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.72%
GREEN value IS 128 (50.39% from 255) = 21.55%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=38.72%
G=21.55%
B=39.73%

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
Decimal2301282360.030.4600.07296.6773.9771.37
HexE680EC32E071294a47
Octal34620035435607451112107
Binary11100110100000001110110011101110011110010100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E680EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E680EC; }

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

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

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

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

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

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

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

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