#EB82E5

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

Shades of Violet #EB82E5

Tints of Violet #EB82E5

Color information

#EB82E5 (or 0xEB82E5) is unknown color: approx Violet. HEX triplet: EB, 82 and E5. RGB value is (235,130,229). Sum of RGB (Red+Green+Blue) = 235+130+229=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82E5 is #147D1A. Grayscale: #ACACAC. Windows color (decimal): -1342747 or 15041259. OLE color: 15041259.

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

Color convert

RGB235130229-
CMYK00.450.030.08
HSL303.43º72.41%71.57%-
HSV(B)303.43º44.68%92.16%-
XYZ56.3939.2878.74-
YUV172.68159.79172.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 130 (51.17% from 255) = 21.89%
BLUE value IS 229 (89.84% from 255) = 38.55%
R=39.56%
G=21.89%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513022900.450.030.08303.4372.4171.57
HexEB82E502D3812f4848
Octal353202345055310457110110
Binary111010111000001011100101010110111100010010111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82E5; }

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

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

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

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

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

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

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

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