#E986F9

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

Shades of Violet #E986F9

Tints of Violet #E986F9

Color information

#E986F9 (or 0xE986F9) is unknown color: approx Violet. HEX triplet: E9, 86 and F9. RGB value is (233,134,249). Sum of RGB (Red+Green+Blue) = 233+134+249=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #E986F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E986F9 is #167906. Grayscale: #B0B0B0. Windows color (decimal): -1472775 or 16353001. OLE color: 16353001.

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

Color convert

RGB233134249-
CMYK0.060.4600.02
HSL291.65º90.55%75.1%-
HSV(B)291.65º46.18%97.65%-
XYZ59.2341.2194.46-
YUV176.71168.8168.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 249 (97.66% from 255) = 40.42%
R=37.82%
G=21.75%
B=40.42%

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
Decimal2331342490.060.4600.02291.6590.5575.1
HexE986F962E021245b4b
Octal35120637165602444133113
Binary11101001100001101111100111010111001010010010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986F9; }

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

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

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

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

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

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

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

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