#EF82ED

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

Shades of Violet #EF82ED

Tints of Violet #EF82ED

Color information

#EF82ED (or 0xEF82ED) is unknown color: approx Violet. HEX triplet: EF, 82 and ED. RGB value is (239,130,237). Sum of RGB (Red+Green+Blue) = 239+130+237=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF82ED is #107D12. Grayscale: #AEAEAE. Windows color (decimal): -1080595 or 15565551. OLE color: 15565551.

HSL color Cylindrical-coordinate representation of color #EF82ED: hue angle of 301.1º 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 #EF82ED is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239130237-
CMYK00.460.010.06
HSL301.1º77.3%72.35%-
HSV(B)301.1º45.61%93.73%-
XYZ58.8740.4384.82-
YUV174.79163.11173.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 130 (51.17% from 255) = 21.45%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=39.44%
G=21.45%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913023700.460.010.06301.177.372.35
HexEF82ED02E1612d4d48
Octal35720235505616455115110
Binary1110111110000010111011010101110111010010110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82ED; }

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

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

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

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

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

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

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

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