#EF79FA

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

Shades of Violet #EF79FA

Tints of Violet #EF79FA

Color information

#EF79FA (or 0xEF79FA) is unknown color: approx Violet. HEX triplet: EF, 79 and FA. RGB value is (239,121,250). Sum of RGB (Red+Green+Blue) = 239+121+250=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 121 (47.66% from 255 or 19.84% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF79FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF79FA is #108605. Grayscale: #AAAAAA. Windows color (decimal): -1082886 or 16415215. OLE color: 16415215.

HSL color Cylindrical-coordinate representation of color #EF79FA: hue angle of 294.88º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF79FA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239121250-
CMYK0.040.5200.02
HSL294.88º92.81%72.75%-
HSV(B)294.88º51.6%98.04%-
XYZ59.6938.9394.81-
YUV170.99172.59176.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 121 (47.66% from 255) = 19.84%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=39.18%
G=19.84%
B=40.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391212500.040.5200.02294.8892.8172.75
HexEF79FA434021275d49
Octal35717137246402447135111
Binary1110111111110011111101010011010001010010011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF79FA; }

 p { color: rgb(239,121,250); }

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

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

 a { background-color: rgb(239,121,250); }

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

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

 span { border-color: rgb(239,121,250); }

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