#EB80EC

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

Shades of Violet #EB80EC

Tints of Violet #EB80EC

Color information

#EB80EC (or 0xEB80EC) is unknown color: approx Violet. HEX triplet: EB, 80 and EC. RGB value is (235,128,236). Sum of RGB (Red+Green+Blue) = 235+128+236=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB80EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80EC is #147F13. Grayscale: #ABABAB. Windows color (decimal): -1343252 or 15499499. OLE color: 15499499.

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

Color convert

RGB235128236-
CMYK0.000.4600.07
HSL299.44º73.97%71.37%-
HSV(B)299.44º45.76%92.55%-
XYZ57.1239.1683.9-
YUV172.3163.95172.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 128 (50.39% from 255) = 21.37%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=39.23%
G=21.37%
B=39.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2351282360.000.4600.07299.4473.9771.37
HexEB80EC02E0712b4a47
Octal35320035405607453112107
Binary1110101110000000111011000101110011110010101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80EC; }

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

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

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

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

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

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

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

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