#EB80FA

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

Shades of Violet #EB80FA

Tints of Violet #EB80FA

Color information

#EB80FA (or 0xEB80FA) is unknown color: approx Violet. HEX triplet: EB, 80 and FA. RGB value is (235,128,250). Sum of RGB (Red+Green+Blue) = 235+128+250=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 128 (50.39% from 255 or 20.88% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB80FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB80FA is #147F05. Grayscale: #ADADAD. Windows color (decimal): -1343238 or 16417003. OLE color: 16417003.

HSL color Cylindrical-coordinate representation of color #EB80FA: hue angle of 292.62º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB80FA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235128250-
CMYK0.060.4900.02
HSL292.62º92.42%74.12%-
HSV(B)292.62º48.8%98.04%-
XYZ59.244095.04-
YUV173.9170.95171.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 128 (50.39% from 255) = 20.88%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=38.34%
G=20.88%
B=40.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351282500.060.4900.02292.6292.4274.12
HexEB80FA631021255c4a
Octal35320037266102445134112
Binary11101011100000001111101011011000101010010010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB80FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB80FA; }

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

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

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

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

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

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

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

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