#EC82F8

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

Shades of Violet #EC82F8

Tints of Violet #EC82F8

Color information

#EC82F8 (or 0xEC82F8) is unknown color: approx Violet. HEX triplet: EC, 82 and F8. RGB value is (236,130,248). Sum of RGB (Red+Green+Blue) = 236+130+248=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC82F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82F8 is #137D07. Grayscale: #AEAEAE. Windows color (decimal): -1277192 or 16286444. OLE color: 16286444.

HSL color Cylindrical-coordinate representation of color #EC82F8: hue angle of 293.9º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC82F8 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236130248-
CMYK0.050.4800.03
HSL293.9º89.39%74.12%-
HSV(B)293.9º47.58%97.25%-
XYZ59.5240.5893.5-
YUV175.15169.12171.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 130 (51.17% from 255) = 21.17%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=38.44%
G=21.17%
B=40.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361302480.050.4800.03293.989.3974.12
HexEC82F853003126594a
Octal35420237056003446131112
Binary11101100100000101111100010111000001110010011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82F8; }

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

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

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

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

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

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

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

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