#EC82FA

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

Shades of Violet #EC82FA

Tints of Violet #EC82FA

Color information

#EC82FA (or 0xEC82FA) is unknown color: approx Violet. HEX triplet: EC, 82 and FA. RGB value is (236,130,250). Sum of RGB (Red+Green+Blue) = 236+130+250=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 130 (51.17% from 255 or 21.10% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82FA is #137D05. Grayscale: #AFAFAF. Windows color (decimal): -1277190 or 16417516. OLE color: 16417516.

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

Color convert

RGB236130250-
CMYK0.060.4800.02
HSL293º92.31%74.51%-
HSV(B)293º48%98.04%-
XYZ59.8340.795.15-
YUV175.37170.12171.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 130 (51.17% from 255) = 21.10%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=38.31%
G=21.10%
B=40.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361302500.060.4800.0229392.3174.51
HexEC82FA630021255c4b
Octal35420237266002445134113
Binary11101100100000101111101011011000001010010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82FA; }

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

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

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

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

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

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

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

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