#EC82FD

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

Shades of Violet #EC82FD

Tints of Violet #EC82FD

Color information

#EC82FD (or 0xEC82FD) is unknown color: approx Violet. HEX triplet: EC, 82 and FD. RGB value is (236,130,253). Sum of RGB (Red+Green+Blue) = 236+130+253=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC82FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82FD is #137D02. Grayscale: #AFAFAF. Windows color (decimal): -1277187 or 16614124. OLE color: 16614124.

HSL color Cylindrical-coordinate representation of color #EC82FD: hue angle of 291.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC82FD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236130253-
CMYK0.070.4900.01
HSL291.71º96.85%75.1%-
HSV(B)291.71º48.62%99.22%-
XYZ60.340.8997.64-
YUV175.72171.62171-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 130 (51.17% from 255) = 21.00%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=38.13%
G=21.00%
B=40.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361302530.070.4900.01291.7196.8575.1
HexEC82FD73101124614b
Octal35420237576101444141113
Binary1110110010000010111111011111100010110010010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82FD; }

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

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

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

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

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

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

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

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