#ED83EC

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

Shades of Violet #ED83EC

Tints of Violet #ED83EC

Color information

#ED83EC (or 0xED83EC) is unknown color: approx Violet. HEX triplet: ED, 83 and EC. RGB value is (237,131,236). Sum of RGB (Red+Green+Blue) = 237+131+236=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED83EC is #127C13. Grayscale: #AEAEAE. Windows color (decimal): -1211412 or 15500269. OLE color: 15500269.

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

Color convert

RGB237131236-
CMYK00.450.000.07
HSL300.57º74.65%72.16%-
HSV(B)300.57º44.73%92.94%-
XYZ58.1840.2984.07-
YUV174.66162.62172.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 131 (51.56% from 255) = 21.69%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=39.24%
G=21.69%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713123600.450.000.07300.5774.6572.16
HexED83EC02D0712d4b48
Octal35520335405507455113110
Binary1110110110000011111011000101101011110010110110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83EC; }

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

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

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

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

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

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

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

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