#ED82FD

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

Shades of Violet #ED82FD

Tints of Violet #ED82FD

Color information

#ED82FD (or 0xED82FD) is unknown color: approx Violet. HEX triplet: ED, 82 and FD. RGB value is (237,130,253). Sum of RGB (Red+Green+Blue) = 237+130+253=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 130 (51.17% from 255 or 20.97% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED82FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82FD is #127D02. Grayscale: #AFAFAF. Windows color (decimal): -1211651 or 16614125. OLE color: 16614125.

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

Color convert

RGB237130253-
CMYK0.060.4900.01
HSL292.2º96.85%75.1%-
HSV(B)292.2º48.62%99.22%-
XYZ60.6441.0697.66-
YUV176.02171.45171.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 130 (51.17% from 255) = 20.97%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=38.23%
G=20.97%
B=40.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371302530.060.4900.01292.296.8575.1
HexED82FD63101124614b
Octal35520237566101444141113
Binary1110110110000010111111011101100010110010010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82FD; }

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

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

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

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

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

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

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

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