#ED82F3

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

Shades of Violet #ED82F3

Tints of Violet #ED82F3

Color information

#ED82F3 (or 0xED82F3) is unknown color: approx Violet. HEX triplet: ED, 82 and F3. RGB value is (237,130,243). Sum of RGB (Red+Green+Blue) = 237+130+243=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 130 (51.17% from 255 or 21.31% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED82F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82F3 is #127D0C. Grayscale: #AEAEAE. Windows color (decimal): -1211661 or 15958765. OLE color: 15958765.

HSL color Cylindrical-coordinate representation of color #ED82F3: hue angle of 296.81º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED82F3 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237130243-
CMYK0.020.4700.05
HSL296.81º82.48%73.14%-
HSV(B)296.81º46.5%95.29%-
XYZ59.0940.4489.49-
YUV174.88166.45172.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 130 (51.17% from 255) = 21.31%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=38.85%
G=21.31%
B=39.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371302430.020.4700.05296.8182.4873.14
HexED82F322F051295249
Octal35520236325705451122111
Binary11101101100000101111001110101111010110010100110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82F3; }

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

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

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

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

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

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

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

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