#EB86F1

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

Shades of Violet #EB86F1

Tints of Violet #EB86F1

Color information

#EB86F1 (or 0xEB86F1) is unknown color: approx Violet. HEX triplet: EB, 86 and F1. RGB value is (235,134,241). Sum of RGB (Red+Green+Blue) = 235+134+241=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 134 (52.73% from 255 or 21.97% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB86F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB86F1 is #14790E. Grayscale: #B0B0B0. Windows color (decimal): -1341711 or 15828715. OLE color: 15828715.

HSL color Cylindrical-coordinate representation of color #EB86F1: hue angle of 296.64º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB86F1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235134241-
CMYK0.020.4400.05
HSL296.64º79.26%73.53%-
HSV(B)296.64º44.4%94.51%-
XYZ58.6641.0688.05-
YUV176.4164.46169.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 134 (52.73% from 255) = 21.97%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=38.52%
G=21.97%
B=39.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351342410.020.4400.05296.6479.2673.53
HexEB86F122C051294f4a
Octal35320636125405451117112
Binary11101011100001101111000110101100010110010100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86F1; }

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

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

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

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

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

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

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

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