#EC82F9

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

Shades of Violet #EC82F9

Tints of Violet #EC82F9

Color information

#EC82F9 (or 0xEC82F9) is unknown color: approx Violet. HEX triplet: EC, 82 and F9. RGB value is (236,130,249). Sum of RGB (Red+Green+Blue) = 236+130+249=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC82F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82F9 is #137D06. Grayscale: #AEAEAE. Windows color (decimal): -1277191 or 16351980. OLE color: 16351980.

HSL color Cylindrical-coordinate representation of color #EC82F9: hue angle of 293.45º 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 #EC82F9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236130249-
CMYK0.050.4800.02
HSL293.45º90.84%74.31%-
HSV(B)293.45º47.79%97.65%-
XYZ59.6740.6494.32-
YUV175.26169.62171.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 130 (51.17% from 255) = 21.14%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=38.37%
G=21.14%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361302490.050.4800.02293.4590.8474.31
HexEC82F9530021255b4a
Octal35420237156002445133112
Binary11101100100000101111100110111000001010010010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82F9; }

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

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

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

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

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

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

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

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