#EF86F9

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

Shades of Violet #EF86F9

Tints of Violet #EF86F9

Color information

#EF86F9 (or 0xEF86F9) is unknown color: approx Violet. HEX triplet: EF, 86 and F9. RGB value is (239,134,249). Sum of RGB (Red+Green+Blue) = 239+134+249=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 134 (52.73% from 255 or 21.54% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF86F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF86F9 is #107906. Grayscale: #B2B2B2. Windows color (decimal): -1079559 or 16353007. OLE color: 16353007.

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

Color convert

RGB239134249-
CMYK0.040.4600.02
HSL294.78º90.55%75.1%-
HSV(B)294.78º46.18%97.65%-
XYZ61.2242.2494.55-
YUV178.5167.79171.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.42%
GREEN value IS 134 (52.73% from 255) = 21.54%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=38.42%
G=21.54%
B=40.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391342490.040.4600.02294.7890.5575.1
HexEF86F942E021275b4b
Octal35720637145602447133113
Binary11101111100001101111100110010111001010010011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF86F9; }

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

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

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

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

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

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

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

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