#ED82FA

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

Shades of Violet #ED82FA

Tints of Violet #ED82FA

Color information

#ED82FA (or 0xED82FA) is unknown color: approx Violet. HEX triplet: ED, 82 and FA. RGB value is (237,130,250). Sum of RGB (Red+Green+Blue) = 237+130+250=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 130 (51.17% from 255 or 21.07% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82FA is #127D05. Grayscale: #AFAFAF. Windows color (decimal): -1211654 or 16417517. OLE color: 16417517.

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

Color convert

RGB237130250-
CMYK0.050.4800.02
HSL293.5º92.31%74.51%-
HSV(B)293.5º48%98.04%-
XYZ60.1640.8795.16-
YUV175.67169.95171.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 130 (51.17% from 255) = 21.07%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=38.41%
G=21.07%
B=40.52%

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
Decimal2371302500.050.4800.02293.592.3174.51
HexED82FA530021265c4b
Octal35520237256002446134113
Binary11101101100000101111101010111000001010010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82FA; }

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

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

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

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

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

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

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

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