#ED82F7

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

Shades of Violet #ED82F7

Tints of Violet #ED82F7

Color information

#ED82F7 (or 0xED82F7) is unknown color: approx Violet. HEX triplet: ED, 82 and F7. RGB value is (237,130,247). Sum of RGB (Red+Green+Blue) = 237+130+247=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED82F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82F7 is #127D08. Grayscale: #AEAEAE. Windows color (decimal): -1211657 or 16220909. OLE color: 16220909.

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

Color convert

RGB237130247-
CMYK0.040.4700.03
HSL294.87º87.97%73.92%-
HSV(B)294.87º47.37%96.86%-
XYZ59.740.6992.7-
YUV175.33168.45171.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 130 (51.17% from 255) = 21.17%
BLUE value IS 247 (96.88% from 255) = 40.23%
R=38.60%
G=21.17%
B=40.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2371302470.040.4700.03294.8787.9773.92
HexED82F742F03127584a
Octal35520236745703447130112
Binary11101101100000101111011110010111101110010011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82F7; }

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

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

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

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

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

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

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

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