#EF82F9

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

Shades of Violet #EF82F9

Tints of Violet #EF82F9

Color information

#EF82F9 (or 0xEF82F9) is unknown color: approx Violet. HEX triplet: EF, 82 and F9. RGB value is (239,130,249). Sum of RGB (Red+Green+Blue) = 239+130+249=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 130 (51.17% from 255 or 21.04% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF82F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82F9 is #107D06. Grayscale: #AFAFAF. Windows color (decimal): -1080583 or 16351983. OLE color: 16351983.

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

Color convert

RGB239130249-
CMYK0.040.4800.02
HSL294.96º90.84%74.31%-
HSV(B)294.96º47.79%97.65%-
XYZ60.6841.1694.37-
YUV176.16169.11172.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 130 (51.17% from 255) = 21.04%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=38.67%
G=21.04%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391302490.040.4800.02294.9690.8474.31
HexEF82F9430021275b4a
Octal35720237146002447133112
Binary11101111100000101111100110011000001010010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82F9; }

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

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

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

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

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

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

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

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