#EF82F0

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

Shades of Violet #EF82F0

Tints of Violet #EF82F0

Color information

#EF82F0 (or 0xEF82F0) is unknown color: approx Violet. HEX triplet: EF, 82 and F0. RGB value is (239,130,240). Sum of RGB (Red+Green+Blue) = 239+130+240=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF82F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82F0 is #107D0F. Grayscale: #AEAEAE. Windows color (decimal): -1080592 or 15762159. OLE color: 15762159.

HSL color Cylindrical-coordinate representation of color #EF82F0: hue angle of 299.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF82F0 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB239130240-
CMYK0.000.4600.06
HSL299.45º78.57%72.55%-
HSV(B)299.45º45.83%94.12%-
XYZ59.3140.6187.15-
YUV175.13164.61173.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=39.24%
G=21.35%
B=39.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391302400.000.4600.06299.4578.5772.55
HexEF82F002E0612b4f49
Octal35720236005606453117111
Binary1110111110000010111100000101110011010010101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82F0; }

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

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

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

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

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

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

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

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