#EF82EE

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

Shades of Violet #EF82EE

Tints of Violet #EF82EE

Color information

#EF82EE (or 0xEF82EE) is unknown color: approx Violet. HEX triplet: EF, 82 and EE. RGB value is (239,130,238). Sum of RGB (Red+Green+Blue) = 239+130+238=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82EE is #107D11. Grayscale: #AEAEAE. Windows color (decimal): -1080594 or 15631087. OLE color: 15631087.

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

Color convert

RGB239130238-
CMYK00.460.000.06
HSL300.55º77.3%72.35%-
HSV(B)300.55º45.61%93.73%-
XYZ59.0140.4985.59-
YUV174.9163.61173.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 130 (51.17% from 255) = 21.42%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=39.37%
G=21.42%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913023800.460.000.06300.5577.372.35
HexEF82EE02E0612d4d48
Octal35720235605606455115110
Binary1110111110000010111011100101110011010010110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82EE; }

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

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

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

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

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

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

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

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