#EB82EB

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

Shades of Violet #EB82EB

Tints of Violet #EB82EB

Color information

#EB82EB (or 0xEB82EB) is unknown color: approx Violet. HEX triplet: EB, 82 and EB. RGB value is (235,130,235). Sum of RGB (Red+Green+Blue) = 235+130+235=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB82EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB82EB is #147D14. Grayscale: #ADADAD. Windows color (decimal): -1342741 or 15434475. OLE color: 15434475.

HSL color Cylindrical-coordinate representation of color #EB82EB: hue angle of 300º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB82EB is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB235130235-
CMYK00.4500.08
HSL300º72.41%71.57%-
HSV(B)300º44.68%92.16%-
XYZ57.2439.6383.23-
YUV173.36162.79171.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 130 (51.17% from 255) = 21.67%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=39.17%
G=21.67%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513023500.4500.0830072.4171.57
HexEB82EB02D0812c4848
Octal353202353055010454110110
Binary11101011100000101110101101011010100010010110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82EB; }

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

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

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

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

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

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

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

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