#EB86FA

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

Shades of Violet #EB86FA

Tints of Violet #EB86FA

Color information

#EB86FA (or 0xEB86FA) is unknown color: approx Violet. HEX triplet: EB, 86 and FA. RGB value is (235,134,250). Sum of RGB (Red+Green+Blue) = 235+134+250=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 134 (52.73% from 255 or 21.65% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB86FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB86FA is #147905. Grayscale: #B1B1B1. Windows color (decimal): -1341702 or 16418539. OLE color: 16418539.

HSL color Cylindrical-coordinate representation of color #EB86FA: hue angle of 292.24º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB86FA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235134250-
CMYK0.060.4600.02
HSL292.24º92.06%75.29%-
HSV(B)292.24º46.4%98.04%-
XYZ60.0441.6195.31-
YUV177.42168.96169.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 134 (52.73% from 255) = 21.65%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=37.96%
G=21.65%
B=40.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351342500.060.4600.02292.2492.0675.29
HexEB86FA62E021245c4b
Octal35320637265602444134113
Binary11101011100001101111101011010111001010010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86FA; }

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

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

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

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

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

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

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

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