#EB82F4

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

Shades of Violet #EB82F4

Tints of Violet #EB82F4

Color information

#EB82F4 (or 0xEB82F4) is unknown color: approx Violet. HEX triplet: EB, 82 and F4. RGB value is (235,130,244). Sum of RGB (Red+Green+Blue) = 235+130+244=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #EB82F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB82F4 is #147D0B. Grayscale: #AEAEAE. Windows color (decimal): -1342732 or 16024299. OLE color: 16024299.

HSL color Cylindrical-coordinate representation of color #EB82F4: hue angle of 295.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB82F4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235130244-
CMYK0.040.4700.04
HSL295.26º83.82%73.33%-
HSV(B)295.26º46.72%95.69%-
XYZ58.5740.1690.25-
YUV174.39167.29171.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 244 (95.70% from 255) = 40.07%
R=38.59%
G=21.35%
B=40.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351302440.040.4700.04295.2683.8273.33
HexEB82F442F041275449
Octal35320236445704447124111
Binary111010111000001011110100100101111010010010011110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82F4; }

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

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

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

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

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

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

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

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