#EF82FA

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

Shades of Violet #EF82FA

Tints of Violet #EF82FA

Color information

#EF82FA (or 0xEF82FA) is unknown color: approx Violet. HEX triplet: EF, 82 and FA. RGB value is (239,130,250). Sum of RGB (Red+Green+Blue) = 239+130+250=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82FA is #107D05. Grayscale: #AFAFAF. Windows color (decimal): -1080582 or 16417519. OLE color: 16417519.

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

Color convert

RGB239130250-
CMYK0.040.4800.02
HSL294.5º92.31%74.51%-
HSV(B)294.5º48%98.04%-
XYZ60.8341.2295.19-
YUV176.27169.61172.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 130 (51.17% from 255) = 21.00%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=38.61%
G=21.00%
B=40.39%

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
Decimal2391302500.040.4800.02294.592.3174.51
HexEF82FA430021265c4b
Octal35720237246002446134113
Binary11101111100000101111101010011000001010010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82FA; }

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

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

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

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

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

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

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

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