#ED82EB

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

Shades of Violet #ED82EB

Tints of Violet #ED82EB

Color information

#ED82EB (or 0xED82EB) is unknown color: approx Violet. HEX triplet: ED, 82 and EB. RGB value is (237,130,235). Sum of RGB (Red+Green+Blue) = 237+130+235=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 130 (51.17% from 255 or 21.59% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED82EB is #127D14. Grayscale: #ADADAD. Windows color (decimal): -1211669 or 15434477. OLE color: 15434477.

HSL color Cylindrical-coordinate representation of color #ED82EB: hue angle of 301.12º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED82EB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237130235-
CMYK00.450.010.07
HSL301.12º74.83%71.96%-
HSV(B)301.12º45.15%92.94%-
XYZ57.939.9783.26-
YUV173.96162.45172.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 130 (51.17% from 255) = 21.59%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=39.37%
G=21.59%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713023500.450.010.07301.1274.8371.96
HexED82EB02D1712d4b48
Octal35520235305517455113110
Binary1110110110000010111010110101101111110010110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED82EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED82EB; }

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

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

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

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

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

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

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

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