#ED82FC

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

Shades of Violet #ED82FC

Tints of Violet #ED82FC

Color information

#ED82FC (or 0xED82FC) is unknown color: approx Violet. HEX triplet: ED, 82 and FC. RGB value is (237,130,252). Sum of RGB (Red+Green+Blue) = 237+130+252=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED82FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82FC is #127D03. Grayscale: #AFAFAF. Windows color (decimal): -1211652 or 16548589. OLE color: 16548589.

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

Color convert

RGB237130252-
CMYK0.060.4800.01
HSL292.62º95.31%74.9%-
HSV(B)292.62º48.41%98.82%-
XYZ60.484196.82-
YUV175.9170.95171.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 130 (51.17% from 255) = 21.00%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=38.29%
G=21.00%
B=40.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371302520.060.4800.01292.6295.3174.9
HexED82FC630011255f4b
Octal35520237466001445137113
Binary1110110110000010111111001101100000110010010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82FC; }

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

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

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

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

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

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

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

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