#ED83ED

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

Shades of Violet #ED83ED

Tints of Violet #ED83ED

Color information

#ED83ED (or 0xED83ED) is unknown color: approx Violet. HEX triplet: ED, 83 and ED. RGB value is (237,131,237). Sum of RGB (Red+Green+Blue) = 237+131+237=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 131 (51.56% from 255 or 21.65% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED83ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83ED is #127C12. Grayscale: #AEAEAE. Windows color (decimal): -1211411 or 15565805. OLE color: 15565805.

HSL color Cylindrical-coordinate representation of color #ED83ED: hue angle of 300º 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 #ED83ED is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB237131237-
CMYK00.4500.07
HSL300º74.65%72.16%-
HSV(B)300º44.73%92.94%-
XYZ58.3340.3584.84-
YUV174.78163.12172.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 131 (51.56% from 255) = 21.65%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=39.17%
G=21.65%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713123700.4500.0730074.6572.16
HexED83ED02D0712c4b48
Octal35520335505507454113110
Binary1110110110000011111011010101101011110010110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83ED; }

 p { color: rgb(237,131,237); }

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

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

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

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

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

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

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