#E986F6

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

Shades of Violet #E986F6

Tints of Violet #E986F6

Color information

#E986F6 (or 0xE986F6) is unknown color: approx Violet. HEX triplet: E9, 86 and F6. RGB value is (233,134,246). Sum of RGB (Red+Green+Blue) = 233+134+246=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #E986F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986F6 is #167909. Grayscale: #B0B0B0. Windows color (decimal): -1472778 or 16156393. OLE color: 16156393.

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

Color convert

RGB233134246-
CMYK0.050.4600.04
HSL293.04º86.15%74.51%-
HSV(B)293.04º45.53%96.47%-
XYZ58.7641.0392.01-
YUV176.37167.3168.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.01%
GREEN value IS 134 (52.73% from 255) = 21.86%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=38.01%
G=21.86%
B=40.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331342460.050.4600.04293.0486.1574.51
HexE986F652E04125564b
Octal35120636655604445126113
Binary111010011000011011110110101101110010010010010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986F6; }

 p { color: rgb(233,134,246); }

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

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

 a { background-color: rgb(233,134,246); }

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

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

 span { border-color: rgb(233,134,246); }

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