#EB86F7

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

Shades of Violet #EB86F7

Tints of Violet #EB86F7

Color information

#EB86F7 (or 0xEB86F7) is unknown color: approx Violet. HEX triplet: EB, 86 and F7. RGB value is (235,134,247). Sum of RGB (Red+Green+Blue) = 235+134+247=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #EB86F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB86F7 is #147908. Grayscale: #B0B0B0. Windows color (decimal): -1341705 or 16221931. OLE color: 16221931.

HSL color Cylindrical-coordinate representation of color #EB86F7: hue angle of 293.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB86F7 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235134247-
CMYK0.050.4600.03
HSL293.63º87.6%74.71%-
HSV(B)293.63º45.75%96.86%-
XYZ59.5741.4392.85-
YUV177.08167.46169.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 247 (96.88% from 255) = 40.10%
R=38.15%
G=21.75%
B=40.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351342470.050.4600.03293.6387.674.71
HexEB86F752E03126584b
Octal35320636755603446130113
Binary11101011100001101111011110110111001110010011010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86F7; }

 p { color: rgb(235,134,247); }

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

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

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

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

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

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

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