#EB82FA

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

Shades of Violet #EB82FA

Tints of Violet #EB82FA

Color information

#EB82FA (or 0xEB82FA) is unknown color: approx Violet. HEX triplet: EB, 82 and FA. RGB value is (235,130,250). Sum of RGB (Red+Green+Blue) = 235+130+250=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB82FA is #147D05. Grayscale: #AEAEAE. Windows color (decimal): -1342726 or 16417515. OLE color: 16417515.

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

Color convert

RGB235130250-
CMYK0.060.4800.02
HSL292.5º92.31%74.51%-
HSV(B)292.5º48%98.04%-
XYZ59.540.5395.13-
YUV175.08170.29170.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 130 (51.17% from 255) = 21.14%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=38.21%
G=21.14%
B=40.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351302500.060.4800.02292.592.3174.51
HexEB82FA630021245c4b
Octal35320237266002444134113
Binary11101011100000101111101011011000001010010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82FA; }

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

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

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

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

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

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

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

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