#EB82FB

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

Shades of Violet #EB82FB

Tints of Violet #EB82FB

Color information

#EB82FB (or 0xEB82FB) is unknown color: approx Violet. HEX triplet: EB, 82 and FB. RGB value is (235,130,251). Sum of RGB (Red+Green+Blue) = 235+130+251=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB82FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB82FB is #147D04. Grayscale: #AEAEAE. Windows color (decimal): -1342725 or 16483051. OLE color: 16483051.

HSL color Cylindrical-coordinate representation of color #EB82FB: hue angle of 292.07º degrees, saturation: 0.94, 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 #EB82FB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235130251-
CMYK0.060.4800.02
HSL292.07º93.8%74.71%-
HSV(B)292.07º48.21%98.43%-
XYZ59.6640.5995.96-
YUV175.19170.79170.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 130 (51.17% from 255) = 21.10%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=38.15%
G=21.10%
B=40.75%

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
Decimal2351302510.060.4800.02292.0793.874.71
HexEB82FB630021245e4b
Octal35320237366002444136113
Binary11101011100000101111101111011000001010010010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82FB; }

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

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

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

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

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

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

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

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